jjb/common: run-test-short: always use releng 03/12203/1
authorKevin Hilman <khilman@baylibre.com>
Wed, 29 Nov 2017 19:51:52 +0000 (19:51 +0000)
committerKevin Hilman <khilman@baylibre.com>
Wed, 29 Nov 2017 19:51:55 +0000 (19:51 +0000)
When present, use releng to generate LAVA jobs for all boards.

Change-Id: I134f17d977a131fed2ec4973567f1dfd949a3cad
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
jjb/common/include-agl-run-test-short.sh

index ba0cdeb..deeaf3c 100644 (file)
@@ -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: "