From 94adc7547bf7fa151b765cfb384fa45eed0036b6 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Tue, 19 May 2015 10:02:22 -0400 Subject: [PATCH] Bug 1162753 - update talos to pick up quit and remote pageset fixes. r=wlach --- testing/talos/talos.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/talos/talos.json b/testing/talos/talos.json index 3ce9baee095..c2475f767d6 100644 --- a/testing/talos/talos.json +++ b/testing/talos/talos.json @@ -1,11 +1,11 @@ { "talos.zip": { - "url": "http://talos-bundles.pvt.build.mozilla.org/zips/talos.3dc0c42bd761.zip", + "url": "http://talos-bundles.pvt.build.mozilla.org/zips/talos.ccab6c42b5da.zip", "path": "" }, "global": { "talos_repo": "https://hg.mozilla.org/build/talos", - "talos_revision": "c1da803b295e" + "talos_revision": "ccab6c42b5da" }, "extra_options": { "android": [ "--apkPath=%(apk_path)s" ] @@ -162,10 +162,10 @@ "tests": ["ts_paint"] }, "remote-tsvgx": { - "tests": ["tsvgx"], + "tests": ["tsvgm"], "talos_options": [ "--noChrome", - "--tppagecycles", "10" + "--tppagecycles", "7" ] }, "remote-tcanvasmark": {