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

Commits on Feb 12, 2024

  1. Ensure delivery_type / stage_type are in sync

    **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 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3d42715 View commit details
    Browse the repository at this point in the history