jjb: liburcu: add atomic builtins conf to linuxbuild master
[lttng-ci.git] / jobs / librseq.yaml
index 228f96375186135af4873c27c466672855dc5066..f91ada4dcf45d5ff4383bb98d6ec799414ccbf31 100644 (file)
 - job-template:
     name: librseq_{version}_scan-build
     defaults: librseq
-    node: 'amd64'
+    node: 'deb12-amd64'
 
     triggers:
       - pollscm:
 - job-template:
     name: librseq_{version}_coverity
     defaults: librseq
-    node: 'amd64'
+    node: 'deb12-amd64'
 
     triggers:
       - pollscm:
     jobs:
       - 'librseq_{version}_{buildtype}':
           buildtype: linuxbuild
-          platforms: !!python/tuple [jammy-amd64]
+          platforms: !!python/tuple [deb12-amd64]
           builds: !!python/tuple [std, oot, dist, oot-dist]
           confs: !!python/tuple [std, static]
           touchstone: '(build == "std") && (conf == "std")'
-      - 'librseq_{version}_{cctype}':
-          cctype: gccbuild
-          platforms: !!python/tuple [jammy-amd64]
-          builds: !!python/tuple [std]
-          confs: !!python/tuple [std, static]
-          ccs: !!python/tuple [gcc-9, gcc-10, gcc-11, gcc-12]
-          touchstone: '(build == "std") && (conf == "std") && (cc == "gcc-11")'
       - 'librseq_{version}_{cctype}':
           cctype: clangbuild
-          platforms: !!python/tuple [jammy-amd64]
+          platforms: !!python/tuple [deb12-amd64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std, static]
-          ccs: !!python/tuple [clang-11, clang-12, clang-13, clang-14]
-          touchstone: '(build == "std") && (conf == "std") && (cc == "clang-14")'
+          ccs: !!python/tuple [clang-13, clang-14, clang-15]
+          touchstone: '(build == "std") && (conf == "std") && (cc == "clang-15")'
       - 'librseq_{version}_{buildtype}':
           buildtype: portbuild
-          platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-arm64, deb12-ppc64el, deb11-i386, deb12-i386]
+          platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std, static]
-          touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'
+          touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")'
 
 - project:
     name: review-librseq
     jobs:
       - 'dev_review_librseq_{version}_{buildtype}':
           buildtype: linuxbuild
-          platforms: !!python/tuple [jammy-amd64]
+          platforms: !!python/tuple [deb12-amd64]
           builds: !!python/tuple [std, oot, dist, oot-dist]
           confs: !!python/tuple [std, static]
           touchstone: '(build == "std") && (conf == "std")'
This page took 0.038504 seconds and 4 git commands to generate.