aboutsummaryrefslogtreecommitdiff
path: root/jdkX-ci-build.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-15 11:51:07 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-15 11:51:07 +0100
commitca4080953c2c9d4aabf8f5fafe06f5c09ee6331a (patch)
treee95a57d8f639861458e4ecd593928a7c4cb9280d /jdkX-ci-build.yaml
parent920ed8a94fc54f6697dff1d585367c5aefa1cc97 (diff)
jdk: Change jdkX-ci-build to email only failure
And to email the aarch64-port-dev@openjdk.java.net mailing list. This should do for now. Change-Id: I7bca8622dfda3a651b901719c0f9ae1b622fe290
Diffstat (limited to 'jdkX-ci-build.yaml')
-rw-r--r--jdkX-ci-build.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/jdkX-ci-build.yaml b/jdkX-ci-build.yaml
index 5105dfc9..7f6e6bf6 100644
--- a/jdkX-ci-build.yaml
+++ b/jdkX-ci-build.yaml
@@ -90,7 +90,7 @@
- archive:
artifacts: 'out/*.tar.gz, out/build.out'
- email-ext:
- reply-to: aarch64-port-dev@mail.openjdk.java.net
+ reply-to: stuart.monteith@linaro.org
subject: Linaro OpenJDK AArch64 jdk/jdk build ${BUILD_NUMBER} ${BUILD_STATUS}
attach-build-log: false
body: |
@@ -104,7 +104,5 @@
${FILE,path="build-tail.out"}
fixed: true
- failure: true
-# remove success once we're happy with the build.
- success: true
- recipients: 'stuart.monteith@linaro.org'
+ first-failure: true
+ recipients: 'stuart.monteith@linaro.org, aarch64-port-dev@openjdk.java.net'