From 92ca7a034b4776655b4dc83591549e778dbf1f54 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 20 Dec 2024 13:11:06 -0500 Subject: [PATCH] jjb: Add urcu stable-0.15 builds Change-Id: I517bc6d9c31565aaa9efafad31960295fd53015f Signed-off-by: Kienan Stewart --- jobs/liburcu.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 6fa2a0c..57bece5 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -343,6 +343,7 @@ version: - stable-0.13 - stable-0.14 + - stable-0.15 - master jobs: - '{job_prefix}liburcu_{version}_{buildtype}': @@ -352,6 +353,13 @@ builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, static, atomic-builtins, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std")' + - '{job_prefix}liburcu_{version}_{buildtype}': + version: stable-0.15 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist] + confs: !!python/tuple [std, static, atomic-builtins, tls_fallback, debug-rcu] + touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': version: stable-0.14 buildtype: linuxbuild @@ -467,6 +475,7 @@ version: - stable-0.13 - stable-0.14 + - stable-0.15 - master jobs: - 'dev_review_liburcu_{version}_{buildtype}': -- 2.39.5