Skip to content

Commit

Permalink
Added spot_instance = true for CIV deployments in AWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
narmaku committed Jul 4, 2024
1 parent 8bbbcce commit 7c7fd5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cases/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
"region": "us-east-1",
"instance_type": "t3.medium",
"username": "$SSH_USER",
"name": "civ-testing-image"
"name": "civ-testing-image",
"spot_instance": true
}
]
}
Expand Down

0 comments on commit 7c7fd5e

Please sign in to comment.