bt benchmark: add delta plot
[lttng-ci.git] / jobs / lttng-analyses.yaml
index 811ba32c344b8ee7f5e2b0da2962073035210bd1..f79c637841510958858ae0e462906ff49c8bf673 100644 (file)
 #      - 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: lttng-analyses_{version}_pylint
     defaults: lttng-analyses
-    node: 'x86-64'
+    node: 'amd64'
 
     triggers:
       - pollscm:
 
     builders:
        - copyartifact:
-           project: babeltrace_master_build/arch=x86-64,build=std,conf=python-bindings
+           project: babeltrace_{babeltrace_version}_build/arch=amd64,build=std,conf=python-bindings
            which-build: last-successful
            stable: false
            filter: 'build/**'
             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}'
+          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: lttng-analyses
     github_user: lttng
     github_name: lttng-analyses
+    email_to: 'ci-notification@lists.lttng.org'
     version:
       - master
     jobs:
       - 'lttng-analyses_{version}_build':
-          arch: !!python/tuple [x86-32, x86-64]
-          babeltrace_version: !!python/tuple [stable-1.3, stable-1.4, master]
-      - 'lttng-analyses_{version}_pylint'
+          arch: !!python/tuple [amd64]
+          babeltrace_version: !!python/tuple [stable-1.5]
+      - 'lttng-analyses_{version}_pylint':
+          babeltrace_version: stable-1.5
 
This page took 0.023329 seconds and 4 git commands to generate.