summaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.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-buildfarm.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-buildfarm.sh')
-rwxr-xr-xtcwg-buildfarm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-buildfarm.sh b/tcwg-buildfarm.sh
index c17c16b5..a361f68f 100755
--- a/tcwg-buildfarm.sh
+++ b/tcwg-buildfarm.sh
@@ -29,8 +29,8 @@ log_name="${log_name-$target}"
dont_fail="${dont_fail-false}"
log_server="${log_server-dev-01.tcwglab:$HOME/logs}"
abe_branch="${abe_branch-refs/heads/tested}"
-build_container_tag="${build_container_tag-xenial-tcwg-tested}"
-test_container_tag="${test_container_tag-xenial-tcwg-tested}"
+build_container_tag="${build_container_tag-xenial}"
+test_container_tag="${test_container_tag-xenial}"
binaries="${binaries-false}"
dryrun="${dryrun-false}"