aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-08-31 01:24:46 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-08-31 01:24:46 +0000
commit752e14f13849c8bb2d270dcf4d9ac30bf7fe9b90 (patch)
treec2b5a28a506afd6504d3464e53b4439c82d1cffb /jjb
parent87c1b5fe8d22b870d298967cc83e25aee8616c9e (diff)
parentad342f79348013277f4141edc48d273ae10aa71f (diff)
Merge "jjb/common: run-test-prepare: clone releng-scripts"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/common/include-agl-run-test-prepare.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh
index 00d67882..f67262d4 100644
--- a/jjb/common/include-agl-run-test-prepare.sh
+++ b/jjb/common/include-agl-run-test-prepare.sh
@@ -12,6 +12,12 @@ set -x
cd $REPODIR
+# clone repo for templates and related utils, add to $PATH for later use
+git clone --branch release https://git.automotivelinux.org/AGL/releng-scripts
+if [ -e releng-scripts/utils ]; then
+ export PATH=$PATH:$PWD/releng-scripts/utils
+fi
+
ls -alhR meta-agl/templates/machine/${MACHINE}
#### Find out if machine can be tested.