Skip to content

Commit

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

0 comments on commit 42e6eaf

Please sign in to comment.