зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1381577 - Part G; Add win32 nightlies as well. r=kmoir
Land date changes to support windows nightlies onto central MozReview-Commit-ID: 523yYvZR7Ib --HG-- extra : rebase_source : 26d0e70ea0be712e7c672eaa2aeab16bfe00dc04
This commit is contained in:
Родитель
763c80eee7
Коммит
4d4bec2fa4
|
@ -13,4 +13,5 @@ kind-dependencies:
|
|||
- build
|
||||
|
||||
not-for-build-platforms:
|
||||
- win32-nightly/opt
|
||||
- win64-nightly/opt
|
||||
|
|
|
@ -143,6 +143,32 @@ win64-dmd/opt:
|
|||
custom-build-variant-cfg: dmd
|
||||
run-on-projects: [ ]
|
||||
|
||||
win32-nightly/opt:
|
||||
description: "Win32 Nightly"
|
||||
index:
|
||||
product: firefox
|
||||
job-name: win32-opt
|
||||
type: nightly
|
||||
attributes:
|
||||
nightly: true
|
||||
treeherder:
|
||||
platform: windows2012-32/opt
|
||||
symbol: tc(N)
|
||||
tier: 2
|
||||
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
||||
worker:
|
||||
max-run-time: 7200
|
||||
env:
|
||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win32/releng.manifest"
|
||||
run:
|
||||
using: mozharness
|
||||
script: mozharness/scripts/fx_desktop_build.py
|
||||
config:
|
||||
- builds/taskcluster_firefox_windows_32_opt.py
|
||||
- disable_signing.py
|
||||
- taskcluster_nightly.py
|
||||
run-on-projects: []
|
||||
|
||||
win64-nightly/opt:
|
||||
description: "Win64 Nightly"
|
||||
index:
|
||||
|
|
|
@ -233,7 +233,7 @@ def target_tasks_mozilla_beta(full_task_graph, parameters):
|
|||
if platform in ('linux64-pgo', 'linux-pgo', 'android-api-15-nightly',
|
||||
'android-x86-nightly'):
|
||||
return False
|
||||
if platform in ('macosx64-nightly', 'win64-nightly'):
|
||||
if platform in ('macosx64-nightly', 'win64-nightly', 'win32-nightly'):
|
||||
# Don't do some nightlies on-push until it's ready.
|
||||
return False
|
||||
if platform in ('linux64', 'linux'):
|
||||
|
|
Загрузка…
Ссылка в новой задаче