Bug 1837454 - Taskgraph configuration updates for comm-esr115. r=rjl
Differential Revision: https://phabricator.services.mozilla.com/D180878 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
12f574c67c
Коммит
c02dc11f42
|
@ -23,7 +23,7 @@ job-defaults:
|
|||
default: false
|
||||
source-repo:
|
||||
by-release-type:
|
||||
release: https://hg.mozilla.org/releases/comm-esr102
|
||||
release: https://hg.mozilla.org/releases/comm-esr115
|
||||
beta: https://hg.mozilla.org/releases/comm-beta
|
||||
default: https://hg.mozilla.org/comm-central
|
||||
l10n-bump-info:
|
||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
production:
|
||||
by-release-type:
|
||||
beta: [43]
|
||||
release: [17776]
|
||||
release: [17829]
|
||||
default: []
|
||||
staging:
|
||||
by-release-type:
|
||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
rules-to-update:
|
||||
by-release-type:
|
||||
beta: ["thunderbird-beta-cdntest", "thunderbird-beta-localtest"]
|
||||
release: ["thunderbird-release102-cdntest", "thunderbird-release102-localtest"]
|
||||
release: ["thunderbird-release115-cdntest", "thunderbird-release115-localtest"]
|
||||
default: []
|
||||
platforms: ["linux", "linux64", "macosx64", "win32", "win64"]
|
||||
treeherder:
|
||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
thunderbird-beta-latest-ssl: installer-ssl
|
||||
thunderbird-beta-latest: installer
|
||||
thunderbird-beta-msi-latest-ssl: msi
|
||||
comm-esr102:
|
||||
comm-esr115:
|
||||
thunderbird-latest-ssl: installer-ssl
|
||||
thunderbird-latest: installer
|
||||
thunderbird-msi-latest-ssl: msi
|
||||
|
|
|
@ -32,7 +32,7 @@ job-template:
|
|||
PATH: /builds/worker/bin:/usr/local/bin:/usr/bin:/bin
|
||||
channel:
|
||||
by-project:
|
||||
comm-esr102:
|
||||
comm-esr115:
|
||||
by-platform:
|
||||
# ja-JP-mac is only langpack on mac, and is unlisted always
|
||||
macosx64.*: unlisted
|
||||
|
|
|
@ -51,7 +51,7 @@ job-defaults:
|
|||
last-watershed:
|
||||
by-release-type:
|
||||
beta: "79.0b2"
|
||||
release: "102.0"
|
||||
release: "115.0"
|
||||
default: "default"
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -54,8 +54,8 @@ PER_PROJECT_PARAMETERS = {
|
|||
"target_tasks_method": "mozilla_beta_tasks",
|
||||
"release_type": "beta",
|
||||
},
|
||||
"comm-esr102": {
|
||||
"target_tasks_method": "mozilla_esr102_tasks",
|
||||
"comm-esr115": {
|
||||
"target_tasks_method": "mozilla_esr115_tasks",
|
||||
"release_type": "release",
|
||||
},
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче