aboutsummaryrefslogtreecommitdiff
path: root/tcwg_gnu_native.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-08-16 07:59:14 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-08-16 07:59:14 +0000
commitf2ea7b7596695ae3afe8bc63333be9640c9bc6a4 (patch)
tree49593d8bf31963deee1fbc86d9f624d9c5528837 /tcwg_gnu_native.yaml
parentc92618b6b69d446522a270d849c74abb6303c4f3 (diff)
tcwg/round-robin.yaml.inc: Enable emails for failed precommit builds
... and set reply-to: linaro-toolchain@lists.linaro.org for now. Change-Id: I3141b9f2f9d23d214659c3ac229446c7427ac896
Diffstat (limited to 'tcwg_gnu_native.yaml')
-rw-r--r--tcwg_gnu_native.yaml21
1 files changed, 12 insertions, 9 deletions
diff --git a/tcwg_gnu_native.yaml b/tcwg_gnu_native.yaml
index 0dfdba5a2e..9f97ca9399 100644
--- a/tcwg_gnu_native.yaml
+++ b/tcwg_gnu_native.yaml
@@ -724,22 +724,23 @@
# recipients and body sections. They appear to bypass
# job-template expansion.
recipients: |
- ${FILE,path="artifacts/jenkins/mail-recipients.txt"}
+ ${{FILE,path="artifacts/jenkins/mail-recipients.txt"}}
+ reply-to: linaro-toolchain@lists.linaro.org
subject: |
- ${FILE,path="artifacts/jenkins/mail-subject.txt"}
+ ${{FILE,path="artifacts/jenkins/mail-subject.txt"}}
content-type: text
body: |
- ${FILE,path="artifacts/jenkins/mail-body.txt"}
- failure: false
- success: true
+ ${{FILE,path="artifacts/jenkins/mail-body.txt"}}
+ failure: {email_on_failure}
+ success: {email_on_success}
aborted: false
send-to:
- recipients
- email-ext:
recipients: |
- ${FILE,path="artifacts/jenkins/error-mail-recipients.txt"}
+ ${{FILE,path="artifacts/jenkins/error-mail-recipients.txt"}}
body: |
- ${FILE,path="artifacts/jenkins/error-mail-body.txt"}
+ ${{FILE,path="artifacts/jenkins/error-mail-body.txt"}}
failure: true
success: true
aborted: true
@@ -896,7 +897,9 @@
rr_project: '{ci_project}--{ci_config}'
docker_arch: '{docker_arch}'
publishers:
- - build-publishers
+ - build-publishers:
+ email_on_failure: false
+ email_on_success: true
- job-template:
@@ -936,4 +939,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 51fdc2ecc3bc61321a2ace738cd8dc98
+# checksum: c2c6d2f6774fe3a45edf1be9a804e2a2