aboutsummaryrefslogtreecommitdiff
path: root/jdk13-publish-and-report.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-06-13 17:15:03 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2019-06-14 12:51:24 +0100
commit25fea7e008e1425a06c356364b59a1b6c2752d2e (patch)
tree4f0892b8e5cd995c49dc5dc3ad997d8d2a304891 /jdk13-publish-and-report.yaml
parent9c6685bfb4355df68c8b2545ac2c9e4bd278bb92 (diff)
Create JDK13 jobs
Change-Id: Ic5427c610c621fa1b6f8f3b2484dfc38aa2c8376
Diffstat (limited to 'jdk13-publish-and-report.yaml')
-rw-r--r--jdk13-publish-and-report.yaml63
1 files changed, 63 insertions, 0 deletions
diff --git a/jdk13-publish-and-report.yaml b/jdk13-publish-and-report.yaml
new file mode 100644
index 00000000..be1151e9
--- /dev/null
+++ b/jdk13-publish-and-report.yaml
@@ -0,0 +1,63 @@
+- job:
+ name: jdk13-publish-and-report
+ project-type: multijob
+ defaults: global
+ description: |
+ * This job publishes results and send e-mail reports.
+ logrotate:
+ numToKeep: 10
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ openjdk-members:
+ - job-build
+ - job-cancel
+ parameters:
+ - string:
+ name: DAYS
+ default: '15'
+ - string:
+ name: YEAR
+ default: 'default'
+ - string:
+ name: DAY_OF_YEAR
+ default: 'default'
+ disabled: false
+ node: master
+ display-name: 'OpenJDK 13 - Publish results and send reports'
+ wrappers:
+ - timestamps
+# Replaced by parameters
+# - inject:
+# properties-content: 'DAYS=15'
+ builders:
+ - multijob:
+ name: 'Persist results'
+ condition: SUCCESSFUL
+ projects:
+ - name: jdk13-persist-all-results
+ current-parameters: true
+ kill-phase-on: FAILURE
+ - multijob:
+ name: 'Publish results to openjdk.linaro.org'
+ condition: SUCCESSFUL
+ projects:
+ - name: jdk13-publish-all-results
+ current-parameters: true
+ kill-phase-on: FAILURE
+ - multijob:
+ name: 'Generate e-mail report'
+ condition: SUCCESSFUL
+ projects:
+ - name: jdk13-generate-email-report
+ current-parameters: true
+ kill-phase-on: FAILURE
+ - multijob:
+ name: 'E-mail results'
+ condition: SUCCESSFUL
+ projects:
+ - name: jdk13-email-results
+ current-parameters: true
+ kill-phase-on: FAILURE