Bug 1150215 - Add g2 suite definition to talos.json;r=jmaher

This commit is contained in:
Brian Grinstead 2015-04-21 15:20:55 -07:00
parent 1267ab5733
commit b820b48a63

View File

@ -5,7 +5,7 @@
},
"global": {
"talos_repo": "https://hg.mozilla.org/build/talos",
"talos_revision": "3dc0c42bd761"
"talos_revision": "85d4f8ef4810"
},
"extra_options": {
"android": [ "--apkPath=%(apk_path)s" ]
@ -84,6 +84,12 @@
"tests": ["glterrain"],
"talos_options": ["--e10s"]
},
"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"
},
"svgr": {
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"]
},