зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1282468 - disable buildbot asan builds and tests on trunk r=gbrown
This commit is contained in:
Родитель
6107aa70d5
Коммит
904d639196
|
@ -19,9 +19,9 @@ builds:
|
|||
- Linux64 ASan
|
||||
types:
|
||||
opt:
|
||||
task: tasks/builds/opt_linux64-asan.yml
|
||||
task: tasks/builds/opt_linux64_asan.yml
|
||||
debug:
|
||||
task: tasks/builds/dbg_linux64-asan.yml
|
||||
task: tasks/builds/dbg_linux64_asan.yml
|
||||
linux64-pgo:
|
||||
platforms:
|
||||
- Linux64 PGO
|
||||
|
|
|
@ -78,9 +78,9 @@ builds:
|
|||
- Linux64 ASan
|
||||
types:
|
||||
opt:
|
||||
task: tasks/builds/opt_linux64-asan.yml
|
||||
task: tasks/builds/opt_linux64_asan.yml
|
||||
debug:
|
||||
task: tasks/builds/dbg_linux64-asan.yml
|
||||
task: tasks/builds/dbg_linux64_asan.yml
|
||||
linux64-haz:
|
||||
platforms:
|
||||
- Linux64
|
||||
|
|
|
@ -114,9 +114,9 @@ builds:
|
|||
- Linux64 ASan
|
||||
types:
|
||||
opt:
|
||||
task: tasks/builds/opt_linux64-asan.yml
|
||||
task: tasks/builds/opt_linux64_asan.yml
|
||||
debug:
|
||||
task: tasks/builds/dbg_linux64-asan.yml
|
||||
task: tasks/builds/dbg_linux64_asan.yml
|
||||
macosx64-st-an:
|
||||
platforms:
|
||||
- MacOSX64 Static Analysis
|
||||
|
|
|
@ -12,7 +12,7 @@ task:
|
|||
- 'index.buildbot.branches.{{project}}.linux64-asan'
|
||||
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux64-asan'
|
||||
|
||||
workerType: 'gecko-{{level}}-b-linux'
|
||||
workerType: dbg-linux64
|
||||
|
||||
payload:
|
||||
env:
|
||||
|
@ -26,6 +26,6 @@ task:
|
|||
machine:
|
||||
# see https://github.com/mozilla/treeherder/blob/master/ui/js/values.js
|
||||
platform: linux64
|
||||
tier: 1
|
||||
collection:
|
||||
asan: true
|
||||
tier: 1
|
|
@ -12,7 +12,7 @@ task:
|
|||
- 'index.buildbot.branches.{{project}}.linux64-asan'
|
||||
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux64-asan'
|
||||
|
||||
workerType: 'gecko-{{level}}-b-linux'
|
||||
workerType: opt-linux64
|
||||
|
||||
payload:
|
||||
env:
|
||||
|
@ -26,6 +26,6 @@ task:
|
|||
# see https://github.com/mozilla/treeherder/blob/master/ui/js/values.js
|
||||
platform: linux64
|
||||
symbol: Bo
|
||||
tier: 1
|
||||
collection:
|
||||
asan: true
|
||||
tier: 1
|
|
@ -36,7 +36,8 @@ def set_tier(config, tests):
|
|||
for test in tests:
|
||||
# only override if not set for the test
|
||||
if 'tier' not in test:
|
||||
if test['test-platform'] == 'linux64/debug':
|
||||
if test['test-platform'] == 'linux64/debug' or \
|
||||
test['test-platform'] == 'linux64-asan/opt':
|
||||
test['tier'] = 1
|
||||
else:
|
||||
test['tier'] = 2
|
||||
|
|
Загрузка…
Ссылка в новой задаче