Skip to content

Commit

Permalink
Change instance type to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmulev authored and narmaku committed Sep 20, 2024
1 parent 0092f78 commit e712924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
{
"ami": "$AMI_IMAGE_ID",
"region": "us-east-1",
"instance_type": "m6g.large",
"instance_type": "t3.medium",
"username": "$SSH_USER",
"name": "civ-pkg-testing-image",
"spot_instance": true
Expand All @@ -270,7 +270,7 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
EOF

if [ "$ARCH" == "aarch64" ]; then
sed -i s/m6g.large/t3.medium/ "${TEMPDIR}/resource-file.json"
sed -i s/t3.medium/m6g.large/ "${TEMPDIR}/resource-file.json"
fi

if [ -z "$CIV_CONFIG_FILE" ]; then
Expand Down

0 comments on commit e712924

Please sign in to comment.