osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/40455?usp=email )
Change subject: jobs/ttcn3-testsuites-testenv: add email parameter
......................................................................
jobs/ttcn3-testsuites-testenv: add email parameter
Change-Id: I92d92daf7ca087cbe25ab8e873b270a6bf9badb1
---
M jobs/ttcn3-testsuites-testenv.yml
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/55/40455/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index c700fd7..a79ded0 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -565,6 +565,10 @@
description: |
Branch of <code>osmo-ttcn3-hacks.git</code>
default: 'master'
+ - string:
+ name: EMAIL_NOTIFICATIONS
+ description: For failed build notifications, set to empty to disable
+ default: '{obj:email}'
builders:
- copyartifact:
project: "build-kernel-{kernel}"
@@ -635,7 +639,7 @@
allow-empty-results: false
- email:
notify-every-unstable-build: false
- recipients: '{obj:email}'
+ recipients: '$EMAIL_NOTIFICATIONS'
send-to-individuals: false
- archive:
allow-empty: false
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/40455?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I92d92daf7ca087cbe25ab8e873b270a6bf9badb1
Gerrit-Change-Number: 40455
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>