Skip to content
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

Make output from setup_build available to users #310

Open
josephharrington opened this issue Apr 29, 2016 · 2 comments
Open

Make output from setup_build available to users #310

josephharrington opened this issue Apr 29, 2016 · 2 comments

Comments

@josephharrington
Copy link
Contributor

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.

@josephharrington
Copy link
Contributor Author

josephharrington commented May 3, 2016

We also have a request to enable capturing the stderr from the atomizer command and making that available (to make debugging easier).

@tjlee0909
Copy link

Yeah, all of that sounds great. Half of the problems new adopters have had when they tried to start using ClusterRunner is that the atomization fails, and they don't understand why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants