aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-short.sh
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-11-06 15:22:44 +0100
committerLoys Ollivier <lollivier@baylibre.com>2017-11-06 15:55:20 +0100
commit7b7b42b8a9862d7cc9e5cff585999aaf802cab02 (patch)
treee244d2f3e5267a7714c81935fb79001f9f2423ff /jjb/common/include-agl-run-test-short.sh
parent033e1b5bd070faf384649a82514c2f42c1064b04 (diff)
Use releng for rapsberrypi3
Add the rapsebrrypi3 to the list of boards using releng-scripts for LAVA job definition generation. Change-Id: Ibd6449c101aff829d2814d3b15a7c9feae6d4b52 Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-run-test-short.sh')
-rw-r--r--jjb/common/include-agl-run-test-short.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh
index fca819b4..6600f240 100644
--- a/jjb/common/include-agl-run-test-short.sh
+++ b/jjb/common/include-agl-run-test-short.sh
@@ -15,6 +15,7 @@ cd $REPODIR
__MACHINE=${MACHINE%-nogfx} # releng doesn't care
if [ ! -z $RELENG ] && \
[[ x$__MACHINE == x"qemux86-64" || \
+ [[ x$__MACHINE == x"raspberrypi3" || \
x$__MACHINE == x"m3ulcb" ]]; then
# releng-scripts depends on jinja2 >= 2.9
echo "## Check version of python-jinja2: "
@@ -22,7 +23,6 @@ if [ ! -z $RELENG ] && \
CREATE_ARGS=""
[[ ! -z $GERRIT_CHANGE_NUMBER ]] && CREATE_ARGS+="-j $GERRIT_CHANGE_NUMBER "
[[ ! -z $GERRIT_PATCHSET_NUMBER ]] && CREATE_ARGS+="-i $GERRIT_PATCHSET_NUMBER "
- [[ ! -z $TARGETIMAGE ]] && CREATE_ARGS+="--rootfs-img ${TARGETIMAGE}-${__MACHINE}.ext4.xz "
BUILD_VERSION="AGL-gerrit-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER"
[[ -e output/repo-manifest-r.txt.sha1 ]] && BUILD_VERSION+="-$(cat output/repo-manifest-r.txt.sha1)"
CREATE_ARGS+="--name AGL-gerrit "