From: Michael Jeanson Date: Mon, 2 Oct 2023 21:00:34 +0000 (-0400) Subject: wip: ivc X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=1f14ee5ac90bd7d4d7ccfcd436022ddd36e22a30;p=lttng-ci.git wip: ivc Change-Id: Ia70ca04036a9ddfc92727a8ea620afe3ccd16f96 --- diff --git a/jobs/lttng-ivc.yaml b/jobs/lttng-ivc.yaml index 6319e0c..4f28de2 100644 --- a/jobs/lttng-ivc.yaml +++ b/jobs/lttng-ivc.yaml @@ -144,7 +144,7 @@ ## Project - project: name: lttng-ivc - github_user: lttng + github_user: mjeanson github_name: lttng-ivc email_to: "ci-notification@lists.lttng.org" version: @@ -162,6 +162,6 @@ - 'lttng-ivc-{version}-modules': version: master platforms: !!python/tuple [deb12-amd64] - slave: !!python/tuple [amd64-rootnode] + slave: !!python/tuple [amd64-rootnode-linux5] liburcu_version: !!python/tuple [master] diff --git a/scripts/lttng-ivc/build.sh b/scripts/lttng-ivc/build.sh index 62069a4..484c648 100644 --- a/scripts/lttng-ivc/build.sh +++ b/scripts/lttng-ivc/build.sh @@ -42,7 +42,7 @@ cd src/ || exit 1 export CFLAGS="-fcommon" # Run test suite via tox -tox -v -- --junit-xml="${WORKSPACE}/result.xml" +tox -v -e babeltrace -- --junit-xml="${WORKSPACE}/result.xml" # Remove base venv deactivate