-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-Interactive Bloom #667
Comments
It's possible - bloom's behavior is inconsistent right now, but we're working on making that story better. #668 is part of that effort. |
Running
I'm not sure if a command-line is the best place to prepopulate answers to bloom's prompts or if it's better to encourage updating the configuration (both in the rosdistro and release repository's tracks.yaml) ahead of running in a non-interactive context. But that still leaves the "bootstrapping" / first-run problem in place. |
Yeah, I poked around a little more and found the limitations. I'm mostly looking at tying bloom to a GitHub action, so that when we do a release, I can get the action to release the update to the buildfarm. |
@danthony06 please feel free to note any additional stumbling blocks here so that we can keep track of them as we improve similar workflows. |
Is it possible to run
bloom-release
non-interactively, i.e. completely specify all parameters through the command line so I don't have manually step through things during the process? I'm looking at how to integratebloom
into our CI/CD pipelines, and so far it's been tough since it seems to require manually interacting with the process.The text was updated successfully, but these errors were encountered: