Use yaml anchor in preparation of developer jobs
[lttng-ci.git] / jobs / liburcu.yaml
index 97db8ed317416fdcba4208da09be8464f26da4a7..727ef0fdbd055e120e6b830b4a3f6e244f506ada 100644 (file)
@@ -82,7 +82,7 @@
 
     builders:
       - shell:
-         !include-raw-escape scripts/liburcu/build.sh
+         !include-raw-escape: scripts/liburcu/build.sh
 
     # TODO: Scan for open tasks
     publishers:
 
     builders:
       - shell:
-          !include-raw-escape scripts/liburcu/scan-build.sh
+          !include-raw-escape: scripts/liburcu/scan-build.sh
 
     publishers:
       - html-publisher:
 
     builders:
       - shell:
-          !include-raw-escape scripts/common/coverity.sh
+          !include-raw-escape: scripts/common/coverity.sh
 
     publishers:
       - workspace-cleanup
 - project:
     name: liburcu
     version:
-      !include jobs/inc/liburcu-versions.yaml.inc
+      !include: jobs/inc/liburcu-versions.yaml.inc
     jobs:
       - 'liburcu_{version}_{buildtype}':
           buildtype: build
           build: !!python/tuple [std, oot, dist]
       - 'liburcu_{version}_{buildtype}':
           buildtype: portbuild
-          arch: !!python/tuple [armhf, powerpc, ppc64el]
+          arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
           build: !!python/tuple [std]
       - 'liburcu_{version}_{buildtype}':
           buildtype: solarisbuild
This page took 0.023868 seconds and 4 git commands to generate.