Bug 1311814 - talos tc configs for linux; r=wcosta

MozReview-Commit-ID: 7rzzqdGRwJU

--HG--
extra : rebase_source : 07aa846c5c1760bd635459d779fefc1f407e429c
This commit is contained in:
Rob Wood 2016-11-22 12:12:44 -05:00
Родитель c7523bf2f3
Коммит 5379f7712e
3 изменённых файлов: 200 добавлений и 0 удалений

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

@ -65,6 +65,15 @@ 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,6 +642,195 @@ 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,6 +289,8 @@ 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',