From: Kevin Hilman Date: Mon, 17 Dec 2018 19:41:59 +0000 (-0800) Subject: jjb/common: fix flounder test plans X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=26b805ded99b3212a1edc6143348624277aac481;p=ci-management.git 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 --- 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