mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Backed out changeset 1acac2205dc3 (bug 1311814) for having Taskcluster tell buildbot to run talos jobs on branches where no talos builders exist
MozReview-Commit-ID: 6GB1XqWb8fG
This commit is contained in:
parent
0111ff534b
commit
bb36034cd4
@ -65,15 +65,6 @@ all-tests-opt:
|
||||
- web-platform-tests-wdspec
|
||||
- xpcshell
|
||||
- mochitest-valgrind
|
||||
- talos-chrome
|
||||
- talos-dromaeojs
|
||||
- talos-g1
|
||||
- talos-g2
|
||||
- talos-g3
|
||||
- talos-g4
|
||||
- talos-other
|
||||
- talos-svgr
|
||||
- talos-tp5o
|
||||
|
||||
stylo-tests:
|
||||
- cppunit
|
||||
|
@ -642,195 +642,6 @@ reftest-stylo:
|
||||
extra-options:
|
||||
- --reftest-suite=reftest-stylo
|
||||
|
||||
talos-chrome:
|
||||
description: "Talos chrome"
|
||||
suite: talos
|
||||
talos-try-name: chromez
|
||||
treeherder-symbol: tc-T(c)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=chromez
|
||||
|
||||
talos-dromaeojs:
|
||||
description: "Talos dromaeojs"
|
||||
suite: talos
|
||||
talos-try-name: dromaeojs
|
||||
treeherder-symbol: tc-T(d)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=dromaeojs
|
||||
|
||||
talos-g1:
|
||||
description: "Talos g1"
|
||||
suite: talos
|
||||
talos-try-name: g1
|
||||
treeherder-symbol: tc-T(g1)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=g1
|
||||
|
||||
talos-g2:
|
||||
description: "Talos g2"
|
||||
suite: talos
|
||||
talos-try-name: g2
|
||||
treeherder-symbol: tc-T(g2)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=g2
|
||||
|
||||
talos-g3:
|
||||
description: "Talos g3"
|
||||
suite: talos
|
||||
talos-try-name: g3
|
||||
treeherder-symbol: tc-T(g3)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=g3
|
||||
|
||||
talos-g4:
|
||||
description: "Talos g4"
|
||||
suite: talos
|
||||
talos-try-name: g4
|
||||
treeherder-symbol: tc-T(g4)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=g4
|
||||
|
||||
talos-other:
|
||||
description: "Talos other"
|
||||
suite: talos
|
||||
talos-try-name: other
|
||||
treeherder-symbol: tc-T(o)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=other
|
||||
|
||||
talos-svgr:
|
||||
description: "Talos svgr"
|
||||
suite: talos
|
||||
talos-try-name: svgr
|
||||
treeherder-symbol: tc-T(s)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=svgr
|
||||
|
||||
talos-tp5o:
|
||||
description: "Talos tp5o"
|
||||
suite: talos
|
||||
talos-try-name: tp5o
|
||||
treeherder-symbol: tc-T(tp)
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['all']
|
||||
default: []
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: talos_script.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
default:
|
||||
- talos/linux_config.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --suite=tp5o
|
||||
|
||||
web-platform-tests:
|
||||
description: "Web platform test run"
|
||||
suite: web-platform-tests
|
||||
|
@ -289,8 +289,6 @@ GROUP_NAMES = {
|
||||
'tc-M-V': 'Mochitests on Valgrind executed by TaskCluster',
|
||||
'tc-R': 'Reftests executed by TaskCluster',
|
||||
'tc-R-e10s': 'Reftests executed by TaskCluster with e10s',
|
||||
'tc-T': 'Talos performance tests executed by TaskCluster',
|
||||
'tc-T-e10s': 'Talos performance tests executed by TaskCluster with e10s',
|
||||
'tc-VP': 'VideoPuppeteer tests executed by TaskCluster',
|
||||
'tc-W': 'Web platform tests executed by TaskCluster',
|
||||
'tc-W-e10s': 'Web platform tests executed by TaskCluster with e10s',
|
||||
|
Loading…
Reference in New Issue
Block a user