-
Notifications
You must be signed in to change notification settings - Fork 350
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
Related to #1190: add more logs when patch fails #1291
Conversation
4ede8d5
to
d5a65d9
Compare
It seems the CI error that's happening constantly is due to this specific problem.. logs should tell something this time.. |
Yes it's very possible the patch creation is still a bit fragile, especially in edge / error cases. |
Forgot the log was json in this case, but it's clear that the patch is empty:
Should we just skip the patch in this case or it is a signal of some other error @astefanutti ? |
Generally patching should be skipped when the patch is empty, I'm just surprised the build output leads to an empty patch, which means the build status hasn't changed after the build has run. |
I'm not sure why it's doing another build to be honest.. a yaml integration has been already run previously and they look similar: first one
second:
|
Seems to fix.. I'm merging to rebase other PRs |
Fix #1190
Release Note