gecko-dev/testing/talos/talos.json
J. Ryan Stinnett 22df5aef06 Bug 1330412 - Convert Stylo jobs to Stylo disabled. r=jmaher
Convert all jobs that were exercising Stylo enabled to Stylo disabled instead.

Stylo enabled is now handled by the default jobs.

In Perfherder, Stylo enabled jobs will be untagged and take over the existing
Gecko series.  Stylo disabled jobs will have a new `stylo-disabled` tag and
create a new series.

MozReview-Commit-ID: BMXBRg3A95j

--HG--
extra : rebase_source : 0f3a6a1f6807dbb90c00d060a3a7f220c2141c64
2017-08-31 11:18:46 -05:00

143 lines
5.3 KiB
JSON

{
"suites": {
"chromez-e10s": {
"tests": ["tresize", "tcanvasmark"]
},
"chromez-stylo-disabled-e10s": {
"talos_options": ["--disable-stylo"],
"tests": ["tresize", "tcanvasmark"]
},
"dromaeojs-e10s": {
"tests": ["dromaeo_css", "kraken"]
},
"dromaeojs-stylo-disabled-e10s": {
"talos_options": ["--disable-stylo"],
"tests": ["dromaeo_css", "kraken"]
},
"other-e10s": {
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
},
"other-stylo-disabled-e10s": {
"talos_options": ["--disable-stylo"],
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
},
"g1-e10s": {
"tests": ["tp5o_scroll", "glterrain"],
"pagesets_name": "tp5n.zip"
},
"g1-stylo-disabled-e10s": {
"tests": ["tp5o_scroll", "glterrain"],
"talos_options": ["--disable-stylo"],
"pagesets_name": "tp5n.zip"
},
"g2-e10s": {
"tests": ["damp", "tps"],
"pagesets_name": "tp5n.zip"
},
"g2-stylo-disabled-e10s": {
"tests": ["damp", "tps"],
"talos_options": ["--disable-stylo"],
"pagesets_name": "tp5n.zip"
},
"g3-e10s": {
"tests": ["dromaeo_dom"]
},
"g3-stylo-disabled-e10s": {
"tests": ["dromaeo_dom"],
"talos_options": ["--disable-stylo"]
},
"g4-e10s": {
"tests": ["basic_compositor_video", "glvideo"]
},
"g4-stylo-disabled-e10s": {
"tests": ["basic_compositor_video", "glvideo"],
"talos_options": ["--disable-stylo"]
},
"g5-e10s": {
"tests": ["ts_paint_webext", "tp5o_webext"],
"pagesets_name": "tp5n.zip"
},
"g5-stylo-disabled-e10s": {
"tests": ["ts_paint_webext", "tp5o_webext"],
"talos_options": ["--disable-stylo"],
"pagesets_name": "tp5n.zip"
},
"svgr-e10s": {
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "tsvg_static"]
},
"svgr-stylo-disabled-e10s": {
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "tsvg_static"],
"talos_options": ["--disable-stylo"]
},
"perf-reftest-e10s": {
"tests": ["bloom_basic"]
},
"perf-reftest-stylo-disabled-e10s": {
"tests": ["bloom_basic"],
"talos_options": ["--disable-stylo"]
},
"perf-reftest-singletons-e10s": {
"tests": ["bloom_basic_singleton"]
},
"perf-reftest-singletons-stylo-disabled-e10s": {
"tests": ["bloom_basic_singleton"],
"talos_options": ["--disable-stylo"]
},
"tp5o-e10s": {
"tests": ["tp5o"],
"pagesets_name": "tp5n.zip"
},
"tp5o-stylo-disabled-e10s": {
"tests": ["tp5o"],
"pagesets_name": "tp5n.zip",
"talos_options": ["--disable-stylo"]
},
"xperf-e10s": {
"tests": ["tp5n"],
"pagesets_name": "tp5n.zip",
"talos_options": [
"--xperf_path",
"\"c:/Program Files/Microsoft Windows Performance Toolkit/xperf.exe\""
]
},
"xperf-stylo-disabled-e10s": {
"tests": ["tp5n"],
"pagesets_name": "tp5n.zip",
"talos_options": [
"--disable-stylo",
"--xperf_path",
"\"c:/Program Files/Microsoft Windows Performance Toolkit/xperf.exe\""
]
},
"tp6-e10s": {
"tests": ["tp6_google", "tp6_youtube", "tp6_amazon", "tp6_facebook"],
"mitmproxy_recording_set": "mitmproxy-recording-set-win10.zip",
"talos_options": [
"--mitmproxy",
"mitmproxy-recording-google.mp mitmproxy-recording-youtube.mp mitmproxy-recording-amazon.mp mitmproxy-recording-facebook.mp",
"--firstNonBlankPaint"
]
},
"tp6-stylo-disabled-e10s": {
"tests": ["tp6_google", "tp6_youtube", "tp6_amazon", "tp6_facebook"],
"mitmproxy_recording_set": "mitmproxy-recording-set-win10.zip",
"talos_options": [
"--disable-stylo",
"--mitmproxy",
"mitmproxy-recording-google.mp mitmproxy-recording-youtube.mp mitmproxy-recording-amazon.mp mitmproxy-recording-facebook.mp",
"--firstNonBlankPaint"
]
},
"tp6-stylo-threads-e10s": {
"tests": ["tp6_google", "tp6_youtube", "tp6_amazon", "tp6_facebook"],
"mitmproxy_recording_set": "mitmproxy-recording-set-win10.zip",
"talos_options": [
"--stylo-threads=1",
"--mitmproxy",
"mitmproxy-recording-google.mp mitmproxy-recording-youtube.mp mitmproxy-recording-amazon.mp mitmproxy-recording-facebook.mp",
"--firstNonBlankPaint"
]
}
}
}