summaryrefslogtreecommitdiffstats
path: root/utils/run-flounder-ci-tests
diff options
context:
space:
mode:
Diffstat (limited to 'utils/run-flounder-ci-tests')
-rwxr-xr-xutils/run-flounder-ci-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/run-flounder-ci-tests b/utils/run-flounder-ci-tests
index 0ca408d..986a0d0 100755
--- a/utils/run-flounder-ci-tests
+++ b/utils/run-flounder-ci-tests
@@ -13,7 +13,7 @@ fi
for MACHINE in $MACHINES ; do
-./create-jobs.py --machine ${MACHINE} --url https://download.automotivelinux.org/AGL/upload/ci/flounder/${AGLVERSION}/${MACHINE}/deploy/images/${MACHINE}/ --test all --build-type release -n AGL-Flounder-${AGLVERSION}-${MACHINE} > /tmp/1.yaml
+./create-jobs.py --machine ${MACHINE} --url https://download.automotivelinux.org/AGL/upload/ci/flounder/${AGLVERSION}/${MACHINE}/deploy/images/${MACHINE}/ --callback-from lab-jsmoeller --test all --build-type release -n AGL-Flounder-${AGLVERSION}-${MACHINE} > /tmp/1.yaml
lava-tool submit-job https://jsmoeller@lava.automotivelinux.org /tmp/1.yaml
done \ No newline at end of file