jjb: Change `syscall` to `event` in benchmark plots
[lttng-ci.git] / scripts / lttng-baremetal-tests / run-baremetal-tests.sh
index abe5619aa6e1c73df64afd07abb652b2f8641e43..2f9eee84840009bcb72591bc7cb3766d56e03ad2 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
+git clone https://github.com/lttng/lttng-ci "$LTTNG_CI_PATH"
 
-set +x
-python 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" \
-                          -l "$LAVA_FRDESO_TOKEN" \
                           -k "$STORAGE_KERNEL_IMAGE" \
                           -km "$STORAGE_LINUX_MODULES" \
                           -lm "$STORAGE_LTTNG_MODULES" \
This page took 0.024179 seconds and 4 git commands to generate.