aboutsummaryrefslogtreecommitdiff
path: root/jdkX-persist-all-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2017-11-02 11:00:29 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2017-11-07 11:10:36 +0000
commit3bc3d18f6e8818f2d34c79e57efda98422f5b6ca (patch)
tree0a2aee928ac02d651e252f254725dbd25d784728 /jdkX-persist-all-results.yaml
parent117c1bb250bb9eff295003ce60cfba72386c867b (diff)
jdk: Create OpenJDK JDK build projects.
Creates jdkX builds. These track the jdk/hs branch rather than jdk10/hs. These will be the development tree for every version of OpenJDK from now on. Change-Id: I6e2d93e7a830b22386e563dfcebf790e37f1d960
Diffstat (limited to 'jdkX-persist-all-results.yaml')
-rw-r--r--jdkX-persist-all-results.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/jdkX-persist-all-results.yaml b/jdkX-persist-all-results.yaml
new file mode 100644
index 00000000..482c0be6
--- /dev/null
+++ b/jdkX-persist-all-results.yaml
@@ -0,0 +1,51 @@
+- job:
+ name: jdkX-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 X - Persist all results'
+ wrappers:
+ - timestamps
+ builders:
+ - trigger-builds:
+ - project: jdkX-jtreg-test-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdkX-specjbb2015-benchmark-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdkX-terasort-benchmark-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdkX-jcstress-test-persist-results
+ block: true
+ current-parameters: true
+ - trigger-builds:
+ - project: jdkX-update-src-tree-persist
+ block: true
+ current-parameters: true