aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_toolchains.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2018-12-18 15:54:49 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-12-20 13:49:40 -0800
commit219e3b7cbbe1d62a7e23000180bbdb3f1acdc2e5 (patch)
tree37a78e03aa708d8b4a2c7f36efb7c0ddf03fd164 /buildbot_test_toolchains.py
parentef4b788bb5a1ba47881c73901228a07f5430ad4c (diff)
downloadtoolchain-utils-219e3b7cbbe1d62a7e23000180bbdb3f1acdc2e5.tar.gz
toolchain-utils: Add loading.desktop@@typical to nightly tests.
page_cycler_v2.typical_25 is deprecated (and flaky!). The recommended replacement is loading.desktop@@typical. This CL updates our nightly performance test infrastructure to handle loading.desktop@@typical. BUG=chromium:916340 TEST=Tested with nightly run on chrotomation2. Change-Id: I6366b3a8e6a2926ad759a209cfded890e3109810 Reviewed-on: https://chromium-review.googlesource.com/1382826 Commit-Ready: Caroline Tice <cmtice@chromium.org> Tested-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'buildbot_test_toolchains.py')
-rwxr-xr-xbuildbot_test_toolchains.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index bf3a8dea..73decf25 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -92,7 +92,7 @@ class ToolchainComparator(object):
Args:
trybot_image: artifact name such as
- 'daisy-release-tryjob/R40-6394.0.0-b1389'
+ 'daisy-release-tryjob/R40-6394.0.0-b1389'
Returns:
Latest official image name, e.g. 'daisy-release/R57-9089.0.0'.
@@ -117,7 +117,7 @@ class ToolchainComparator(object):
Args:
trybot_image: artifact name such as
- 'daisy-release-tryjob/R40-6394.0.0-b1389'
+ 'daisy-release-tryjob/R40-6394.0.0-b1389'
Returns:
Corresponding chrome PFQ image name, e.g.
@@ -162,9 +162,10 @@ class ToolchainComparator(object):
run_local: False
}
- benchmark: page_cycler_v2.typical_25 {
+ benchmark: loading.desktop {
suite: telemetry_Crosperf
- iterations: 0
+ test_args: --story-tag-filter=typical
+ iterations: 3
run_local: False
retries: 0
}