-
Notifications
You must be signed in to change notification settings - Fork 94
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
add platform on reload for SUCCEEDED and FAILED tasks #5025
Conversation
(happy omitting tests for this one, we need to review polling logic at some point and develop a complete set of unit tests) |
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.
LGTM
Changed base to 8.0.x to match the milestone. Could we have a changelog entry for this and a more informative commit message than "attempt to fix". |
Tried this with Dave's example from #4513, I think I've managed to reproduce it on this branch. Will investigate and try again, could someone else have a crack. |
Ah wait: #4516 (comment) |
I tried reproducing #4516 on 8.0.x, but don't think I could reproduce using
|
TBH I did the testing manually - I couldn't get this auto restarter working well and used @dpmatthews 's example. |
Example I used
Wait for all three to fail, then stop and restart the workflow. |
This issue is about "restart" rather than "reload" right? |
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.
Managed to reproduce with the timeout-remote
platform in Tim's example on master, couldn't reproduce on this branch.
LGTM.
@wxtim could you add a changelog. |
I've rebased this on the wrong branch. I'm taking that as an indication of tiredness. Will fix tomorrow. 😞 |
7fbff4b
to
5f9072d
Compare
5f9072d
to
5fcd223
Compare
@oliver-sanders @MetRonnie Please check that I haven't messed owt up with my foolish rebasing. |
(letting tests pass) |
These changes close #5063
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
andconda-environment.yml
.