summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-17 13:48:07 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-18 15:32:22 +0000
commite911cf77c705cc487c8ac8964818773c1ceb4928 (patch)
tree0ae2b5aec045fc07bf21eba37bcafabecbb61892
parent59a1f2a72531d68e542884da16cea7789b4a7c24 (diff)
tcwg-benchmark.sh: Rsync bmk-scripts to the board
Bmk-scripts is cloned by the by scm plugin. Change-Id: I60a2140b6094043cab0c752b378f500659a16b63
-rwxr-xr-xtcwg-benchmark.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index a3a940bf..6f2888e1 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -42,10 +42,8 @@ ccprefix=$(echo "$ccpath" | sed -e 's/-gcc$/-/')
# Slaves for this job are virtual slaves on dev-01,
# convert the slave name into the target board name
boardname=$(echo "${NODE_NAME}" | sed 's/-bmk//').tcwglab
-boardname="tcwg-benchmark@${boardname}"
-ssh "$boardname" rm -rf bmk-scripts
-ssh "$boardname" git clone https://git-us.linaro.org/toolchain/bmk-scripts
+rsync -az --delete bmk-scripts/ "$boardname:bmk-scripts/"
./start-container-docker.sh --arch amd64 --node "$NODE_NAME" --distro trusty --task build --prefix build_ > build-container.sh
build_container_host=