-
Notifications
You must be signed in to change notification settings - Fork 95
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: enable tests with kubernetes v1.29 #1230
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1230 +/- ##
=======================================
Coverage 51.66% 51.66%
=======================================
Files 53 53
Lines 2938 2938
=======================================
Hits 1518 1518
Misses 1378 1378
Partials 42 42 ☔ View full report in Codecov by Sentry. |
1371846
to
84cbec4
Compare
a4da946
to
f754fad
Compare
ce50746
to
24a021f
Compare
Signed-off-by: Anish Ramasekar <[email protected]>
24a021f
to
7125b16
Compare
displayName: Cleanup | ||
condition: ne(variables.LOCAL_ONLY, 'true') | ||
- template: templates/publish-logs.yaml | ||
- job: |
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.
I created a new job matrix for 'kind' jobs, so we use the tmp pool only for those.
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. Thank you!
fixes #1261