summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-09-17 11:12:15 +0200
committerDiana Picus <diana.picus@linaro.org>2019-09-19 11:40:47 +0000
commit9ae232c357f7ec8b5b3aff84f4b579098e9908f6 (patch)
tree0dfd2c81d6926b6598b20e34da1278d1f37838f4 /tcwg-benchmark.sh
parente85062b27106b60681721db2f078e9f94e17ac9d (diff)
tcwg-benchmark.sh: Use bionic containers
Change-Id: I9d082ddbb9caf2fa498c05220153184f93fe4c17
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 a71d9849..3d911bf1 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-xenial-tcwg-tested}"
-build_container_tag="${build_container_tag-xenial-tcwg-tested}"
+bench_container_tag="${bench_container_tag-bionic-tcwg-tested}"
+build_container_tag="${build_container_tag-bionic-tcwg-tested}"
toolchain_url="$toolchain_url"
toolchain_type="${toolchain_type-auto}"
bench_list="$bench_list"