Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/9429


Change subject: master-builds.yml: More fine-grained e-mail notifications
......................................................................

master-builds.yml: More fine-grained e-mail notifications

Some projects should alert certain inidividuals/maintainers

Change-Id: I8aca77d557b2471aa23aa3418d72e7a62734524d
---
M jobs/master-builds.yml
1 file changed, 13 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/29/9429/1

diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index d2cd6fa..cb61a82 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -19,6 +19,7 @@
     cmd: ./contrib/jenkins.sh
     wrappers: []
     trigger:
+    email: [email protected] [email protected]

     # in alphabetical order
     repos:
@@ -61,6 +62,7 @@
             $MAKE $PARALLEL_MAKE
             $MAKE distcheck
           trigger: master-osmo-gmr
+          email: [email protected] [email protected] 
[email protected]

       - libosmo-netif:
           # Full triggers would be:
@@ -203,7 +205,8 @@
           cmd: GTP="$GTP" ./contrib/jenkins.sh
           trigger: master-osmo-sgsn

-      - osmo-gmr
+      - osmo-gmr:
+          email: [email protected] [email protected]

       - osmo-gsm-manuals:
           # publishing once is plenty
@@ -306,8 +309,11 @@
               -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
               osmocom:amd64 /build/contrib/jenkins.sh

-      - osmo-sip-connector
-      - osmo-tetra
+      - osmo-sip-connector:
+          email: [email protected] [email protected] 
[email protected]
+
+      - osmo-tetra:
+          email: [email protected] [email protected] 
[email protected]

       - osmo-trx:
           a1_name: INSTR
@@ -317,7 +323,9 @@
           concurrent: true

       - osmocom-bb
-      - rtl-sdr
+
+      - rtl-sdr:
+          email: [email protected] [email protected]

     jobs:
       - 'master-{repos}'
@@ -389,7 +397,7 @@
        - trigger:
            project: '{obj:trigger}'
        - email:
-           recipients: [email protected], [email protected]
+           recipients: '{obj:email}'
            send-to-individuals: true
     wrappers: '{obj:wrappers}'


--
To view, visit https://gerrit.osmocom.org/9429
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8aca77d557b2471aa23aa3418d72e7a62734524d
Gerrit-Change-Number: 9429
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to