X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=3526f3de62568f9348da7c5aafa04e2369583f6b;hb=94810d866721fdfacbe41ddcc22be059764b002b;hp=9d61177fc7525cb65445a63ab4f8caa35eb2675e;hpb=81bf613da4f23ed59df5a2b975501fc7699d3694;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 9d61177..3526f3d 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -117,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 @@ -248,23 +264,40 @@ 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 - stable-2.10 - - master + - stable-2.11 jobs: - 'lttng-ust_{version}_{buildtype}': buildtype: build @@ -286,6 +319,31 @@ 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 [x86-32, x86-64] + 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] + 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