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:
Nathan Froyd 2016-12-03 06:38:22 -05:00
Родитель 4a6d6e5471
Коммит c482f7591d
2 изменённых файлов: 79 добавлений и 0 удалений

Просмотреть файл

@ -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',