jjb/lava: Update system tests to use Debian bookworm rootfs
[lttng-ci.git] / jobs / liburcu.yaml
index 64a9482f7417a7c0d1b1f4c5fe2894755455d7f4..fcb0a8074eb7906593e1e3fe72e33f2cc6532e9d 100644 (file)
       - master
     jobs:
       - '{job_prefix}liburcu_{version}_{buildtype}':
+          version: master
+          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
           platforms: !!python/tuple [deb12-amd64]
           builds: !!python/tuple [std, oot, dist]
           confs: !!python/tuple [std, static, tls_fallback, debug-rcu]
           touchstone: '(build == "std") && (conf == "std")'
       - '{job_prefix}liburcu_{version}_{buildtype}':
-          buildtype: build
-          platforms: !!python/tuple [bionic-amd64]
+          version: stable-0.13
+          buildtype: linuxbuild
+          platforms: !!python/tuple [deb12-amd64]
           builds: !!python/tuple [std, oot, dist]
           confs: !!python/tuple [std, static, tls_fallback, debug-rcu]
           touchstone: '(build == "std") && (conf == "std")'
+      # Common
       - '{job_prefix}liburcu_{version}_{buildtype}':
           buildtype: portbuild
           platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
           touchstone: '(build == "std")'
       - '{job_prefix}liburcu_{version}_{buildtype}':
           buildtype: macosbuild
-          platforms: !!python/tuple [macos-amd64, macos-arm64]
+          platforms: !!python/tuple [macos-arm64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std]
           touchstone: '(build == "std")'
           touchstone: ''
 
 
-- project:
-    name: babeltrace2-mjeanson
-    job_prefix: 'dev_mjeanson_'
-    github_user: urcu
-    github_name: userspace-rcu
-    email_to: "mjeanson@efficios.com"
-    version:
-      - master
-    jobs:
-      - '{job_prefix}liburcu_{version}_{buildtype}':
-          buildtype: portbuild
-          platforms: !!python/tuple [sid-riscv64]
-          builds: !!python/tuple [std]
-          confs: !!python/tuple [std, static, tls_fallback, debug-rcu]
-          touchstone: ''
-      - '{job_prefix}liburcu_{version}_{buildtype}':
-          buildtype: build
-          platforms: !!python/tuple [deb12-amd64]
-          builds: !!python/tuple [std]
-          confs: !!python/tuple [std, agents, static, tls_fallback, debug-rcu]
-          touchstone: ''
-
 - project:
     name: liburcu-views
     views:
This page took 0.024716 seconds and 4 git commands to generate.