gecko-dev/testing/talos/talos.json
J. Ryan Stinnett 3b56163041 Bug 1330412 - Schedule Linux Stylo Talos like others. r=jmaher
Make Linux Stylo Talos jobs explicit in the task list, like they are for macOS
and Windows.  This way we avoid have different approaches per platform.

(This is still the Stylo enabled form.  The next patch coverts to Stylo
disabled for all platforms.)

MozReview-Commit-ID: K4CcWvR9tlJ

--HG--
extra : rebase_source : 3727ddb09114e56493b5ee42df1b45a830a3a6dc
2017-08-31 12:10:48 -05:00

143 lines
5.1 KiB
JSON

{
"suites": {
"chromez-e10s": {
"tests": ["tresize", "tcanvasmark"]
},
"chromez-stylo-e10s": {
"talos_options": ["--enable-stylo"],
"tests": ["tresize", "tcanvasmark"]
},
"dromaeojs-e10s": {
"tests": ["dromaeo_css", "kraken"]
},
"dromaeojs-stylo-e10s": {
"talos_options": ["--enable-stylo"],
"tests": ["dromaeo_css", "kraken"]
},
"other-e10s": {
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
},
"other-stylo-e10s": {
"talos_options": ["--enable-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-e10s": {
"tests": ["tp5o_scroll", "glterrain"],
"talos_options": ["--enable-stylo"],
"pagesets_name": "tp5n.zip"
},
"g2-e10s": {
"tests": ["damp", "tps"],
"pagesets_name": "tp5n.zip"
},
"g2-stylo-e10s": {
"tests": ["damp", "tps"],
"talos_options": ["--enable-stylo"],
"pagesets_name": "tp5n.zip"
},
"g3-e10s": {
"tests": ["dromaeo_dom"]
},
"g3-stylo-e10s": {
"tests": ["dromaeo_dom"],
"talos_options": ["--enable-stylo"]
},
"g4-e10s": {
"tests": ["basic_compositor_video", "glvideo"]
},
"g4-stylo-e10s": {
"tests": ["basic_compositor_video", "glvideo"],
"talos_options": ["--enable-stylo"]
},
"g5-e10s": {
"tests": ["ts_paint_webext", "tp5o_webext"],
"pagesets_name": "tp5n.zip"
},
"g5-stylo-e10s": {
"tests": ["ts_paint_webext", "tp5o_webext"],
"talos_options": ["--enable-stylo"],
"pagesets_name": "tp5n.zip"
},
"svgr-e10s": {
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "tsvg_static"]
},
"svgr-stylo-e10s": {
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "tsvg_static"],
"talos_options": ["--enable-stylo"]
},
"perf-reftest-e10s": {
"tests": ["bloom_basic"]
},
"perf-reftest-stylo-e10s": {
"tests": ["bloom_basic"],
"talos_options": ["--enable-stylo"]
},
"perf-reftest-singletons-e10s": {
"tests": ["bloom_basic_singleton"]
},
"perf-reftest-singletons-stylo-e10s": {
"tests": ["bloom_basic_singleton"],
"talos_options": ["--enable-stylo"]
},
"tp5o-e10s": {
"tests": ["tp5o"],
"pagesets_name": "tp5n.zip"
},
"tp5o-stylo-e10s": {
"tests": ["tp5o"],
"pagesets_name": "tp5n.zip",
"talos_options": ["--enable-stylo"]
},
"xperf-e10s": {
"tests": ["tp5n"],
"pagesets_name": "tp5n.zip",
"talos_options": [
"--xperf_path",
"\"c:/Program Files/Microsoft Windows Performance Toolkit/xperf.exe\""
]
},
"xperf-stylo-e10s": {
"tests": ["tp5n"],
"pagesets_name": "tp5n.zip",
"talos_options": [
"--enable-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-e10s": {
"tests": ["tp6_google", "tp6_youtube", "tp6_amazon", "tp6_facebook"],
"mitmproxy_recording_set": "mitmproxy-recording-set-win10.zip",
"talos_options": [
"--enable-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"
]
}
}
}