aboutsummaryrefslogtreecommitdiff
path: root/jdk8-get-deps.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-15 10:07:04 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-15 09:25:16 +0000
commit920ed8a94fc54f6697dff1d585367c5aefa1cc97 (patch)
treeabc11e181d8484ead757aafffa82a261f2abb650 /jdk8-get-deps.yaml
parent8d7826af898c2b152dca81040b5a398a74e63049 (diff)
jdk: Synch jdk8 & 11 with jdkX jobs
The new configuration was made to jdkX, now that is tested, make the same changes for jdk8 and jdk11. Change-Id: I2664f0e4bb2507b6d2382c59e7cec5b4cf67e2f8
Diffstat (limited to 'jdk8-get-deps.yaml')
-rw-r--r--jdk8-get-deps.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/jdk8-get-deps.yaml b/jdk8-get-deps.yaml
new file mode 100644
index 0000000000..934b357cae
--- /dev/null
+++ b/jdk8-get-deps.yaml
@@ -0,0 +1,42 @@
+- job:
+ name: jdk8-get-deps
+ project-type: freestyle
+ defaults: global
+ description: |
+ Download dependencies for builds. This includes build source code, jtreg, jcstress.
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ openjdk-members:
+ - job-build
+ - job-cancel
+ - build-discarder:
+ num-to-keep: 10
+ artifact-num-to-keep: 1
+ disabled: false
+ node: j12-qrep-01
+ display-name: 'OpenJDK - Get Dependencies'
+ wrappers:
+ - timestamps
+ builders:
+ - copyartifact:
+ project: jcstress-build
+ filter: 'tests-all/target/jcstress.jar'
+ flatten: true
+ - copyartifact:
+ project: jtreg-build
+ filter: 'jtreg-build-4.2.0-SNAPSHOT.tar.xz'
+ flatten: true
+ - copyartifact:
+ project: jdk8-update-src-tree
+ filter: 'out/jdk8u.tar.gz, out/build-date.sh'
+ flatten: true
+ - shell: |
+ #!/bin/bash
+
+ find $PWD -maxdepth 1
+ publishers:
+ - email:
+ recipients: 'stuart.monteith@linaro.org'