diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-09-16 14:31:56 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-09-16 14:31:56 +0200 |
commit | 45f88c9f60766da7d9f8a139bdba7c0820ee51ae (patch) | |
tree | 4fba2bd8cb603cc09c68edb852f7a3fdf52dfeed | |
parent | a08ebcd8bc5096cd694781d129d00ced94a9b4e4 (diff) |
SPEC-3572: include pyagl tests in application CI
This patchs adds pyagl tests to test ran for application lifecycle.
Change-Id: Ieba5900ddcd8e9fe621f8cd0783380964f8d3441
Bug-AGL: SPEC-3572
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-app-run-test-short.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-app-run-test-short.sh b/jjb/common/include-agl-app-run-test-short.sh index 82562b3f..239e2baf 100644 --- a/jjb/common/include-agl-app-run-test-short.sh +++ b/jjb/common/include-agl-app-run-test-short.sh @@ -39,7 +39,7 @@ BUILD_VERSION="AGL-app-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 " +CREATE_ARGS+="--test application-lifecycle pyagl" $RELENG/utils/create-jobs.py ${CREATE_ARGS} > testjob.yaml if [ $? != 0 ]; then |