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:
parent
f0d39d986f
commit
f26b992fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue