зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1381577 - Part AB; Fix typo to make windows PGO get signed. r=kmoir
Land date changes to support windows nightlies onto central MozReview-Commit-ID: 5oMSqo6JsmM --HG-- extra : rebase_source : 9d10412d9a5a9524ba504bde4668a1a04a43343a
This commit is contained in:
Родитель
1e36007dd8
Коммит
cafb635175
|
@ -9,8 +9,8 @@ from taskgraph.loader.single_dep import loader as base_loader
|
|||
# XXX: This logic should rely in kind.yml. This hasn't been done in the original
|
||||
# patch because it required some heavy changes in single_dep.
|
||||
LABELS_WHICH_SHOULD_SIGN_CI_BUILDS = (
|
||||
'build-win32/debug', 'build-win32/opt', 'build-win32-pgo/opt',
|
||||
'build-win64/debug', 'build-win64/opt', 'build-win64-pgo/opt',
|
||||
'build-win32/debug', 'build-win32/opt', 'build-win32/pgo',
|
||||
'build-win64/debug', 'build-win64/opt', 'build-win64/pgo',
|
||||
)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче