diff --git a/taskcluster/ci/test/talos.yml b/taskcluster/ci/test/talos.yml index 789967504ef3..79000b3daca0 100644 --- a/taskcluster/ci/test/talos.yml +++ b/taskcluster/ci/test/talos.yml @@ -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 diff --git a/taskcluster/ci/test/test-sets.yml b/taskcluster/ci/test/test-sets.yml index a574c9a2653a..61a22b57acf5 100644 --- a/taskcluster/ci/test/test-sets.yml +++ b/taskcluster/ci/test/test-sets.yml @@ -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 diff --git a/testing/talos/talos.json b/testing/talos/talos.json index 6b07c99c3ff3..7422349d16da 100644 --- a/testing/talos/talos.json +++ b/testing/talos/talos.json @@ -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"],