aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Nikitin <denik@google.com>2022-09-01 14:43:05 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-02 20:39:03 +0000
commit99cc6852aabf6e00a1f156c917e2d3eaca78a595 (patch)
treeeb0940c5a57ab448792d07ddf4f6bfe8d4e18d14
parent7d2a6951f9361849982537ed1ea0825f3588f157 (diff)
downloadtoolchain-utils-99cc6852aabf6e00a1f156c917e2d3eaca78a595.tar.gz
toolchain-utils: Remove rendering.desktop tests
Aquarium stories were recently disabled in telemetry rendering.desktop. Remove the tests to unblock nightly tests. BUG=b:244607231 TEST=cq Change-Id: I12fd75d874228ef08949ee2e8ba27ee81dc48c1f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3869851 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Denis Nikitin <denik@chromium.org> Commit-Queue: Denis Nikitin <denik@chromium.org>
-rwxr-xr-xbuildbot_test_toolchains.py21
1 files changed, 1 insertions, 20 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index 4caa906e..f957066a 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -68,8 +68,6 @@ RECIPE_IMAGE_RE_GROUPS = {
}
RECIPE_IMAGE_RE = RECIPE_IMAGE_FS.format(**RECIPE_IMAGE_RE_GROUPS)
-TELEMETRY_AQUARIUM_UNSUPPORTED = ['bob', 'elm', 'veyron_tiger']
-
# CL that uses LLVM-Next to build the images (includes chrome).
USE_LLVM_NEXT_PATCH = '513590'
@@ -161,6 +159,7 @@ class ToolchainComparator(object):
remote: %s
retries: 1
""" % (self._board, self._remotes)
+ # TODO(b/244607231): Add graphic benchmarks removed in crrev.com/c/3869851.
experiment_tests = """
benchmark: all_toolchain_perf {
suite: telemetry_Crosperf
@@ -176,29 +175,11 @@ class ToolchainComparator(object):
retries: 0
}
"""
- telemetry_aquarium_tests = """
- benchmark: rendering.desktop {
- run_local: False
- suite: telemetry_Crosperf
- test_args: --story-filter=aquarium$
- iterations: 5
- }
-
- benchmark: rendering.desktop {
- run_local: False
- suite: telemetry_Crosperf
- test_args: --story-filter=aquarium_20k$
- iterations: 3
- }
- """
with open(experiment_file, 'w', encoding='utf-8') as f:
f.write(experiment_header)
f.write(experiment_tests)
- if self._board not in TELEMETRY_AQUARIUM_UNSUPPORTED:
- f.write(telemetry_aquarium_tests)
-
# Now add vanilla to test file.
official_image = """
vanilla_image {