wsalmonct commented on issue #1335: URL: https://github.com/apache/buildstream/issues/1335#issuecomment-1625464547
The work flow that I follow is: * Try something new locally. * Once it works then push and have CI run. If it turns out that I'm trying todo something some one else tried in CI then its nice if bst by default told me and went and pulled the logs so i can see the failure. (if you have buildtrees turned on you can even drop straight in to a shell to help debug) Or if I used a bot like FD and the bot did something that really failed i just check out that branch and run `bst build` and i can have the logs or shell from the UI. Then the ci just always has the `--retry-cached-failures` in the CI scripts so if it ever does fail due to flaky CI you just re run the job. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
