You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PF4 updates have highlighted a limitation around pushing/merging changes in a linear CI <-> QA -> Stage -> Prod direction.
Outline a branching process that handles the not-so-great project one-off request.
Acceptance Criteria
CONTRIBUTING.md has been updated
Assumptions and Questions
A few possibilities
Do nothing, maintain what we do today. If something is blocking an environment from moving forward we don't merge into said environment.
Feature holding branches, as the commits get approved and checked by QE they get merged into a holding branch that doesn't sync with any environment
Feature environment branches similar to ci-some-feature or qa-some-feature where the changes are continuously added into the branch and the environment, but remain separated at the source control level... actual CI. There may need to be some form of automation to help with rebasing changes
The text was updated successfully, but these errors were encountered:
Description
The PF4 updates have highlighted a limitation around pushing/merging changes in a linear CI <-> QA -> Stage -> Prod direction.
Outline a branching process that handles the not-so-great project one-off request.
Acceptance Criteria
Assumptions and Questions
A few possibilities
ci-some-feature
orqa-some-feature
where the changes are continuously added into the branch and the environment, but remain separated at the source control level... actual CI. There may need to be some form of automation to help with rebasing changesThe text was updated successfully, but these errors were encountered: