2011-12-15 19:10:35 +04:00
|
|
|
{
|
2012-02-02 20:03:47 +04:00
|
|
|
"talos.zip": {
|
2015-05-19 17:02:22 +03:00
|
|
|
"url": "http://talos-bundles.pvt.build.mozilla.org/zips/talos.ccab6c42b5da.zip",
|
2012-02-02 20:03:47 +04:00
|
|
|
"path": ""
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
|
|
|
"global": {
|
2014-02-01 03:05:00 +04:00
|
|
|
"talos_repo": "https://hg.mozilla.org/build/talos",
|
2015-05-19 17:02:22 +03:00
|
|
|
"talos_revision": "ccab6c42b5da"
|
2014-10-24 20:45:57 +04:00
|
|
|
},
|
|
|
|
"extra_options": {
|
|
|
|
"android": [ "--apkPath=%(apk_path)s" ]
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
|
|
|
"suites": {
|
|
|
|
"chromez": {
|
2013-09-13 22:03:54 +04:00
|
|
|
"tests": ["tresize", "tcanvasmark"]
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
2015-01-08 18:13:05 +03:00
|
|
|
"chromez-snow": {
|
|
|
|
"tests": ["tresize", "tcanvasmark"]
|
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"chromez-e10s": {
|
|
|
|
"tests": ["tresize", "tcanvasmark"],
|
|
|
|
"talos_options": ["--e10s"]
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
2015-01-08 18:13:05 +03:00
|
|
|
"chromez-snow-e10s": {
|
|
|
|
"tests": ["tresize", "tcanvasmark"],
|
|
|
|
"talos_options": ["--e10s"]
|
|
|
|
},
|
2013-07-12 21:19:52 +04:00
|
|
|
"dromaeojs": {
|
2013-09-03 22:08:07 +04:00
|
|
|
"tests": ["dromaeo_css", "dromaeo_dom", "kraken", "v8_7"]
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"dromaeojs-e10s": {
|
|
|
|
"tests": ["dromaeo_css", "dromaeo_dom", "kraken", "v8_7"],
|
|
|
|
"talos_options": ["--e10s"]
|
|
|
|
},
|
2013-07-24 00:24:50 +04:00
|
|
|
"other": {
|
2014-05-01 23:07:59 +04:00
|
|
|
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore"]
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
2015-01-08 18:13:05 +03:00
|
|
|
"other-snow": {
|
|
|
|
"tests": ["tpaint"]
|
|
|
|
},
|
|
|
|
"other-snow-e10s": {
|
2015-01-26 17:53:06 +03:00
|
|
|
"tests": ["tpaint"],
|
|
|
|
"talos_options": ["--e10s"]
|
2015-01-08 18:13:05 +03:00
|
|
|
},
|
2014-06-24 19:26:08 +04:00
|
|
|
"other_nol64": {
|
2014-06-10 19:28:12 +04:00
|
|
|
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore"]
|
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"other-e10s_nol64": {
|
|
|
|
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore"],
|
|
|
|
"talos_options": ["--e10s"]
|
|
|
|
},
|
2014-06-24 19:26:08 +04:00
|
|
|
"other_l64": {
|
2014-06-10 19:28:12 +04:00
|
|
|
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "media_tests"]
|
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"other-e10s_l64": {
|
|
|
|
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "media_tests"],
|
|
|
|
"talos_options": ["--e10s"]
|
|
|
|
},
|
2014-06-24 19:26:08 +04:00
|
|
|
"g1": {
|
2014-07-11 18:51:12 +04:00
|
|
|
"tests": ["tp5o_scroll", "glterrain"],
|
|
|
|
"pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
|
|
|
|
"pagesets_parent_dir_path": "talos/page_load_test/",
|
|
|
|
"pagesets_manifest_path": "talos/page_load_test/tp5n/tp5o.manifest",
|
|
|
|
"plugins": {
|
|
|
|
"32": "http://talos-bundles.pvt.build.mozilla.org/zips/flash32_10_3_183_5.zip",
|
|
|
|
"64": "http://talos-bundles.pvt.build.mozilla.org/zips/flash64_11_0_d1_98.zip"
|
|
|
|
}
|
2014-06-24 19:26:08 +04:00
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"g1-e10s": {
|
|
|
|
"tests": ["tp5o_scroll", "glterrain"],
|
|
|
|
"talos_options": ["--e10s"],
|
|
|
|
"pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
|
|
|
|
"pagesets_parent_dir_path": "talos/page_load_test/",
|
|
|
|
"pagesets_manifest_path": "talos/page_load_test/tp5n/tp5o.manifest",
|
|
|
|
"plugins": {
|
|
|
|
"32": "http://talos-bundles.pvt.build.mozilla.org/zips/flash32_10_3_183_5.zip",
|
|
|
|
"64": "http://talos-bundles.pvt.build.mozilla.org/zips/flash64_11_0_d1_98.zip"
|
|
|
|
}
|
|
|
|
},
|
2015-01-08 18:13:05 +03:00
|
|
|
"g1-snow": {
|
|
|
|
"tests": ["glterrain"]
|
|
|
|
},
|
|
|
|
"g1-snow-e10s": {
|
2015-01-26 17:53:06 +03:00
|
|
|
"tests": ["glterrain"],
|
|
|
|
"talos_options": ["--e10s"]
|
2015-01-08 18:13:05 +03:00
|
|
|
},
|
2015-04-22 01:20:55 +03:00
|
|
|
"g2": {
|
|
|
|
"tests": ["damp"],
|
|
|
|
"pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
|
|
|
|
"pagesets_parent_dir_path": "talos/page_load_test/",
|
|
|
|
"pagesets_manifest_path": "talos/page_load_test/tp5n/tp5o.manifest"
|
|
|
|
},
|
2013-07-24 00:24:50 +04:00
|
|
|
"svgr": {
|
2014-01-31 17:41:24 +04:00
|
|
|
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"]
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"svgr-e10s": {
|
|
|
|
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"],
|
|
|
|
"talos_options": ["--e10s"]
|
|
|
|
},
|
2015-01-08 18:13:05 +03:00
|
|
|
"svgr-snow": {
|
|
|
|
"tests": ["tsvgx", "tscrollx"]
|
|
|
|
},
|
|
|
|
"svgr-snow-e10s": {
|
2015-01-26 17:53:06 +03:00
|
|
|
"tests": ["tsvgx", "tscrollx"],
|
|
|
|
"talos_options": ["--e10s"]
|
2015-01-08 18:13:05 +03:00
|
|
|
},
|
2013-07-12 21:19:52 +04:00
|
|
|
"tp5o": {
|
|
|
|
"tests": ["tp5o"],
|
2013-08-13 19:06:52 +04:00
|
|
|
"pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
|
2013-07-12 21:19:52 +04:00
|
|
|
"pagesets_parent_dir_path": "talos/page_load_test/",
|
|
|
|
"pagesets_manifest_path": "talos/page_load_test/tp5n/tp5o.manifest",
|
|
|
|
"plugins": {
|
2013-08-13 19:06:52 +04:00
|
|
|
"32": "http://talos-bundles.pvt.build.mozilla.org/zips/flash32_10_3_183_5.zip",
|
|
|
|
"64": "http://talos-bundles.pvt.build.mozilla.org/zips/flash64_11_0_d1_98.zip"
|
2013-09-13 22:03:54 +04:00
|
|
|
}
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"tp5o-e10s": {
|
|
|
|
"tests": ["tp5o"],
|
|
|
|
"talos_options": ["--e10s"],
|
|
|
|
"pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
|
|
|
|
"pagesets_parent_dir_path": "talos/page_load_test/",
|
|
|
|
"pagesets_manifest_path": "talos/page_load_test/tp5n/tp5o.manifest",
|
|
|
|
"plugins": {
|
|
|
|
"32": "http://talos-bundles.pvt.build.mozilla.org/zips/flash32_10_3_183_5.zip",
|
|
|
|
"64": "http://talos-bundles.pvt.build.mozilla.org/zips/flash64_11_0_d1_98.zip"
|
|
|
|
}
|
|
|
|
},
|
2013-07-12 21:19:52 +04:00
|
|
|
"xperf": {
|
2014-12-19 20:06:59 +03:00
|
|
|
"tests": ["tp5n"],
|
2013-08-13 19:06:52 +04:00
|
|
|
"pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
|
2013-07-12 21:19:52 +04:00
|
|
|
"pagesets_parent_dir_path": "talos/page_load_test/",
|
|
|
|
"pagesets_manifest_path": "talos/page_load_test/tp5n/tp5n.manifest",
|
|
|
|
"plugins": {
|
2013-08-13 19:06:52 +04:00
|
|
|
"32": "http://talos-bundles.pvt.build.mozilla.org/zips/flash32_10_3_183_5.zip",
|
|
|
|
"64": "http://talos-bundles.pvt.build.mozilla.org/zips/flash64_11_0_d1_98.zip"
|
2013-07-12 21:19:52 +04:00
|
|
|
},
|
|
|
|
"talos_options": [
|
|
|
|
"--xperf_path",
|
|
|
|
"\"c:/Program Files/Microsoft Windows Performance Toolkit/xperf.exe\"",
|
|
|
|
"C:/slave/talos-data/talos/xperf.config"
|
|
|
|
]
|
2013-11-01 13:24:10 +04:00
|
|
|
},
|
2014-10-29 21:20:28 +03:00
|
|
|
"xperf-e10s": {
|
2014-12-19 20:06:59 +03:00
|
|
|
"tests": ["tp5n"],
|
2013-11-01 13:24:10 +04:00
|
|
|
"pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
|
|
|
|
"pagesets_parent_dir_path": "talos/page_load_test/",
|
2014-10-29 21:20:28 +03:00
|
|
|
"pagesets_manifest_path": "talos/page_load_test/tp5n/tp5n.manifest",
|
2013-11-01 13:24:10 +04:00
|
|
|
"plugins": {
|
|
|
|
"32": "http://talos-bundles.pvt.build.mozilla.org/zips/flash32_10_3_183_5.zip",
|
|
|
|
"64": "http://talos-bundles.pvt.build.mozilla.org/zips/flash64_11_0_d1_98.zip"
|
2014-01-09 21:37:52 +04:00
|
|
|
},
|
|
|
|
"talos_options": [
|
2014-10-29 21:20:28 +03:00
|
|
|
"--e10s",
|
|
|
|
"--xperf_path",
|
|
|
|
"\"c:/Program Files/Microsoft Windows Performance Toolkit/xperf.exe\"",
|
|
|
|
"C:/slave/talos-data/talos/xperf.config"
|
2014-01-09 21:37:52 +04:00
|
|
|
]
|
2013-07-12 21:19:52 +04:00
|
|
|
}
|
2013-09-18 17:37:09 +04:00
|
|
|
},
|
|
|
|
"mobile-suites": {
|
2013-10-14 14:52:59 +04:00
|
|
|
"remote-tspaint": {
|
2013-09-18 17:37:09 +04:00
|
|
|
"tests": ["ts_paint"]
|
|
|
|
},
|
|
|
|
"remote-tsvgx": {
|
2015-05-19 17:02:22 +03:00
|
|
|
"tests": ["tsvgm"],
|
2013-09-18 17:37:09 +04:00
|
|
|
"talos_options": [
|
2013-11-26 22:18:26 +04:00
|
|
|
"--noChrome",
|
2015-05-19 17:02:22 +03:00
|
|
|
"--tppagecycles", "7"
|
2013-09-18 17:37:09 +04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"remote-tcanvasmark": {
|
|
|
|
"tests": ["tcanvasmark"],
|
|
|
|
"talos_options": [
|
2013-11-26 22:18:26 +04:00
|
|
|
"--noChrome"
|
2013-09-18 17:37:09 +04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"remote-trobopan": {
|
|
|
|
"tests": ["trobopan"],
|
|
|
|
"talos_options": [
|
|
|
|
"--fennecIDs", "../fennec_ids.txt"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"remote-troboprovider": {
|
|
|
|
"tests": ["tprovider"],
|
|
|
|
"talos_options": [
|
|
|
|
"--fennecIDs", "../fennec_ids.txt"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"remote-trobocheck2": {
|
|
|
|
"tests": ["tcheck2"],
|
|
|
|
"talos_options": [
|
|
|
|
"--fennecIDs", "../fennec_ids.txt"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"remote-tp4m_nochrome": {
|
|
|
|
"tests": ["tp4m"]
|
|
|
|
}
|
2012-02-02 20:03:47 +04:00
|
|
|
}
|
2011-12-15 19:10:35 +04:00
|
|
|
}
|