Skip to content

Commit

Permalink
chore: move to e980 for the create-var-file.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Dec 2, 2024
1 parent 5570749 commit dc0e872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-var-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ ${IBMCLOUD} is key-create cicd-key @data/id_rsa.pub || true
# Set the Machine Type
if [[ "${POWERVS_REGION}" == "wdc06" ]]
then
MACHINE_TYPE="s922"
MACHINE_TYPE="e980"
else
# Default (original s1022)
MACHINE_TYPE="s922"
MACHINE_TYPE="e980"
fi
echo "MACHINE_TYPE=${MACHINE_TYPE}"
Expand Down

0 comments on commit dc0e872

Please sign in to comment.