-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'm wondering if we want to adopt a dev/prod model. Basically this means:
- When a PR gets accepted it does not go into master, it goes into a branch dev.
- Once a push to dev happens it triggers a different series of CI tests
- Usually this is where longer tests would run (only quick tests need to pass to get merged into dev)
- This is where we could ensure/determine if the changes break downstream repos (we'd thus avoid breaking downstream repos until dev gets merged into master)
- If these CI tests pass, then we'd merge dev into master.
I'm only opening this issue on ParallelZone, but it would apply throughout the stack.
@NWChemEx-Project/ci-cd thoughts?
Metadata
Metadata
Assignees
Labels
No labels