-
Notifications
You must be signed in to change notification settings - Fork 90
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
webhook: PR build frequently failing #2179
Comments
The third webhook test is frequently failing (see confidential-containers#2179), so skip this until there is time to investigate and fix it. Signed-off-by: stevenhorsman <[email protected]>
The third webhook test is frequently failing (see confidential-containers#2179), so skip this until there is time to investigate and fix it. Signed-off-by: stevenhorsman <[email protected]>
The third webhook test is frequently failing (see confidential-containers#2179), so skip this until there is time to investigate and fix it. Signed-off-by: stevenhorsman <[email protected]>
The third webhook test is frequently failing (see #2179), so skip this until there is time to investigate and fix it. Signed-off-by: stevenhorsman <[email protected]>
I've investigated that issue. The failing test
I suspect that waiting for Readness of the deployment pod isn't enough, it should be waiting on something else to ensure the service is fully operating again. I thought it could be the certificate needing to be re-generated by the cert-manager, I added a Well, then I added an arbitrary |
Not sure I'll have enough time to play with this but when I was developing a webhook I used to use: |
Hi @ldoktor !
Interesting that we are using |
On several PRs recently I've found the webhook build failing e.g. https://github.com/confidential-containers/cloud-api-adaptor/actions/runs/12144031128/job/33862372335?pr=2173
with:
which is getting pretty annoying to have to re-run them, so would be good to investigate and fix
The text was updated successfully, but these errors were encountered: