aboutsummaryrefslogtreecommitdiff
path: root/jdk8-build-release.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-01-21 21:59:25 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2019-01-21 21:59:25 +0000
commit05af87b79cb969e70448c9e771b0866239b0e719 (patch)
tree6365708a8cad7a94e7ae2bf3c5ca7eeda592db1e /jdk8-build-release.yaml
parente82cd91c556488517f346e7c321f14640d7adbcd (diff)
jdk: Use jdk-cache-file2 new file location.
Switch jobs to use permanent location for cached files (jdks, test materials), which allow jobs to not require their files copied over every run. Change-Id: I4950a6ea203504887e3424c69580eeee5ee8e44c
Diffstat (limited to 'jdk8-build-release.yaml')
-rw-r--r--jdk8-build-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk8-build-release.yaml b/jdk8-build-release.yaml
index 2df6c6f9..eac29608 100644
--- a/jdk8-build-release.yaml
+++ b/jdk8-build-release.yaml
@@ -75,7 +75,7 @@
# Setup archive directory
mkdir out
- cd ${HOME}/workspace/jdk-cache-files2/node/${NODE_NAME}/jdk8
+ cd $HOME/srv/jdk-cache/jdk8u
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}