Use yaml anchor in preparation of developer jobs
[lttng-ci.git] / jobs / lttng-ust.yaml
index c17b32ed0e292506e0550dc9cc6f0b51d737d0fe..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
This page took 0.029534 seconds and 4 git commands to generate.