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
During shutdown, it's easy for repos to accidentally (or purposefully) check into release branches and cause automated flow to start again. Freeze flow is intended to avoid this issue.
This could be one of two ways:
Change subscriptions to manual mode or disable them.
Disable default channel assignment for repos+branches.
What I'd say is that we implement this command initially by disabling default channel assignments based on a specific channel, with options for limiting the repos that are frozen or unfrozen. Something like:
To help out users, the command should also be clever on resume. It can look up what repos have produced builds on those default channels and produce a command line that can be used to flow those builds using the darc flow command.
The text was updated successfully, but these errors were encountered:
During shutdown, it's easy for repos to accidentally (or purposefully) check into release branches and cause automated flow to start again. Freeze flow is intended to avoid this issue.
This could be one of two ways:
These are both valid ways to freeze automatic flow, and have different advantages and disadvantages: https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#halting-and-restarting-dependency-flow
What I'd say is that we implement this command initially by disabling default channel assignments based on a specific channel, with options for limiting the repos that are frozen or unfrozen. Something like:
To help out users, the command should also be clever on resume. It can look up what repos have produced builds on those default channels and produce a command line that can be used to flow those builds using the
darc flow
command.The text was updated successfully, but these errors were encountered: