aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-18 22:28:04 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-18 22:28:04 +0100
commite7365640c246887d616912597c1599f4ae091ed3 (patch)
treea7d719b279df1eaefb14ca4dee5e77d3ad2bbc25
parent647e80a6132c76adaac375feba14ec03ab62442a (diff)
jdk: Add missing incoming dir to terasort jobs
As the artifact copying was remove, so to was the incoming directory. Restore it manually. Change-Id: I1fab61f73f305e0e36d7f548e6073e656ea825a2
-rw-r--r--jdk11-terasort-benchmark.yaml3
-rw-r--r--jdk8-terasort-benchmark.yaml3
-rw-r--r--jdkX-terasort-benchmark.yaml3
3 files changed, 3 insertions, 6 deletions
diff --git a/jdk11-terasort-benchmark.yaml b/jdk11-terasort-benchmark.yaml
index b922168873..bf78d6a910 100644
--- a/jdk11-terasort-benchmark.yaml
+++ b/jdk11-terasort-benchmark.yaml
@@ -59,9 +59,8 @@
rm -rf openjdk8-hadooop-LCA14
tar xf $CACHE_FILES/openjdk8-hadoop-LCA14.tar.gz
+ rm -rf incoming; mkdir -p incoming
## Benchmark
- # FIXME
- #(cd incoming; wget --progress=dot -e dotbytes=10M http://openjdk-apm1/openjdk8-build-artefacts/${NGIGABYTES}GB.tar.gz; tar xf ${NGIGABYTES}GB.tar.gz)
(cd incoming; tar xf ~/srv/hadoop-terasort-reference-files/${NGIGABYTES}GB.tar.gz)
TERAGEN_BASELINE_DIR=${WORKSPACE}/incoming
diff --git a/jdk8-terasort-benchmark.yaml b/jdk8-terasort-benchmark.yaml
index 6813600aae..cebe466c78 100644
--- a/jdk8-terasort-benchmark.yaml
+++ b/jdk8-terasort-benchmark.yaml
@@ -58,9 +58,8 @@
rm -rf openjdk8-hadooop-LCA14
tar xf $CACHE_FILES/openjdk8-hadoop-LCA14.tar.gz
+ rm -rf incoming; mkdir -p incoming
## Benchmark
- # FIXME
- #(cd incoming; wget --progress=dot -e dotbytes=10M http://openjdk-apm1/openjdk8-build-artefacts/${NGIGABYTES}GB.tar.gz; tar xf ${NGIGABYTES}GB.tar.gz)
(cd incoming; tar xf ~/srv/hadoop-terasort-reference-files/${NGIGABYTES}GB.tar.gz)
TERAGEN_BASELINE_DIR=${WORKSPACE}/incoming
diff --git a/jdkX-terasort-benchmark.yaml b/jdkX-terasort-benchmark.yaml
index d4c8763632..17f4786285 100644
--- a/jdkX-terasort-benchmark.yaml
+++ b/jdkX-terasort-benchmark.yaml
@@ -58,9 +58,8 @@
rm -rf openjdk8-hadooop-LCA14
tar xf $CACHE_FILES/openjdk8-hadoop-LCA14.tar.gz
+ rm -rf incoming; mkdir -p incoming
## Benchmark
- # FIXME
- #(cd incoming; wget --progress=dot -e dotbytes=10M http://openjdk-apm1/openjdk8-build-artefacts/${NGIGABYTES}GB.tar.gz; tar xf ${NGIGABYTES}GB.tar.gz)
(cd incoming; tar xf ~/srv/hadoop-terasort-reference-files/${NGIGABYTES}GB.tar.gz)
TERAGEN_BASELINE_DIR=${WORKSPACE}/incoming