test/cases/oci.sh: Update shape to newer version

As of today it was recommended by oracle to use the
newer shape to be supported longer.
This commit is contained in:
Florian Schüller 2025-06-04 15:53:28 +02:00 committed by Florian Schüller
parent f0d39d986f
commit f26b992fe1

View file

@ -201,7 +201,7 @@ echo "$RET" | jq '.data[0]' | tee "$OCI_IMAGE_DATA" > /dev/null
OCI_IMAGE_ID=$(jq -r '.id' "$OCI_IMAGE_DATA")
greenprint "🔍 Found $OCI_IMAGE_ID, searching shape availability"
SHAPE="VM.Standard.E4.Flex"
SHAPE="VM.Standard.E5.Flex"
OCI_AVAILABILITY_DOMAIN="$(get_availability_domain_by_shape "$SHAPE")"
# Build instance in OCI with our image.