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

Ensure delivery_type / stage_type are in sync #1450

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

osoriano
Copy link
Contributor

Summary

Enforce that the delivery_type (value passed in by deployment pipeline) needs to be in sync with the stage_type.

If they are not in sync, throw an error so that users can take action and resolve the inconsistency.

Caveats

In case the delivery_type / stage_type is out of sync, this could cause deployment failures.

These failures should not happen frequently and are currently expected to be resolved manually.

Test Plan

Verified there have been no inconsistencies in the last week and a half.

**Summary**

Enforce that the `delivery_type` (value passed in by deployment
pipeline) needs to be in sync with the `stage_type`.

If they are not in sync, throw an error so that users can take action
and resolve the inconsistency.

**Caveats**

In case the `delivery_type` / `stage_type` is out of sync, this could
cause deployment failures.

These failures should not happen frequently and are currently expected
to be resolved manually.

**Test Plan**

Verified there have been no inconsistencies in the last week.
@osoriano osoriano requested a review from a team as a code owner February 12, 2024 21:18
@github-actions github-actions bot added the deploy-service Includes changes to deploy-service label Feb 12, 2024
@osoriano osoriano merged commit 9c79b44 into pinterest:master Feb 13, 2024
5 checks passed
@osoriano osoriano deleted the sync-deploy-stage-type branch February 13, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-service Includes changes to deploy-service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants