X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=ecadffdabbda929eae21d62d2ffc24a66cf974d7;hb=556e87cc3414e50377bbdfb542755f1bc231450f;hp=09114e90cbb03bc01cae8acd1a69f1db573472ee;hpb=9565443101589c6455b3aca9282830668ff175f6;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 09114e9..ecadffd 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -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: @@ -146,7 +146,7 @@ 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: @@ -183,7 +183,7 @@ 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 @@ -209,7 +209,7 @@ 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: @@ -235,7 +235,7 @@ - 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 @@ -244,7 +244,7 @@ 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'