aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-app-run-test-short.sh
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-05-02 20:16:40 +0200
committerCorentin LABBE <clabbe@baylibre.com>2019-05-02 20:20:07 +0200
commit440eff26a7c718a8fbfb2c07f604534cb11349cf (patch)
tree9f3d00d1bb43b58d0c553fed2a7aa7f457991ef8 /jjb/common/include-agl-app-run-test-short.sh
parent485d5d46aa38e5e4169da75a673b387cb73df73f (diff)
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 <clabbe@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-app-run-test-short.sh')
-rw-r--r--jjb/common/include-agl-app-run-test-short.sh1
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