jjb: Use LTTNG_CI_PATH variable in Lava jobs
[lttng-ci.git] / scripts / lttng-baremetal-tests / run-baremetal-benchmarks.sh
index 663582f88bdc5780fee41f3e99645e3b2e1d3416..ecc164cb29768908d4d9f257680156132f10d7e9 100644 (file)
 
 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
 
-python3 -u lttng-ci/scripts/lttng-baremetal-tests/lava-submit.py \
+git clone https://github.com/lttng/lttng-ci "$LTTNG_CI_PATH"
+
+python3 -u "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/lava-submit.py \
                           -t baremetal-benchmarks \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
This page took 0.023338 seconds and 4 git commands to generate.