From 440eff26a7c718a8fbfb2c07f604534cb11349cf Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 2 May 2019 20:16:40 +0200 Subject: SPEC-1850: Add missing --test application-lifecycle For enabling application-lifecycle, we need now to use --test application-lifecycle. Bug-AGL: SPEC-1850 Change-Id: I65b5fb9a11703673f2dcd4c5d1994af90cfbb26c Signed-off-by: Corentin LABBE --- jjb/common/include-agl-app-run-test-short.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/common/include-agl-app-run-test-short.sh') 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 -- cgit 1.2.3-korg