mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1123852 - Update talos.json in order to pick up bug 1119780 and bug 1121571. Also, actually use e10s for the *-snow-e10s tests. r=jmaher
This commit is contained in:
parent
09de8e21b2
commit
8f8e24c41b
@ -5,7 +5,7 @@
|
||||
},
|
||||
"global": {
|
||||
"talos_repo": "https://hg.mozilla.org/build/talos",
|
||||
"talos_revision": "ebc4327b8cb8"
|
||||
"talos_revision": "39c9c9b33cfc"
|
||||
},
|
||||
"extra_options": {
|
||||
"android": [ "--apkPath=%(apk_path)s" ]
|
||||
@ -39,7 +39,8 @@
|
||||
"tests": ["tpaint"]
|
||||
},
|
||||
"other-snow-e10s": {
|
||||
"tests": ["tpaint"]
|
||||
"tests": ["tpaint"],
|
||||
"talos_options": ["--e10s"]
|
||||
},
|
||||
"other_nol64": {
|
||||
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore"]
|
||||
@ -80,7 +81,8 @@
|
||||
"tests": ["glterrain"]
|
||||
},
|
||||
"g1-snow-e10s": {
|
||||
"tests": ["glterrain"]
|
||||
"tests": ["glterrain"],
|
||||
"talos_options": ["--e10s"]
|
||||
},
|
||||
"svgr": {
|
||||
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"]
|
||||
@ -93,7 +95,8 @@
|
||||
"tests": ["tsvgx", "tscrollx"]
|
||||
},
|
||||
"svgr-snow-e10s": {
|
||||
"tests": ["tsvgx", "tscrollx"]
|
||||
"tests": ["tsvgx", "tscrollx"],
|
||||
"talos_options": ["--e10s"]
|
||||
},
|
||||
"tp5o": {
|
||||
"tests": ["tp5o"],
|
||||
|
Loading…
Reference in New Issue
Block a user