aboutsummaryrefslogtreecommitdiff
path: root/jtreg-build.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2017-06-21 11:09:41 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2017-06-21 11:09:41 +0100
commit776e1330902a740dc25740fc0b4e48d5f1f29134 (patch)
treeac5e5e308e860f2b90de7e4b8c1a65380408faba /jtreg-build.yaml
parent2e36324a59175af8ec4137d1e7444470b2541360 (diff)
jdk: Update JTHarness URL for JTReg
The adoptopenjdk group updated the jtharness URL from: https://adopt-openjdk.ci.cloudbees.com/job/jtharness/lastSuccessfulBuild/ artifact/jtharness-4.6.tar.gz to: https://adopt-openjdk.ci.cloudbees.com/job/jtharness/lastSuccessfulBuild/ artifact/jtharness-5.0.tar.gz so builds were failing. Arguable we should build it ourselves. Change-Id: If8f327bcbf756ed8f80d27620e6978dcbac7bc44
Diffstat (limited to 'jtreg-build.yaml')
-rw-r--r--jtreg-build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jtreg-build.yaml b/jtreg-build.yaml
index 1227aa32..3507723e 100644
--- a/jtreg-build.yaml
+++ b/jtreg-build.yaml
@@ -62,8 +62,8 @@
unzip -o ../asmtools-6.0-build/dist/asmtools-6.0.zip
if [ ! -d jtharness ]; then
- wget https://adopt-openjdk.ci.cloudbees.com/job/jtharness/lastSuccessfulBuild/artifact/jtharness-4.6.tar.gz
- tar xzf jtharness-4.6.tar.gz jtharness/lib
+ wget https://adopt-openjdk.ci.cloudbees.com/job/jtharness/lastSuccessfulBuild/artifact/jtharness-5.0.tar.gz
+ tar xzf jtharness-5.0.tar.gz jtharness/lib
fi
if [ ! -d junit ]; then