summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
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"