X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=ecadffdabbda929eae21d62d2ffc24a66cf974d7;hb=c8916a7e2d0fbf69c01e88d5d96b4ce37275db55;hp=cda7068312a2704bae79d4f3a374ba1b43aab164;hpb=c9b78c7b872561ac36695aac2d44a9c5a38f1052;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index cda7068..ecadffd 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -44,7 +44,7 @@ defaults: lttng-ust project-type: matrix - node: 'x86-32 || x86-64' # Applies only to matrix flyweight task + node: 'master' # Applies only to matrix flyweight task execution-strategy: combination-filter: | (build=="std") || (liburcu_version=="master") @@ -56,15 +56,12 @@ - axis: type: user-defined name: conf - values: - - std - - java-agent - - python-agent + values: '{obj:conf}' - axis: 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 @@ -79,13 +76,14 @@ 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: - tap: results: 'tap/**/*.tap' failed-tests-mark-build-as-failure: true + todo-is-failure: false - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' @@ -100,6 +98,7 @@ allow-empty: false - workspace-cleanup - ircbot: + strategy: new-failure-and-fixed matrix-notifier: only-parent channels: - name: '#lttng' @@ -147,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: @@ -184,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 @@ -210,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: @@ -236,16 +235,18 @@ - 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 arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, java-agent, python-agent] - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild - arch: !!python/tuple [armhf, powerpc] + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] build: !!python/tuple [std] + conf: !!python/tuple [std, java-agent, python-agent] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' - 'lttng-ust_{version}_coverity':