From 1f14ee5ac90bd7d4d7ccfcd436022ddd36e22a30 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 2 Oct 2023 17:00:34 -0400 Subject: [PATCH] wip: ivc Change-Id: Ia70ca04036a9ddfc92727a8ea620afe3ccd16f96 --- jobs/lttng-ivc.yaml | 4 ++-- scripts/lttng-ivc/build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1