Use debug mode for lava2-submit for now
[lttng-ci.git] / scripts / system-tests / run-kvm-fuzzing-tests.sh
index 13e5acff74527687a8d1f1fa92ab5d19363ebe27..d5a11edafb773501e6da59cc36eb9b377fd4805e 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 kvm-fuzzing-tests \
@@ -39,5 +41,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \
                           -lm "$S3_URL_LTTNG_MODULES" \
                           -tc "$LTTNG_TOOLS_COMMIT_ID" \
                           -uc "$LTTNG_UST_COMMIT_ID" \
+                          --debug
+set +eu
 deactivate
+set -eu
 rm -rf "$venv"
This page took 0.031871 seconds and 4 git commands to generate.