зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1352113: Re-use builds from push graph in nightly graphs; r=Callek
This will avoid needing to rebuild the shippable builds are part of nightly graphs, while we work on nightly promotion. Differential Revision: https://phabricator.services.mozilla.com/D24968 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
df3b5e6d4a
Коммит
9a8aaa635c
|
@ -10,6 +10,7 @@ jobs:
|
|||
type: decision-task
|
||||
treeherder-symbol: Nd
|
||||
target-tasks-method: nightly_desktop
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when:
|
||||
|
@ -23,6 +24,7 @@ jobs:
|
|||
type: decision-task
|
||||
treeherder-symbol: Nd-Ln
|
||||
target-tasks-method: nightly_linux
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when: [] # never (hook only)
|
||||
|
@ -32,6 +34,7 @@ jobs:
|
|||
type: decision-task
|
||||
treeherder-symbol: Nd-OSX
|
||||
target-tasks-method: nightly_macosx
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when: [] # never (hook only)
|
||||
|
@ -41,6 +44,7 @@ jobs:
|
|||
type: decision-task
|
||||
treeherder-symbol: Nd-win32
|
||||
target-tasks-method: nightly_win32
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when: [] # never (hook only)
|
||||
|
@ -50,6 +54,7 @@ jobs:
|
|||
type: decision-task
|
||||
treeherder-symbol: Nd-win64
|
||||
target-tasks-method: nightly_win64
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when: [] # never (hook only)
|
||||
|
@ -59,6 +64,7 @@ jobs:
|
|||
type: decision-task
|
||||
treeherder-symbol: Nd-win64-aarch64
|
||||
target-tasks-method: nightly_win64_aarch64
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when: [] # never (hook only)
|
||||
|
@ -68,6 +74,7 @@ jobs:
|
|||
type: decision-task
|
||||
treeherder-symbol: Na
|
||||
target-tasks-method: nightly_fennec
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when:
|
||||
|
|
Загрузка…
Ссылка в новой задаче