1# This Source Code Form is subject to the terms of the Mozilla Public
2# License, v. 2.0. If a copy of the MPL was not distributed with this
3# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4---
5loader: taskgraph.loader.transform:loader
6
7kind-dependencies:
8    - post-balrog-dummy
9    - post-beetmover-dummy
10    - release-secondary-balrog-submit-toplevel
11    - release-secondary-update-verify-config
12
13transforms:
14    - taskgraph.transforms.release_deps:transforms
15    - taskgraph.transforms.final_verify:transforms
16    - taskgraph.transforms.job:transforms
17    - taskgraph.transforms.task:transforms
18
19job-defaults:
20    name: secondary-final-verify
21    run-on-projects: []  # to make sure this never runs as part of CI
22    worker-type: b-linux
23    worker:
24        docker-image:
25            in-tree: "update-verify"
26        max-run-time: 7200
27        retry-exit-status: [1]
28
29jobs:
30    firefox:
31        description: secondary final verify
32        shipping-phase: promote
33        shipping-product: firefox
34        treeherder:
35            platform: firefox-release/opt
36            kind: test
37            symbol: Rel(FVS)
38            tier: 1
39