aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-short-flounder.sh
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-12-17 11:41:59 -0800
committerKevin Hilman <khilman@baylibre.com>2018-12-17 11:42:03 -0800
commit26b805ded99b3212a1edc6143348624277aac481 (patch)
tree77c12b498b2fdc0066b540272c40c6ec944442d7 /jjb/common/include-agl-run-test-short-flounder.sh
parent0c1f5b17b0280b9cac606f68de7b587b98c01dd2 (diff)
jjb/common: fix flounder test plans
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>
Diffstat (limited to 'jjb/common/include-agl-run-test-short-flounder.sh')
-rw-r--r--jjb/common/include-agl-run-test-short-flounder.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short-flounder.sh b/jjb/common/include-agl-run-test-short-flounder.sh
index b4f23027..ff1fd750 100644
--- a/jjb/common/include-agl-run-test-short-flounder.sh
+++ b/jjb/common/include-agl-run-test-short-flounder.sh
@@ -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