Merge "ansible: lxd: Disable secureboot on the ci-rootnode profile"
[lttng-ci.git] / scripts / system-tests / run-kvm-tests.sh
index cdcd42fcb52e6fb89b669371efa1285caa22662e..e6ceac3046a378b85ee5fb815060e26f7d3570b8 100644 (file)
@@ -26,12 +26,18 @@ pip install pyyaml Jinja2
 
 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \
                           -t kvm-tests \
+                          -lv "$LTTNG_VERSION" \
                           -j "$JOB_NAME" \
                           -k "$S3_URL_KERNEL_IMAGE" \
                           -lm "$S3_URL_LTTNG_MODULES" \
+                          -tu "$LTTNG_TOOLS_REPO" \
+                          -uu "$LTTNG_UST_REPO" \
                           -tc "$LTTNG_TOOLS_COMMIT_ID" \
                           -uc "$LTTNG_UST_COMMIT_ID" \
-                          -id "$BUILD_TAG"
+                          -id "$BUILD_TAG" \
+                          -r "$ROOTFS_URL" \
+                          --ci-repo "$LTTNG_CI_REPO" \
+                          --ci-branch "$LTTNG_CI_BRANCH"
 
 set +eu
 deactivate
This page took 0.042563 seconds and 4 git commands to generate.