aboutsummaryrefslogtreecommitdiff
path: root/jdk12-publish-all-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-01-21 10:42:06 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2019-01-21 11:01:56 +0000
commit20f0edbf87de7f990c801541492775fdde51bd97 (patch)
treee1a21894c7ddbf71e0e53a0278ade51c14aea40d /jdk12-publish-all-results.yaml
parent40cdc3a4a04604d5f8548eab9c50ef838ea1addc (diff)
jdk: Add jdk12 jobs
New jdk12 jobs for jdk12 builds. Change-Id: I402e97c0318405b3309b4bccfe3e754d7e78c87f
Diffstat (limited to 'jdk12-publish-all-results.yaml')
-rw-r--r--jdk12-publish-all-results.yaml56
1 files changed, 56 insertions, 0 deletions
diff --git a/jdk12-publish-all-results.yaml b/jdk12-publish-all-results.yaml
new file mode 100644
index 00000000..d84d2473
--- /dev/null
+++ b/jdk12-publish-all-results.yaml
@@ -0,0 +1,56 @@
+- job:
+ name: jdk12-publish-all-results
+ project-type: freestyle
+ defaults: global
+ description: |
+ * Convenience job to invoke all the scripts that sync the results to openjdk.linaro.org.
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ openjdk-members:
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 10
+ artifact-num-to-keep: 5
+ disabled: false
+ node: master
+ display-name: 'OpenJDK 12 - Invoke all the scripts to sync results to openjdk.linaro.org'
+ parameters:
+ - string:
+ name: PUBLISH_DEST
+ default: '/home/openjdk-testing/jdk12'
+ - string:
+ name: PUBLISH_HOST
+ default: 'stuart.monteith@people.linaro.org'
+ - string:
+ name: YEAR
+ default: 'default'
+ - string:
+ name: DAY_OF_YEAR
+ default: 'default'
+ wrappers:
+ - timestamps
+ builders:
+ - trigger-builds:
+ - project: jdk12-jtreg-test-publish-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdk12-specjbb2015-benchmark-publish-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdk12-terasort-benchmark-publish-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdk12-jcstress-test-publish-results
+ block: true
+ current-parameters: true
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'