Fix: context should be used for all devices
[lttng-ci.git] / scripts / system-tests / run-baremetal-tests.sh
index b359c8e7a2766c9785401b3888660f83ae5e50b2..2d7d98999a652647e530855a91e4d6253b84eeb1 100644 (file)
@@ -32,6 +32,7 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \
                           -lm "$S3_URL_LTTNG_MODULES" \
                           -tc "$LTTNG_TOOLS_COMMIT_ID" \
                           -uc "$LTTNG_UST_COMMIT_ID" \
+                          -id "$BUILD_TAG" \
                           --debug
 
 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
@@ -40,7 +41,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
                           -k "$STORAGE_KERNEL_IMAGE" \
                           -lm "$STORAGE_LTTNG_MODULES" \
                           -tc "$LTTNG_TOOLS_COMMIT_ID" \
-                          -uc "$LTTNG_UST_COMMIT_ID"
+                          -uc "$LTTNG_UST_COMMIT_ID" \
+                          -id "$BUILD_TAG"
 
 set +eu
 deactivate
This page took 0.028411 seconds and 4 git commands to generate.