summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-03-31 13:28:18 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-04-01 11:19:12 +0000
commit00214a44379ca4dd9a9ad63aec1df0afe443cac8 (patch)
treef4a14ef24afb7c11e9ad13285f368d6ed0b1a8ea /tcwg-benchmark.sh
parent512d79ce1889d211fa6a51c872545ccc7c7506e4 (diff)
Change default to use "master" docker images
... instead of "tcwg-tested" due to https://projects.linaro.org/browse/LSS-1153 , which causes tcwg-tested images to not being updated. Change-Id: I2222b87892b029b23eb1baeb28747b148addb345
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index fba0acb0..9166dae5 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -6,8 +6,8 @@ set -ex
# Make shellcheck happy and workaround Jenkins not defining variables
# for empty arguments.
-bench_container_tag="${bench_container_tag-bionic-tcwg-tested}"
-build_container_tag="${build_container_tag-bionic-tcwg-tested}"
+bench_container_tag="${bench_container_tag-bionic}"
+build_container_tag="${build_container_tag-bionic}"
toolchain_url="$toolchain_url"
toolchain_type="${toolchain_type-auto}"
bench_list="$bench_list"