Bug 713055. Match talos.json's suites to mozilla-tests/config.py before enabling talos mozharness. DONTBUILD. CLOSED TREE. r=jmaher

This commit is contained in:
Armen Zambrano Gasparnian 2013-07-23 16:24:50 -04:00
Родитель ab0c95d086
Коммит a1bfadb938
1 изменённых файлов: 10 добавлений и 12 удалений

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

@ -9,7 +9,7 @@
},
"suites": {
"chromez": {
"tests": ["tdhtmlr", "tresize"],
"tests": ["tresize"],
"talos_options": [
"--mozAfterPaint",
"--filter",
@ -40,17 +40,6 @@
"kraken:v8_7"
]
},
"nochromer": {
"tests": [ "tdhtmlr" ],
"talos_options": [
"--noChrome",
"--mozAfterPaint",
"--filter",
"ignore_first:5",
"--filter",
"median"
]
},
"other": {
"tests": ["tscrollr", "a11yr", "ts_paint", "tpaint"],
"talos_options": [
@ -70,6 +59,15 @@
"median"
]
},
"rafx": {
"tests": ["tscrollx", "tsvgx", "tcanvasmark"],
"talos_options": [
"--filter",
"ignore_first:5",
"--filter",
"median"
]
},
"tpn": {
"tests": ["tp5n"],
"pagesets_url": "http://build.mozilla.org/talos/zips/tp5n.zip",