From e0f8c0ff25222c63e1bcebfbb802d614e6b97c78 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 13 Dec 2024 09:31:58 -0500 Subject: [PATCH] jjb: Set ustversion for lttng-tools 2.13 review jobs When the version isn't defined, it defaults to master. LTTng-tools 2.13 isn't compatible with the master branch of the LTTng-ust anymore. Change-Id: I03553ca655e7210624ecba2a3ba9788d811762d2 Signed-off-by: Kienan Stewart --- jobs/lttng-tools.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 7f2175d..2f5aaac 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1706,11 +1706,13 @@ ## Stable 2.13 ## - 'dev_review_lttng-tools_{version}_{buildtype}': version: stable-2.13 + ustversion: stable-2.13 builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] - 'dev_review_lttng-tools_{version}_root_{buildtype}': version: stable-2.13 + ustversion: stable-2.13 nodes: !!python/tuple [deb12-amd64-rootnode] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.13] @@ -1725,6 +1727,7 @@ modules_branch_pattern: 'master|stable-2.13' - 'dev_review_lttng-tools_{version}_root_{buildtype}': version: stable-2.13 + ustversion: stable-2.13 buildtype: slesbuild platforms: !!python/tuple [sles15sp4-amd64] nodes: !!python/tuple [sles15sp4-amd64-rootnode] -- 2.39.5