aboutsummaryrefslogtreecommitdiff
path: root/jdk11-build-image.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-03 18:16:57 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-04 09:46:19 +0000
commit9aba7c3c967944d871fd89b026073051ac41e3cc (patch)
tree46e0e26d6c4ebb1e1013399994190117aa62a5da /jdk11-build-image.yaml
parent95cc66491f1d5e4548d78b2be27661835ba04c8f (diff)
jdk: Move jdk11 jobs onto j12-qrep-01
JDK11 jobs will need to build there too. This will subsequently need to be retooled as the jdk11u builds. Change-Id: Ibaa819020209a8ccdd824f4367d534140eed5c2c
Diffstat (limited to 'jdk11-build-image.yaml')
-rw-r--r--jdk11-build-image.yaml18
1 files changed, 5 insertions, 13 deletions
diff --git a/jdk11-build-image.yaml b/jdk11-build-image.yaml
index 40abc515d6..667846b967 100644
--- a/jdk11-build-image.yaml
+++ b/jdk11-build-image.yaml
@@ -19,12 +19,8 @@
days-to-keep: 30
num-to-keep: 10
artifact-num-to-keep: 5
- parameters:
- - string:
- name: JDK_URL
- default: 'http://openjdk.linaro.org/releases/jdk10-server-release-1804.tar.xz'
disabled: false
- node: aarch64-06
+ node: j12-qrep-01
display-name: 'OpenJDK 11 - Configure and build OpenJDK 11'
axes:
- axis:
@@ -42,7 +38,7 @@
type: slave
name: label
values:
- - aarch64-06
+ - j12-qrep-01
execution-strategy:
sequential: true
wrappers:
@@ -50,7 +46,7 @@
dirmatch: false
- timestamps
- matrix-tie-parent:
- node: aarch64-06
+ node: j12-qrep-01
builders:
- copyartifact:
project: jdk11-update-src-tree
@@ -75,10 +71,7 @@
rm -rf jdk* primordial-jdk* build*
- wget --progress=dot -e dotbytes=2M ${JDK_URL}
- tar -Jxf jdk*.tar.xz
-
- cd ${WORKSPACE}/jdk*
+ cd ${HOME}/workspace/jdk-boot-jdk/jdk10
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}
@@ -90,8 +83,7 @@
shopt -s nullglob
- # Extract boot jdk
- # Not used. tar xf incoming/primordial-jdk11.tar.gz
+
# Configure and build
mkdir -p build-stage1 build-stage2