File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/src/test/resources
src/integration-tests/bash Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ function state_dump {
104
104
fi
105
105
else
106
106
107
- $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}
107
+ $SCRIPTPATH /krun.sh -i openjdk:11-oracle - t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}
108
108
if [ " $? " = " 0" ]; then
109
- $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' base64 /sharedparent/pvarchive.jar' > $RESULT_DIR /pvarchive.b64 2>&1
109
+ $SCRIPTPATH /krun.sh -i openjdk:11-oracle - t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' base64 /sharedparent/pvarchive.jar' > $RESULT_DIR /pvarchive.b64 2>&1
110
110
if [ " $? " = " 0" ]; then
111
111
base64 -di $RESULT_DIR /pvarchive.b64 > $ARCHIVE
112
112
if [ " $? " = " 0" ]; then
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ if [ "${DELETE_FILES:-true}" = "true" ]; then
354
354
if [ " $WERCKER " = " true" ]; then
355
355
$SCRIPTPATH /job.sh " rm -fr /scratch/acceptance_test_pv"
356
356
else
357
- $SCRIPTPATH /krun.sh -m " ${PV_ROOT} :/sharedparent" -c ' rm -fr /sharedparent/acceptance_test_pv'
357
+ $SCRIPTPATH /krun.sh -i openjdk:11-oracle - m " ${PV_ROOT} :/sharedparent" -c ' rm -fr /sharedparent/acceptance_test_pv'
358
358
fi
359
359
[ " $? " = " 0" ] || SUCCESS=" 1"
360
360
echo @@ SUCCESS=$SUCCESS
You can’t perform that action at this time.
0 commit comments