summaryrefslogtreecommitdiffstats
path: root/utils/run-flounder-ci-tests
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-28 14:16:25 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-28 14:16:25 +0200
commit3c9a2bf911fe0ff60a784b292d11a1055ba81f65 (patch)
tree69815c2c0c266ddf87b44e3b43b4e7290b67f64e /utils/run-flounder-ci-tests
parentefbdf81389f785cd6401fe374ca8da5e72735ecf (diff)
Extend timeouts, add callback and gitignore
Change-Id: Ib28d25e1efd0033458fa9ae787610a8de9f5d275 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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