summaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-06-12 21:48:06 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-18 20:13:09 +0000
commit4fa033c478e9dbedabf104bcb36a788488c36bd6 (patch)
tree1f947725ba278901abba9b855c8b101ba88e3f72 /tcwg-buildfarm.sh
parentf936c40bc960faeac427f1936b9ee25ccbcf9315 (diff)
tcwg-buildfarm.sh: Start qemu container with test_container_tag
For consistency with containers for other types of validation. Change-Id: I1bfae92ac1aa46048bf61ffb5cddfda231030d7c
Diffstat (limited to 'tcwg-buildfarm.sh')
-rwxr-xr-xtcwg-buildfarm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildfarm.sh b/tcwg-buildfarm.sh
index e38f1434..f6abb47b 100755
--- a/tcwg-buildfarm.sh
+++ b/tcwg-buildfarm.sh
@@ -55,7 +55,7 @@ if echo $runtests | grep -q $target; then
bash -x ./jenkins-scripts/start-container-docker.sh --label $tester_label --distro ${test_container_tag} --task test --prefix test_ > test-container.sh
else
# Set weight to "2" to give VM decent amount of RAM.
- bash -x ./jenkins-scripts/start-container-qemu.sh --weight 2 --label $tester_label --distro xenial-tcwg-tested --task test --prefix test_ --kernel_url https://dev-01.tcwglab/~tcwg-buildslave/images/ilp32/norov-Image --initrd_url https://cloud-images.ubuntu.com/releases/16.04/release/unpacked/ubuntu-16.04-server-cloudimg-arm64-initrd-generic > test-container.sh
+ bash -x ./jenkins-scripts/start-container-qemu.sh --weight 2 --label $tester_label --distro ${test_container_tag} --task test --prefix test_ --kernel_url https://dev-01.tcwglab/~tcwg-buildslave/images/ilp32/norov-Image --initrd_url https://cloud-images.ubuntu.com/releases/16.04/release/unpacked/ubuntu-16.04-server-cloudimg-arm64-initrd-generic > test-container.sh
fi
. ./test-container.sh
runtests_opt="$runtests_opt --testcontainer ${test_container_host}:${test_container_port}"