Bug 1478295 - Disable sessionrestore_many_windows on mozilla-beta r=rwood

Differential Revision: https://phabricator.services.mozilla.com/D2559

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ionut Goldan 2018-08-02 10:42:35 +00:00
parent 0facadf342
commit 09f5b26604
3 changed files with 20 additions and 1 deletions

View File

@ -366,6 +366,19 @@ talos-other:
extra-options:
- --suite=other
talos-sessionrestore-many-windows:
description: "Talos sessionrestore-many-windows"
try-name: sessionrestore-many-windows
treeherder-symbol: T(smw)
run-on-projects:
by-test-platform:
windows.*msvc/.*: ['mozilla-central', 'try']
default: ['mozilla-central', 'try']
max-run-time: 1500
mozharness:
extra-options:
- --suite=sessionrestore-many-windows
talos-other-profiling:
description: "Talos profiling other"
try-name: other-profiling

View File

@ -68,6 +68,7 @@ talos:
- talos-g4
- talos-g5
- talos-other
- talos-sessionrestore-many-windows
- talos-svgr
- talos-tp5o
- talos-perf-reftest
@ -205,6 +206,7 @@ windows-talos:
- talos-g4
- talos-g5
- talos-other
- talos-sessionrestore-many-windows
- talos-perf-reftest
- talos-perf-reftest-singletons
- talos-svgr
@ -274,6 +276,7 @@ macosx64-talos:
- talos-g4
- talos-g5
- talos-other
- talos-sessionrestore-many-windows
- talos-svgr
- talos-tp5o
- talos-perf-reftest

View File

@ -13,7 +13,10 @@
"tests": ["tart_flex", "ts_paint_flex"]
},
"other-e10s": {
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint", "cpstartup"]
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint", "cpstartup"]
},
"sessionrestore-many-windows-e10s": {
"tests": ["sessionrestore_many_windows"]
},
"g1-e10s": {
"tests": ["tp5o_scroll", "glterrain"],