X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbarectf.yaml;h=0d627e7502503cd3a86d8b768c21946a882e3460;hb=c75b2594dfc6b0d0b80e6946292c4647904a4eff;hp=05294bad6d6297d79b1fc33a389c5deceea63386;hpb=9b7bab3d685c4a3c5559983a9b14b7446959a6c4;p=lttng-ci.git diff --git a/jobs/barectf.yaml b/jobs/barectf.yaml index 05294ba..0d627e7 100644 --- a/jobs/barectf.yaml +++ b/jobs/barectf.yaml @@ -31,6 +31,7 @@ skip-tag: true triggers: + - github - pollscm: cron: "@hourly" @@ -62,17 +63,33 @@ # - archive: # artifacts: 'build/**' # allow-empty: false - - 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: barectf_{version}_pylint defaults: barectf - node: 'x86-64' + node: 'amd64' triggers: - pollscm: @@ -96,17 +113,39 @@ min: 10 max: 999 unstable: 999 - + - 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 ## Project - project: name: barectf github_user: efficios github_name: barectf + email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com' version: - master jobs: - 'barectf_{version}_build': - arch: !!python/tuple [x86-32, x86-64] + arch: !!python/tuple [i386, amd64] - 'barectf_{version}_pylint'