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" \
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"
-python3 -u lttng-ci/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/lava-submit.py \
-t baremetal-tests \
-j "$JOB_NAME" \
-k "$STORAGE_KERNEL_IMAGE" \
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"
-python3 -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" \
pip install pandas
pip install matplotlib
-python3 lttng-ci/scripts/lttng-baremetal-tests/generate-plots.py ./plot-data/
+python3 "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/generate-plots.py ./plot-data/