Standardize cppcheck config
[lttng-ci.git] / scripts / system-tests / run-baremetal-benchmarks.sh
index 7106afdf9f1476ec1e7449bc0029be8bf6400968..402ca49b731fc7d450add8ddf1cf36fdceb86784 100644 (file)
@@ -19,8 +19,10 @@ echo 'We can now launch the lava job using those artefacts'
 
 venv=$(mktemp -d)
 virtualenv -p python3 "$venv"
+set +eu
 source "${venv}/bin/activate"
-pip install pyyaml
+set -eu
+pip install pyyaml Jinja2
 
 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
                           -t baremetal-benchmarks \
@@ -37,7 +39,9 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \
                           -km "$S3_URL_LINUX_MODULES" \
                           -lm "$S3_URL_LTTNG_MODULES" \
                           -tc "$LTTNG_TOOLS_COMMIT_ID"
+set +eu
 deactivate
+set -eu
 rm -rf "$venv"
 
 # Create a results folder for this job
This page took 0.027404 seconds and 4 git commands to generate.