CIBT Update the callback arg for releng. 77/11777/1
authorLoys Ollivier <lollivier@baylibre.com>
Thu, 9 Nov 2017 10:31:28 +0000 (11:31 +0100)
committerLoys Ollivier <lollivier@baylibre.com>
Thu, 9 Nov 2017 10:31:28 +0000 (11:31 +0100)
Update callback arg for releng following releng changes:
https://gerrit.automotivelinux.org/gerrit/#/c/11751/

Change-Id: I2f63727e2357d84085c8c91f8bcbe8983489abc4
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
jjb/common/include-agl-run-test-short.sh

index 68b412a..7db7ec5 100644 (file)
@@ -29,7 +29,7 @@ if [ ! -z $RELENG ] && \
     [[ -e output/repo-manifest-r.txt.sha1 ]] && BUILD_VERSION+="-$(cat output/repo-manifest-r.txt.sha1)"
     CREATE_ARGS+="--name AGL-gerrit "
     CREATE_ARGS+="--build-version $BUILD_VERSION "
-    CREATE_ARGS+="--callback ${LAVA_LAB} "
+    CREATE_ARGS+="--callback-from ${LAVA_LAB} "
     CREATE_ARGS+="--test all"
     $RELENG/utils/create-jobs.py ${CREATE_ARGS} > testjob.yaml
     cat testjob.yaml