зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1321444 - part 5 - add taskcluster windows clang jobs; r=dustin
We need to define the jobs and we also need to whitelist them appropriately.
This commit is contained in:
Родитель
4a6d6e5471
Коммит
c482f7591d
|
@ -114,3 +114,78 @@ win64/pgo:
|
|||
config:
|
||||
- builds/taskcluster_firefox_windows_64_opt.py
|
||||
|
||||
win32-clang/debug:
|
||||
description: "Win32 Clang-cl Debug"
|
||||
index:
|
||||
product: firefox
|
||||
job-name: win32-clang-debug
|
||||
treeherder:
|
||||
platform: windows2012-32/debug
|
||||
symbol: tc(Bcl)
|
||||
tier: 2
|
||||
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
||||
worker:
|
||||
implementation: generic-worker
|
||||
max-run-time: 7200
|
||||
run:
|
||||
using: mozharness
|
||||
script: mozharness/scripts/fx_desktop_build.py
|
||||
config:
|
||||
- builds/taskcluster_firefox_win32_clang_debug.py
|
||||
|
||||
win32-clang/opt:
|
||||
description: "Win32 Clang-cl Opt"
|
||||
index:
|
||||
product: firefox
|
||||
job-name: win32-clang-opt
|
||||
treeherder:
|
||||
platform: windows2012-32/opt
|
||||
symbol: tc(Bcl)
|
||||
tier: 2
|
||||
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
||||
worker:
|
||||
implementation: generic-worker
|
||||
max-run-time: 7200
|
||||
run:
|
||||
using: mozharness
|
||||
script: mozharness/scripts/fx_desktop_build.py
|
||||
config:
|
||||
- builds/taskcluster_firefox_win32_clang.py
|
||||
|
||||
win64-clang/debug:
|
||||
description: "Win64 Clang-cl Debug"
|
||||
index:
|
||||
product: firefox
|
||||
job-name: win64-clang-debug
|
||||
treeherder:
|
||||
platform: windows2012-64/debug
|
||||
symbol: tc(Bcl)
|
||||
tier: 2
|
||||
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
||||
worker:
|
||||
implementation: generic-worker
|
||||
max-run-time: 7200
|
||||
run:
|
||||
using: mozharness
|
||||
script: mozharness/scripts/fx_desktop_build.py
|
||||
config:
|
||||
- builds/taskcluster_firefox_win64_clang_debug.py
|
||||
|
||||
win64-clang/opt:
|
||||
description: "Win64 Clang-cl Opt"
|
||||
index:
|
||||
product: firefox
|
||||
job-name: win64-clang-opt
|
||||
treeherder:
|
||||
platform: windows2012-64/opt
|
||||
symbol: tc(Bcl)
|
||||
tier: 2
|
||||
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
||||
worker:
|
||||
implementation: generic-worker
|
||||
max-run-time: 7200
|
||||
run:
|
||||
using: mozharness
|
||||
script: mozharness/scripts/fx_desktop_build.py
|
||||
config:
|
||||
- builds/taskcluster_firefox_win64_clang.py
|
||||
|
|
|
@ -63,9 +63,13 @@ JOB_NAME_WHITELIST = set([
|
|||
'sm-plain-opt',
|
||||
'sm-rootanalysis-debug',
|
||||
'sm-tsan-opt',
|
||||
'win32-clang-debug',
|
||||
'win32-clang-opt',
|
||||
'win32-debug',
|
||||
'win32-opt',
|
||||
'win32-pgo',
|
||||
'win64-clang-debug',
|
||||
'win64-clang-opt',
|
||||
'win64-debug',
|
||||
'win64-opt',
|
||||
'win64-pgo',
|
||||
|
|
Загрузка…
Ссылка в новой задаче