aboutsummaryrefslogtreecommitdiffstats
path: root/utils/run-flounder-ci-tests
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-06-19 14:03:27 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-06-19 14:03:27 +0200
commitd66d46fecf8d9eab4a81358059dcf4712784f3c8 (patch)
treed9fcbdeb541581ea5e2cc82914dc6e13e4e2ac0f /utils/run-flounder-ci-tests
parent63d49c1d41f4fb7cfc95005cff2716c353d38d9e (diff)
Prepare templates for pi5quillback
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I077ced1d706265228a978c88432dee45d0670858
Diffstat (limited to 'utils/run-flounder-ci-tests')
-rwxr-xr-xutils/run-flounder-ci-tests14
1 files changed, 10 insertions, 4 deletions
diff --git a/utils/run-flounder-ci-tests b/utils/run-flounder-ci-tests
index 986a0d0..fb31b00 100755
--- a/utils/run-flounder-ci-tests
+++ b/utils/run-flounder-ci-tests
@@ -3,17 +3,23 @@
SERVER="https://jsmoeller@lava.automotivelinux.org"
-MACHINES="dra7xx-evm m3ulcb qemux86-64 raspberrypi3"
-AGLVERSION="$1"
+MACHINES="qemux86-64 raspberrypi4"
+AGLBRANCH="$1"
+AGLVERSION="$2"
+
+if test x"" = x"${AGLBRANCH}" ; then
+ echo "Need to specify branch and version number to test"
+ exit 1
+fi
if test x"" = x"${AGLVERSION}" ; then
- echo "Need to specify version number to test"
+ echo "Need to specify branch and version number to test"
exit 1
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}/ --callback-from lab-jsmoeller --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/${AGLBRANCH}/${AGLVERSION}/${MACHINE}/deploy/images/${MACHINE}/ --callback-from lab-jsmoeller --test all --build-type release -n AGL-${AGLBRANCH}-${AGLVERSION}-${MACHINE} > /tmp/1.yaml
lava-tool submit-job https://jsmoeller@lava.automotivelinux.org /tmp/1.yaml
done \ No newline at end of file