Skip to content

Commit

Permalink
Revert to original 400 GiB standard volume creation in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 committed Oct 17, 2024
1 parent 7a43c1a commit 843f67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
done
# Create a new volume from the latest snapshot
volume_id=$(aws ec2 create-volume --snapshot-id $LATEST_SNAPSHOT_ID --availability-zone us-west-1b --volume-type standard --size 100 --query "VolumeId" --output text)
volume_id=$(aws ec2 create-volume --snapshot-id $LATEST_SNAPSHOT_ID --availability-zone us-west-1b --volume-type standard --size 400 --query "VolumeId" --output text)
echo "Created volume with ID: $volume_id"
# Set volume_id as output
Expand Down

0 comments on commit 843f67e

Please sign in to comment.