aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jtreg-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-10-20 16:30:19 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2016-10-20 16:31:17 +0100
commit63dd7aac37baae19993716cdf074c10eb986ea2b (patch)
tree4f06207a8067d3a15f2019f8f9926de485c8342a /jdk8-jtreg-test.yaml
parente528948bf7604526a5cd6e5f692157f7919f893a (diff)
jdk: Fix src updating job.
This was missing from before. Also remove workaround. Change-Id: I610b1ea630c172317e0ed5b8e746ce7538486fb3
Diffstat (limited to 'jdk8-jtreg-test.yaml')
-rw-r--r--jdk8-jtreg-test.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/jdk8-jtreg-test.yaml b/jdk8-jtreg-test.yaml
index df96be5b82..b55b804781 100644
--- a/jdk8-jtreg-test.yaml
+++ b/jdk8-jtreg-test.yaml
@@ -180,18 +180,6 @@
mkdir -p out
tar -C ${basedir} --show-transformed-names -acvf out/jtreg-results-${JTREG_CATEGORY}-${JVM_VARIANT}-${BUILD_TYPE}.tar.gz builds reports
-
- # Move src directory to correct location for publishing.
- # Only needs to be done once, as this runs 3 times for each JTREG
- # category.
- : ${NEW_YEAR:=$(date +%Y)}
- : ${NEW_DAY_OF_YEAR:=$(date +%j)}
- new_basedir=$PERSIST/openjdk8-jtreg-nightly-tests
- new_srcdir=${new_basedir}/src/${NEW_YEAR}/${NEW_DAY_OF_YEAR}
- if [ ! -d ${new_srcdir} ]; then
- mkdir -p ${new_srcdir}
- mv ${src_dir}/* ${new_srcdir}
- fi
publishers:
- archive:
artifacts: 'out/jtreg-results-${JTREG_CATEGORY}-${JVM_VARIANT}-${BUILD_TYPE}.tar.gz'