X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Ftemplate_lava_job.jinja2;h=06ec835992391506d0a665131e4aa809901191e9;hb=HEAD;hp=ed60cf1fbe5ad68e9a3581e98ef13feb2ffb4cb4;hpb=bf55e3f44278a1bf35bd7fef383963cff2c4bf16;p=lttng-ci.git diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index ed60cf1..06ec835 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -78,6 +78,7 @@ actions: name: vlttng-env-setup description: "Configure virtualenv for vlttng" os: + - debian - ubuntu devices: - x86 @@ -90,6 +91,12 @@ actions: - mount /dev/sda /tmp {% endif %} - rm -rf /tmp/* + # With the Debian bookwrom rootfs, without + # this being set, the babeltrace2 'bt2' python + # bindings are not correctly installed in the + # vlttng directory. + - export SETUPTOOLS_USE_DISTUTILS=stdlib + - source /root/python-venv/bin/activate - {{ vlttng_cmd }} - ln -s {{ vlttng_path }} /root/lttngvenv - sync @@ -119,3 +126,13 @@ actions: CI_REPO: {{ ci_repo }} CI_BRANCH: {{ ci_branch }} {% endif %} + - repository: {{ ci_repo }} + from: git + branch: {{ ci_branch }} + path: lava/system-tests/upload-artifacts.yml + name: upload-artifacts + params: + LTTNG_VERSION_STRING: {{ lttng_version_string }} + JENKINS_BUILD_ID: {{ jenkins_build_id }} + CI_REPO: {{ ci_repo }} + CI_BRANCH: {{ ci_branch }}