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

As a platform operator, I only want the pipeline to trigger for an environment when relevant resources change #148

Open
2 tasks
spgreenberg opened this issue Mar 18, 2021 · 0 comments

Comments

@spgreenberg
Copy link
Contributor

Currently, the pipeline will trigger and deploy in prod when a change only affecting staging is made. We want to separate these resources to ensure this doesn't happen. Production config (for example the number of job instances) should not have to flow through staging first. This will allow us to scale more quickly.

Acceptance Criteria

  • GIVEN a change is made affecting only staging
    THEN a production deployment is NOT triggered

  • GIVEN a change is made affecting only production
    THEN a staging deployment is NOT triggered


Security considerations

When all changes have to go through staging first, we cannot scale quickly. The number of VM instances in prod should not have to go through staging first.

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