wip: ivc
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 2 Oct 2023 21:00:34 +0000 (17:00 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 2 Oct 2023 21:00:34 +0000 (17:00 -0400)
Change-Id: Ia70ca04036a9ddfc92727a8ea620afe3ccd16f96

jobs/lttng-ivc.yaml
scripts/lttng-ivc/build.sh

index 6319e0ca7e0147a02bf5dff22e30813ce0b5f5a3..4f28de23bc13b2ffe65ee07de9771de6a10ca90d 100644 (file)
 ## Project
 - project:
     name: lttng-ivc
-    github_user: lttng
+    github_user: mjeanson
     github_name: lttng-ivc
     email_to: "ci-notification@lists.lttng.org"
     version:
       - '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]
 
index 62069a4f7616fb5364f383b8044b3bb3e4d805c5..484c6484026ba85bccf18809cc0573bbea933c31 100644 (file)
@@ -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
This page took 0.024747 seconds and 4 git commands to generate.