osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/29247 )
Change subject: jobs/master-builds: use jenkins-notifications ML ...................................................................... jobs/master-builds: use jenkins-notifications ML I didn't receive mail notifications about failing master-osmo-opencm3-projects jobs. It seems they are not getting through on the gerrit-log mailing list, searching for jenkins gives no results: https://lists.osmocom.org/hyperkitty/search?mlist=gerrit-log%40lists.osmocom.org&q=jenkins And it seems to be the wrong ML anyway, so change it to jenkins-notifications. Change-Id: I15a747411d928055c71603cd4475289a77c8e749 --- M jobs/master-builds.yml 1 file changed, 9 insertions(+), 9 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/47/29247/1 diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml index 6ca3e24..7fc306f 100644 --- a/jobs/master-builds.yml +++ b/jobs/master-builds.yml @@ -82,7 +82,7 @@ $MAKE $PARALLEL_MAKE; \ $MAKE distcheck' trigger: master-osmo-gmr - email: [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] - libosmo-gprs: # Full triggers would be: @@ -241,7 +241,7 @@ git_base_url: https://github.com/no2fpga docker_img: 'registry.osmocom.org/$USER/fpga-build' cmd: 'docker pull {docker_img} && {docker_run} {docker_img} /build/contrib/jenkins.sh --publish' - email: [email protected] [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] [email protected] - osmo-fl2k: git_base_url: https://gitea.osmocom.org/sdr @@ -264,7 +264,7 @@ - osmo-gmr: git_base_url: https://gitea.osmocom.org/satellite - email: [email protected] [email protected] + email: [email protected] [email protected] - osmo-gsm-manuals: node: 'osmocom-master-debian9' @@ -344,10 +344,10 @@ {docker_img} /build/contrib/jenkins.sh - osmo-sip-connector: - email: [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] - osmo-tetra: - email: [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] - osmo-trx: slave_axis: !!python/tuple [osmocom-master-debian9,rpi4-raspbian11] @@ -371,18 +371,18 @@ - osmo-remsim - osmo-asf4-dfu: cmd: '{docker_run} {docker_img} /build/contrib/jenkins.sh --publish' - email: [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] - osmo-ccid-firmware: cmd: '{docker_run} {docker_img} /build/contrib/jenkins.sh --publish' - email: [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] - simtrace2: cmd: '{docker_run} {docker_img} /build/contrib/jenkins.sh --publish' - email: [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] - osmo-opencm3-projects: git_base_url: https://gitea.osmocom.org/electronics docker_img: '$USER/debian-bullseye-jenkins' cmd: '{docker_run} {docker_img} /build/contrib/jenkins.sh --publish' - email: [email protected] [email protected] [email protected] + email: [email protected] [email protected] [email protected] - osmo-e1d - osmo-cbc -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29247 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I15a747411d928055c71603cd4475289a77c8e749 Gerrit-Change-Number: 29247 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
