Make output from setup_build available to users
- Dominant language
- Python
- Stars
- 184
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
This output from these commands is not currently available, but could be useful when creating/debugging jobs. We've considered making output from "setup_build" available, but it requires a bit of design work to make the API and build artifact support it cleanly. The main reason it's not completely straightforward is related to "setup_build" being executed once for each host, and there are often dozens of hosts.
"teardown_build" output would be even trickier to include since builds are considered finished before "teardown_build" has finished executing. We could potentially add it after the build finishes, but that's a bit weird too unless we add a new build state.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.