Limit matrix flyweight jobs to standard nodes
[lttng-ci.git] / jobs / liburcu.yaml
index 75e554acdeeff5503b6500827830d9ee5aa317bd..f22d19b44e8d5eaf97030991961c28440f53bf2b 100644 (file)
@@ -60,6 +60,7 @@
     defaults: liburcu
 
     project-type: matrix
+    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
       - axis:
          type: user-defined
          name: build
-         values:
-          - std
-          - oot
-          - dist
+         values: '{obj:build}'
 
     builders:
       - shell:
 - project:
     name: liburcu
     version:
-      - stable-0.7
-      - stable-0.8
-      - master
+      !include jobs/inc/liburcu-versions.yaml.inc
     jobs:
       - 'liburcu_{version}_{buildtype}':
           buildtype: build
           arch: !!python/tuple [x86-32, x86-64]
+          build: !!python/tuple [std, oot, dist]
       - 'liburcu_{version}_{buildtype}':
           buildtype: portbuild
           arch: !!python/tuple [armhf, powerpc]
+          build: !!python/tuple [std]
       - 'liburcu_{version}_cppcheck'
       - 'liburcu_{version}_scan-build'
 
This page took 0.02479 seconds and 4 git commands to generate.