blob: ea5574cc75156f002c4ccdf71b2a878efd2e8da2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
loader: gecko_taskgraph.loader.transform:loader
transforms:
- gecko_taskgraph.transforms.release_deps:transforms
- gecko_taskgraph.transforms.scriptworker:add_balrog_scopes
- gecko_taskgraph.transforms.task:transforms
kind-dependencies:
- release-bouncer-check
- release-push-langpacks
job-defaults:
run-on-projects: []
shipping-phase: ship
worker-type: balrog
worker:
implementation: balrog
balrog-action: schedule
jobs:
thunderbird:
description: Schedule Thunderbird publishing in balrog
name: release-thunderbird_schedule_publishing_in_balrog
shipping-product: thunderbird
worker:
product: thunderbird
publish-rules:
by-release-level:
production:
by-release-type:
beta: [43]
release: [17829]
default: []
staging:
by-release-type:
beta: [43]
release: [903]
default: []
background-rate:
by-release-type:
beta:
by-beta-number:
'1': 15
'(2|3)': 25
'(4|5|6)': 35
default: null
default: null
force-fallback-mapping-update:
by-release-type:
beta:
by-beta-number:
'1': true
default: false
default: false
treeherder:
platform: thunderbird-release/opt
symbol: Rel(BS)
tier: 1
kind: build
|