Skip to content
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

✨ adding additional waits to prevent e2e cert-manager failures #441

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

grokspawn
Copy link
Contributor

We've encountered cert-manager failures in e2e, installing from release, and running the demo updates. This introduces some additional waits on cert-manager resources to attempt to reduce these.

@grokspawn grokspawn requested a review from a team as a code owner October 21, 2024 20:10
@grokspawn grokspawn changed the title adding additional waits to prevent e2e cert-manager failures ✨ adding additional waits to prevent e2e cert-manager failures Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.83%. Comparing base (67d3a34) to head (1837fe8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #441   +/-   ##
=======================================
  Coverage   37.83%   37.83%           
=======================================
  Files          15       15           
  Lines        1208     1208           
=======================================
  Hits          457      457           
  Misses        701      701           
  Partials       50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


kubectl_wait "cert-manager" "deployment/cert-manager" "60s"
kubectl wait mutatingwebhookconfigurations/cert-manager-webhook --for=jsonpath='{.webhooks[0].clientConfig.caBundle}' --timeout=60s
kubectl wait validatingwebhookconfigurations/cert-manager-webhook --for=jsonpath='{.webhooks[0].clientConfig.caBundle}' --timeout=60s
kubectl apply -f "${catalogd_manifest}"
Copy link
Contributor

@tmshort tmshort Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, loss of a blank line here...

@grokspawn
Copy link
Contributor Author

upgrade-e2e script cannot pass until #440 merges.

@grokspawn grokspawn added this pull request to the merge queue Oct 21, 2024
@grokspawn grokspawn removed this pull request from the merge queue due to a manual request Oct 21, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 21, 2024
@grokspawn grokspawn added this pull request to the merge queue Oct 21, 2024
Merged via the queue into operator-framework:main with commit d8dc9e7 Oct 21, 2024
11 of 13 checks passed
@grokspawn grokspawn deleted the install-wait branch October 21, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants