Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration tests to STAGE -> PROD deployment pipeline #389

Open
grahamalama opened this issue Mar 6, 2023 · 0 comments
Open

Add integration tests to STAGE -> PROD deployment pipeline #389

grahamalama opened this issue Mar 6, 2023 · 0 comments
Assignees

Comments

@grahamalama
Copy link
Contributor

grahamalama commented Mar 6, 2023

We currently have integration tests set up with docker-compose that we use as a quality gate for merging PRs to main. Merges trigger an automatic deploy to the DEV environment.

After some time, we push a version tag which triggers a deployment to STAGE. We then "promote" the stage build to PROD.

Goal: Configure the STAGE -> PROD promotion pipeline to run integration tests on STAGE. Report the outcome of these integration tests to inform our decision of whether we should continue with the deployment.

For this ticket, we'll modify the Github Action workflow to use this strategy.

@grahamalama grahamalama self-assigned this Mar 24, 2023
@grahamalama grahamalama changed the title Rollout Integration Tests for R.S. Roll out integration tests to STAGE -> PROD deployment pipeline Apr 17, 2023
@grahamalama grahamalama changed the title Roll out integration tests to STAGE -> PROD deployment pipeline Add integration tests to STAGE -> PROD deployment pipeline Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant