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
It would be very helpful to have RESUME/RE-START feature in case of CLI usage for debugging and fixing the problem.
Right now you need to run only whole Build chain repository list or manually write command for skipping succesful repository builds.
The content you are editing has changed. Please copy your edits and refresh the page.
One interesting thing to explore would be serialization of the config service. If we are able to serialize the config service and store in the .state.json file and deserialize it when we resume, then we won't have to manually figure which meta data to store
It would be very helpful to have RESUME/RE-START feature in case of CLI usage for debugging and fixing the problem.
Right now you need to run only whole Build chain repository list or manually write command for skipping succesful repository builds.
Tasks
resume
such that for each cli build it stores a state file. Theresume
command will pick up and continue the build from this state file #450The text was updated successfully, but these errors were encountered: