Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Turn off recreate deploys in test environment
Browse files Browse the repository at this point in the history
This is because the \`recreate\` deployment method leads to downtime, which can cause tests to flake. It is not any faster than a normal deployment, and causes tests to break. I am not sure why it was chosen to begin with.

https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#deployment-rolling
  • Loading branch information
samuelhwilliams committed Nov 25, 2024
1 parent cf6ff1b commit 5757b29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions copilot/fsd-application-store/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ environments:
count:
spot: 1
test:
deployment:
rolling: 'recreate'
count:
spot: 2
uat:
Expand Down

0 comments on commit 5757b29

Please sign in to comment.