diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-03 12:05:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-05-03 12:05:06 +0000 |
commit | 9ad56d166d657f9c22309949e558b3073db5d1fc (patch) | |
tree | d53c1225191511d814033948ea7749d01d4e12d9 /jjb/common | |
parent | ab1a175f9fef51c003b7f21de3e5cd55b23aac76 (diff) | |
parent | 440eff26a7c718a8fbfb2c07f604534cb11349cf (diff) |
Merge "SPEC-1850: Add missing --test application-lifecycle"
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-app-run-test-short.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/common/include-agl-app-run-test-short.sh b/jjb/common/include-agl-app-run-test-short.sh index ea6c7c18..1ff49355 100644 --- a/jjb/common/include-agl-app-run-test-short.sh +++ b/jjb/common/include-agl-app-run-test-short.sh @@ -38,6 +38,7 @@ BUILD_VERSION="AGL-gerrit-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER" CREATE_ARGS+="--name AGL-gerrit-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER " CREATE_ARGS+="--build-version $BUILD_VERSION " CREATE_ARGS+="--callback-from ${LAVA_LAB} " +CREATE_ARGS+="--test application-lifecycle " $RELENG/utils/create-jobs.py ${CREATE_ARGS} > testjob.yaml if [ $? != 0 ]; then |