aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-30 13:11:36 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-11-30 13:11:36 +0000
commit2023ef2ad7d47a2a40e699b84cdc68f8b0e4ef23 (patch)
treebfec06f899de4a2e0419dbae4e9dbd2c15ef615d /jjb/common
parent80a91eb46584a3470f3b586df55d3201edfd1a60 (diff)
parentd44f89f72e8114c7678b79602395d2d6fb16305b (diff)
Merge "jjb/common: run-test-short: always use releng"
Diffstat (limited to 'jjb/common')
-rw-r--r--jjb/common/include-agl-run-test-short.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh
index ba0cdeb3..deeaf3c5 100644
--- a/jjb/common/include-agl-run-test-short.sh
+++ b/jjb/common/include-agl-run-test-short.sh
@@ -12,10 +12,7 @@ cd $REPODIR
# WIP: use $RELENG for subset of boards
__MACHINE=${MACHINE%-nogfx} # releng doesn't care
-if [ ! -z $RELENG ] && \
- [[ x$__MACHINE == x"qemux86-64" || \
- x$__MACHINE == x"raspberrypi3" || \
- x$__MACHINE == x"m3ulcb" ]]; then
+if [ ! -z $RELENG ]; then
echo "# LAVA lab target: ${LAVA_LAB} #"
# releng-scripts depends on jinja2 >= 2.9
echo "## Check version of python-jinja2: "