jjb: Use LTTNG_CI_PATH variable in Lava jobs
[lttng-ci.git] / scripts / lttng-baremetal-tests / run-kvm-tests.sh
index 66c8babdb4792e97534045ff5cc8919545515129..05eb6933708b71fd7e96e8bf3fcbb837cf0d994c 100644 (file)
@@ -16,9 +16,9 @@
 
 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
+git clone https://github.com/lttng/lttng-ci "$LTTNG_CI_PATH"
 
-python -u lttng-ci/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/lava-submit.py \
                           -t kvm-tests \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
This page took 0.021983 seconds and 4 git commands to generate.