From 26b805ded99b3212a1edc6143348624277aac481 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 17 Dec 2018 11:41:59 -0800 Subject: 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 --- jjb/common/include-agl-run-test-short-flounder.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'jjb/common/include-agl-run-test-short-flounder.sh') 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 -- cgit 1.2.3-korg