-
Notifications
You must be signed in to change notification settings - Fork 42
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
Easier debugging ideas #146
Comments
How the keep-alive could work: A simple solution would be to add sleep to the cleanup script:
Of course this can be enhanced by sending a github comment, tagging the person who added that comment etc... |
Do you want to keep the VM allocated by resalloc alive, or the jenkins |
@praiskup wow, that helps, thanks. The original idea was very simple -- the job would wait and thus block the chain (there is a limit of 4 parallel jobs I think) -- so doing it through resalloc would be much better approach. |
This would be really awesome. I am a volunteer for testing. :) |
Brain dump of some ideas how to make the debugging easier:
[keep-alive: 2h]
in the github comment could make the machine be kept a little longer after the test is done (see https://plugins.jenkins.io/ghprb/ for how to work with the comments)[debug]
could turn on the debug (more verbose) output for the testsThe text was updated successfully, but these errors were encountered: