jjb/common: fix flounder test plans 67/18967/1
authorKevin Hilman <khilman@baylibre.com>
Mon, 17 Dec 2018 19:41:59 +0000 (11:41 -0800)
committerKevin Hilman <khilman@baylibre.com>
Mon, 17 Dec 2018 19:42:03 +0000 (11:42 -0800)
releng-scripts no longer requires passing --tests, instead if has
appropriate defaults based on CI or release builds.

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

index b4f2302..ff1fd75 100644 (file)
@@ -24,7 +24,6 @@ BUILD_VERSION="AGL-gerrit-$RELEASE_BRANCH-$RELEASE_VERSION"
 CREATE_ARGS+="--name AGL-gerrit-$RELEASE_BRANCH-$RELEASE_VERSION "
 CREATE_ARGS+="--build-version $BUILD_VERSION "
 CREATE_ARGS+="--callback-from ${LAVA_LAB} "
-CREATE_ARGS+="--test all"
 $RELENG/utils/create-jobs.py ${CREATE_ARGS} > testjob.yaml
 
 if [ $? != 0 ]; then