aboutsummaryrefslogtreecommitdiff
path: root/jdk8-specjbb2013-benchmark-persist-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-08-23 11:42:41 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2016-08-23 11:45:24 +0100
commitc03ded22be69a295252df21fa30868de5004acb7 (patch)
tree1fbd1900b7d4fc68aa1d83bf947dfefc33b4bb55 /jdk8-specjbb2013-benchmark-persist-results.yaml
parent4a624c80329f2a1669809234a02af40d1dce6df5 (diff)
jdk8: Fix specjbb paths and directory creation.
The directory SPECjbb2015-nightly-runs directory wasn't being created, it is assumed to always exists. Also, correct the name of TOPDIR to TOP_DIR as otherwies the scripts pay no attention, and create the directories in the wrong location. They should be under srv/openjdk. Change-Id: Iadf660705704d5dde2c1477e7884e01ea096932a
Diffstat (limited to 'jdk8-specjbb2013-benchmark-persist-results.yaml')
-rw-r--r--jdk8-specjbb2013-benchmark-persist-results.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/jdk8-specjbb2013-benchmark-persist-results.yaml b/jdk8-specjbb2013-benchmark-persist-results.yaml
index 10ac807146..f28be1ef71 100644
--- a/jdk8-specjbb2013-benchmark-persist-results.yaml
+++ b/jdk8-specjbb2013-benchmark-persist-results.yaml
@@ -56,8 +56,8 @@
tree -f .
PERSIST=$HOME/srv/openjdk
- TOPDIR=$PERSIST
- mkdir -p $TOPDIR
+ TOP_DIR=$PERSIST
+ mkdir -p $TOP_DIR
SCRIPT_DIR=$PERSIST/specjbb-test-scripts
if [ -d $SCRIPT_DIR ]; then
@@ -67,6 +67,10 @@
fi
source $SCRIPT_DIR/common.sh
+
+ # Ensure nightly results dir exists.
+ mkdir -p $SPECJBB_EXPANDED_RESULTS_DIR
+
echo "Previous Results"
cat ${RESULTS_CSV}
set -eux