Use yaml anchor in preparation of developer jobs
[lttng-ci.git] / jobs / lttng-ust.yaml
index 09114e90cbb03bc01cae8acd1a69f1db573472ee..ecadffdabbda929eae21d62d2ffc24a66cf974d7 100644 (file)
@@ -61,7 +61,7 @@
          type: user-defined
          name: liburcu_version
          values:
-           !include jobs/inc/liburcu-versions.yaml.inc
+           !include: jobs/inc/liburcu-versions.yaml.inc
       - axis:
          type: user-defined
          name: build
@@ -76,7 +76,7 @@
           target: 'deps/liburcu'
           do-not-fingerprint: true
       - shell:
-         !include-raw-escape scripts/lttng-ust/build.sh
+         !include-raw-escape: scripts/lttng-ust/build.sh
 
     # TODO: Scan for open tasks
     publishers:
           target: 'deps/liburcu'
           do-not-fingerprint: true
       - shell:
-          !include-raw-escape scripts/lttng-ust/scan-build.sh
+          !include-raw-escape: scripts/lttng-ust/scan-build.sh
 
     publishers:
       - html-publisher:
           target: 'deps/liburcu'
           do-not-fingerprint: true
       - shell:
-          !include-raw-escape scripts/common/coverity.sh
+          !include-raw-escape: scripts/common/coverity.sh
 
     publishers:
       - workspace-cleanup
            target: 'deps/lttng-ust'
            do-not-fingerprint: true
        - shell:
-          !include-raw-escape scripts/lttng-ust/pylint.sh
+          !include-raw-escape: scripts/lttng-ust/pylint.sh
 
     publishers:
       - archive:
 - project:
     name: lttng-ust
     version:
-      !include jobs/inc/lttng-ust-versions.yaml.inc
+      !include: jobs/inc/lttng-ust-versions.yaml.inc
     jobs:
       - 'lttng-ust_{version}_{buildtype}':
           buildtype: build
           conf: !!python/tuple [std, java-agent, python-agent]
       - 'lttng-ust_{version}_{buildtype}':
           buildtype: portbuild
-          arch: !!python/tuple [armhf, powerpc, ppc64el]
+          arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, java-agent, python-agent]
       - 'lttng-ust_{version}_cppcheck'
This page took 0.028928 seconds and 4 git commands to generate.