Lava: Use Python3 for lava job submission
[lttng-ci.git] / scripts / lttng-baremetal-tests / run-baremetal-benchmarks.sh
index 70f21059d6bef790be7a3faa2496079403677a9d..187205aaadf5aaf4a7ba9700c3ede9868a0ae3bc 100644 (file)
@@ -18,7 +18,7 @@ echo 'At this point, we built the modules and kernel if we needed to.'
 echo 'We can now launch the lava job using those artefacts'
 git clone https://github.com/lttng/lttng-ci
 
-python -u lttng-ci/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u lttng-ci/scripts/lttng-baremetal-tests/lava-submit.py \
                           -t baremetal-benchmarks \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
This page took 0.024145 seconds and 4 git commands to generate.