-
Notifications
You must be signed in to change notification settings - Fork 156
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
Fix master kill #2366
Fix master kill #2366
Conversation
PEP8 fixes for PR #2366 (kill_fix) by autopep8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related to the problem of killing a master job that has some failed subjobs? If yes, I do not see how?
This is looping over the subjobs. When it gets to the last one, then it also updates the master job status. There is another |
You are right though, I'll check again to be sure it is doing exactly what I think it should be |
You are right - this wasn't the real issue. The problem is that the master job ends up in I am not sure what is best - have the master job switch to |
This is slightly less elegant, but more precise for what we want |
PEP8 fixes for PR #2366 (kill_fix) by autopep8
Fixes #2358