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

fix(gocd): Updating canary checks to happen after the deploy goes out #6004

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

IanWoodard
Copy link
Member

Noticed a bug in the canary stage of the Snuba deployment pipeline. Since the health check was a job in the same stage as the deployment, it would run in parallel meaning the health check is checking the state before (or as) the deploy goes out rather than after. Combining the deploy and health check jobs into one job with multiple tasks enables them to run sequentially meaning the health check will now run after the deploy goes out.

@IanWoodard IanWoodard requested a review from a team as a code owner June 5, 2024 20:12
@IanWoodard IanWoodard merged commit 3e5416b into master Jun 7, 2024
30 checks passed
@IanWoodard IanWoodard deleted the iw/canary-fix branch June 7, 2024 17:38
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

Successfully merging this pull request may close these issues.

2 participants