aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-11 16:05:24 +0000
committerFathi Boudra <fathi.boudra@linaro.org>2017-05-11 16:37:27 +0000
commitc6586001e36a5a03a114d4837166f80f3309c6e4 (patch)
treebbbf3362129a683c9c6c447a16f96fc6c20f83c7 /tcwg-base
parent0e2b45ebd3a4efba4c55d12093d619c4841f2a14 (diff)
trusty-amd64-tcwg-build: Add tcwg-benchmark user
This change is for a single image on purpose. We want to test tcwg-benchmark support in this one image first. Change-Id: I75415346f40b8873fc078b427adc4c29fecf09f0
Diffstat (limited to 'tcwg-base')
-rwxr-xr-xtcwg-base/tcwg-build/build-image.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-base/tcwg-build/build-image.sh b/tcwg-base/tcwg-build/build-image.sh
index d08326f4..efc1f169 100755
--- a/tcwg-base/tcwg-build/build-image.sh
+++ b/tcwg-base/tcwg-build/build-image.sh
@@ -6,7 +6,7 @@ trap cleanup_exit INT TERM EXIT
cleanup_exit()
{
- rm -rf tcwg-buildslave
+ rm -rf tcwg-buildslave tcwg-benchmark
}
export LANG=C
@@ -17,6 +17,7 @@ image=linaro/ci-${arch}-${name}-ubuntu:${distro}
top=$(git rev-parse --show-toplevel)
rsync -a $top/tcwg-base/tcwg-build/tcwg-buildslave/ ./tcwg-buildslave/
+rsync -a $top/tcwg-base/tcwg-build/tcwg-benchmark/ ./tcwg-benchmark/
(cd ..; ./build.sh)
docker pull $image 2>/dev/null || true