diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-11-29 19:51:52 +0000 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-11-29 19:51:55 +0000 |
commit | d44f89f72e8114c7678b79602395d2d6fb16305b (patch) | |
tree | e7d1491e793e4b644eb9d6c5e8e5c94744bf5bf1 /jjb | |
parent | 4c23c40c069440a065065843b3cba1c0190d3f0e (diff) |
jjb/common: run-test-short: always use releng
When present, use releng to generate LAVA jobs for all boards.
Change-Id: I134f17d977a131fed2ec4973567f1dfd949a3cad
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 5 |
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: " |