Skip to content

Commit

Permalink
Using standard VM always for kernel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep authored Sep 2, 2022
1 parent 3bea904 commit 5cecc12
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bootstrap/scripts/runKernelTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ find ${CACHE}
TEST_NAME_PREFIX=$(find ${CACHE} -name "Pharo*.zip" | head -n 1 | cut -d'/' -f 2 | cut -d'-' -f 1-2)
#TEST_VM_VERSION=$(echo "${TEST_NAME_PREFIX}" | cut -d'-' -f 1| cut -c 6- | cut -d'.' -f 1-2 | sed 's/\.//')
TEST_VM_VERSION="70"

if [ "${1}" -eq "32" ]
then
TEST_VM_KIND="vm"
else
TEST_VM_KIND="vmHeadlessLatest"
fi
TEST_VM_KIND="vm"

${BOOTSTRAP_REPOSITORY:-.}/bootstrap/scripts/getPharoVM.sh ${TEST_VM_VERSION} ${TEST_VM_KIND} ${1}

Expand Down

0 comments on commit 5cecc12

Please sign in to comment.