aboutsummaryrefslogtreecommitdiff
path: root/jdk14-persist-all-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2020-01-13 14:39:09 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2020-01-13 14:40:17 +0000
commit53ae798a662dece9022fe74d1fa300df0951ff9e (patch)
tree6cfb2bc56dbea62340a9466ae6e3bc79c07577be /jdk14-persist-all-results.yaml
parent53fc061fe066fcd3d022f49d7947164d3d034033 (diff)
jdk: Add jdk14 jobs
Creates all the new jobs required for jdk14. Disables jdk12, which was obsoleted by jdk13. Change-Id: Idd622d78764932837a493f7e65f93e0969866a5b
Diffstat (limited to 'jdk14-persist-all-results.yaml')
-rw-r--r--jdk14-persist-all-results.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/jdk14-persist-all-results.yaml b/jdk14-persist-all-results.yaml
new file mode 100644
index 00000000..113a4655
--- /dev/null
+++ b/jdk14-persist-all-results.yaml
@@ -0,0 +1,51 @@
+- job:
+ name: jdk14-persist-all-results
+ project-type: freestyle
+ defaults: global
+ description: |
+ * This job persist all results.
+ 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
+ parameters:
+ - string:
+ name: YEAR
+ default: 'default'
+ - string:
+ name: DAY_OF_YEAR
+ default: 'default'
+ disabled: false
+ node: master
+ display-name: 'OpenJDK 14 - Persist all results'
+ wrappers:
+ - timestamps
+ builders:
+ - trigger-builds:
+ - project: jdk14-jtreg-test-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdk14-specjbb2015-benchmark-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdk14-terasort-benchmark-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdk14-jcstress-test-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdk14-update-src-tree-persist
+ block: true
+ current-parameters: true