aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-short-guppy.sh
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-12-03 12:43:21 -0800
committerKevin Hilman <khilman@baylibre.com>2018-12-03 12:43:25 -0800
commit8cbca99861dfb83b5caa0af79ab1acbd8fc4dc5d (patch)
tree4b89d4816d740ef94aabb38b044d0e6ea116f0ac /jjb/common/include-agl-run-test-short-guppy.sh
parent4dde2a4acdda66189cc8ae7abc474bc1cea6e154 (diff)
jjb/common: fix guppy test templates
A previous change[1] moved to rely on test templates for test plans, instead of passing --test when using releng-scripts, however when this script was added for guppy[2], it was copied from an older version. Fix this version to not use --test either. [1] 142b04edc103 jjb/common: run-tests: rely on templates for test plans [2] b76de43474cf (gerrit/master) Add release job for guppy Change-Id: I98e00695ddb49a917cda40743b8c7328987ffe98 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-run-test-short-guppy.sh')
-rw-r--r--jjb/common/include-agl-run-test-short-guppy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short-guppy.sh b/jjb/common/include-agl-run-test-short-guppy.sh
index b4f23027..ff1fd750 100644
--- a/jjb/common/include-agl-run-test-short-guppy.sh
+++ b/jjb/common/include-agl-run-test-short-guppy.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