aboutsummaryrefslogtreecommitdiff
path: root/jdkX-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 /jdkX-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 'jdkX-build-release.yaml')
-rw-r--r--jdkX-build-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-build-release.yaml b/jdkX-build-release.yaml
index 24079543a9..d7555b34cd 100644
--- a/jdkX-build-release.yaml
+++ b/jdkX-build-release.yaml
@@ -61,7 +61,7 @@
rm -rf jdk* primordial-jdk* build*
- cd ${HOME}/workspace/jdk-cache-files2/node/${NODE_NAME}/jdk11
+ cd $HOME/srv/jdk-cache/jdk11
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}