Skip to content

Commit

Permalink
update to integration test to bump the storage size to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Sep 18, 2023
1 parent 6939ea3 commit 809cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-smoke-tests-update-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ done
cf push "smoke-tests-db-update-storage-${SERVICE_PLAN}"

# Update storage size
cf update-service "rds-smoke-tests-db-update-storage-$SERVICE_PLAN" -c '{"storage": 15}'
cf update-service "rds-smoke-tests-db-update-storage-$SERVICE_PLAN" -c '{"storage": 25}'

# Wait to make sure that the service instance has been successfully updated.
wait_for_service_instance "rds-smoke-tests-db-update-storage-$SERVICE_PLAN"
Expand Down

0 comments on commit 809cf04

Please sign in to comment.