X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=290452fa4c07a4c76d90d72a2af61c7c78ccb29c;hb=f764faa246b489031dc5d55d2eb6c61504683f54;hp=a3b300550b21fa125e9e8636b17510fffd99b1df;hpb=3584913586db6f034625623d98a31cc767e338d9;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index a3b3005..290452f 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -61,8 +61,7 @@ - axis: type: user-defined name: liburcu_version - values: - !include: jobs/inc/liburcu-versions.yaml.inc + values: '{obj:liburcu_version}' - axis: type: user-defined name: build @@ -118,12 +117,28 @@ artifacts: 'build/**' allow-empty: false - workspace-cleanup - - ircbot: - strategy: new-failure-and-fixed - matrix-notifier: only-parent - channels: - - name: '#lttng' - + - email-ext: + recipients: '{obj:email_to}' + reply-to: ci-notification@lists.lttng.org + always: false + unstable: false + first-failure: true + first-unstable: true + not-built: false + aborted: false + regression: false + failure: false + second-failure: false + improvement: false + still-failing: false + success: false + fixed: false + fixed-unhealthy: true + still-unstable: false + pre-build: false + matrix-trigger: only-parent + send-to: + - recipients - job-template: name: lttng-ust_{version}_cppcheck @@ -135,15 +150,15 @@ builders: - shell: | - rm -f lttng-ust-cppcheck.xml - cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> lttng-ust-cppcheck.xml + rm -f cppcheck-result.xml + cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> cppcheck-result.xml publishers: - archive: - artifacts: 'lttng-ust-cppcheck.xml' + artifacts: 'cppcheck-result.xml' allow-empty: false - cppcheck: - pattern: 'lttng-ust-cppcheck.xml' + pattern: 'cppcheck-result.xml' - email: recipients: 'ci-notification@lists.lttng.org' notify-every-unstable-build: true @@ -152,7 +167,7 @@ - job-template: name: lttng-ust_{version}_scan-build defaults: lttng-ust - node: 'x86-64' + node: 'amd64' triggers: - pollscm: @@ -160,7 +175,7 @@ builders: - copyartifact: - project: liburcu_master_build/arch=x86-64,conf=std,build=std + project: liburcu_master_build/arch=amd64,conf=std,build=std which-build: last-successful stable: false filter: 'build/**' @@ -178,7 +193,7 @@ - job-template: name: lttng-ust_{version}_coverity defaults: lttng-ust - node: 'x86-64' + node: 'amd64' triggers: - pollscm: @@ -197,7 +212,7 @@ builders: - copyartifact: - project: liburcu_master_build/arch=x86-64,conf=std,build=std + project: liburcu_master_build/arch=amd64,conf=std,build=std which-build: last-successful stable: false filter: 'build/**' @@ -216,7 +231,7 @@ - job-template: name: lttng-ust_{version}_pylint defaults: lttng-ust - node: 'x86-64' + node: 'amd64' scm: [] @@ -226,7 +241,7 @@ builders: - copyartifact: - project: lttng-ust-{version}/arch=x86-64,build=std,conf=agents + project: lttng-ust-{version}/arch=amd64,build=std,conf=agents which-build: last-successful stable: false filter: 'build/**' @@ -249,35 +264,94 @@ min: 10 max: 999 unstable: 999 - - email: - recipients: 'ci-notification@lists.lttng.org' - notify-every-unstable-build: true - send-to-individuals: false - + - email-ext: + recipients: '{obj:email_to}' + always: false + unstable: false + first-failure: true + first-unstable: true + not-built: false + aborted: false + regression: false + failure: false + second-failure: false + improvement: false + still-failing: false + success: false + fixed: false + fixed-unhealthy: true + still-unstable: false + pre-build: false + matrix-trigger: only-parent + send-to: + - recipients ## Project - project: name: lttng-ust github_user: lttng github_name: lttng-ust + email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' version: - - stable-2.7 - stable-2.8 - stable-2.9 - - master + - stable-2.10 + - stable-2.11 jobs: - 'lttng-ust_{version}_{buildtype}': buildtype: build - arch: !!python/tuple [x86-32, x86-64] + arch: !!python/tuple [amd64] build: !!python/tuple [std, dist, oot, oot-dist] conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, master] - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild - arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] build: !!python/tuple [std] conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, master] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + - 'lttng-ust_{version}_{buildtype}': + buildtype: build + version: master + arch: !!python/tuple [amd64] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: portbuild + version: master + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: master + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [master] + - 'lttng-ust_{version}_cppcheck': + version: master + - 'lttng-ust_{version}_scan-build': + version: master - 'lttng-ust_{version}_coverity': version: master + # stable-2.7 + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: stable-2.7 + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.9] +