aboutsummaryrefslogtreecommitdiff
path: root/jdk13-get-deps.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-get-deps.yaml
parent9c6685bfb4355df68c8b2545ac2c9e4bd278bb92 (diff)
Create JDK13 jobs
Change-Id: Ic5427c610c621fa1b6f8f3b2484dfc38aa2c8376
Diffstat (limited to 'jdk13-get-deps.yaml')
-rw-r--r--jdk13-get-deps.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/jdk13-get-deps.yaml b/jdk13-get-deps.yaml
new file mode 100644
index 00000000..29970e5d
--- /dev/null
+++ b/jdk13-get-deps.yaml
@@ -0,0 +1,42 @@
+- job:
+ name: jdk13-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 13 - 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: jdk13-update-src-tree
+ filter: 'out/jdk13.tar.gz, out/build-date.sh'
+ flatten: true
+ - shell: |
+ #!/bin/bash
+
+ find $PWD -maxdepth 1
+ publishers:
+ - email:
+ recipients: 'stuart.monteith@linaro.org'