-
Notifications
You must be signed in to change notification settings - Fork 27
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
CI: retry commands that may segfault #156
Conversation
Retry commands, that may segfault, several times to make CI less flakey.
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.
Should be fixed by lightningdevkit/ldk-c-bindings#122
Because it is claimed in upstream PR that this has been fixed: lightningdevkit#156
This reverts commit 65e3756 because it is claimed in upstream PR that this has been fixed: lightningdevkit#156
This reverts commit 65e3756 because it is claimed in upstream PR that this has been fixed: lightningdevkit#156
Closing as fixed elsewhere. |
@TheBlueMatt are you sure we don't need a retry? Latest master branch's CI status has several jobs failing, e.g. all the osx ones and the java_bindings one. |
The java one is indeed spurious, but just retrying isn't really a solution, github needs to fix their CI so that it has access to connect to github.com. The macOS ones have been broken for some time, they won't pass on a restart either. |
BTW, I see that jobs in master branch which don't correspond to a tag fail as well, because the invokation to |
Probably, but I haven't bothered. |
Ok, I'll see if I contribute that improvement. |
Retry commands, that may segfault, several times to make CI less flaky.