aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-12-03 21:18:17 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-12-03 21:18:17 +0000
commit79f37093d4612f9c6c89bd8d6e6f5107bffe4251 (patch)
tree23db1503be3e98ba7ea4fec74b9c4833f8605e3b /jjb
parentfb83e043a9c346c39b2a49ee6c28a0951300deff (diff)
parent8cbca99861dfb83b5caa0af79ab1acbd8fc4dc5d (diff)
Merge "jjb/common: fix guppy test templates"
Diffstat (limited to 'jjb')
-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