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

ci: Add kuadrant status check step to test jobs #943

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

mikenairn
Copy link
Member

Adds a step to the integration test jobs to display the pods in the kuadrant-system namespace. More info could be added here, but for now this is enough to tell you if the pods were restarting during the test run for some reason (panic in the operator itself).

Add workflow dispatch to "Test" workflow.

Adds a step to the integration test jobs to display the pods in the
kuadrant-system namespace. More info could be added here, but for now
this is enough to tell you if the pods were restarting during the test
run for some reason (panic in the operator itself).

Add workflow dispatch to "Test" workflow.

Signed-off-by: Michael Nairn <[email protected]>
Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.29%. Comparing base (63f1d28) to head (ab72865).
Report is 21 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #943      +/-   ##
==========================================
- Coverage   81.49%   81.29%   -0.21%     
==========================================
  Files         102      117      +15     
  Lines        7177     7752     +575     
==========================================
+ Hits         5849     6302     +453     
- Misses        898     1014     +116     
- Partials      430      436       +6     
Flag Coverage Δ
bare-k8s-integration 10.11% <ø> (+1.21%) ⬆️
controllers-integration 71.63% <ø> (+6.30%) ⬆️
envoygateway-integration 48.52% <ø> (-1.78%) ⬇️
gatewayapi-integration 14.50% <ø> (+0.10%) ⬆️
istio-integration 51.86% <ø> (-1.66%) ⬇️
unit 30.33% <ø> (+1.99%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
api/v1beta1 (u) 90.90% <ø> (ø)
api/v1beta2 (u) 86.61% <ø> (ø)
pkg/common (u) 88.13% <ø> (ø)
pkg/istio (u) 71.51% <100.00%> (ø)
pkg/log (u) 94.73% <ø> (ø)
pkg/reconcilers (u) ∅ <ø> (∅)
pkg/rlptools (u) 85.00% <ø> (-0.84%) ⬇️
controllers (i) 82.58% <81.33%> (-0.48%) ⬇️

see 12 files with indirect coverage changes

Copy link
Contributor

@KevFan KevFan left a comment

Choose a reason for hiding this comment

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

Looks good to me

@mikenairn mikenairn merged commit d4e205f into main Oct 16, 2024
33 checks passed
@mikenairn mikenairn deleted the ci_add_kuadrant_status_check_step_to_test_jobs branch October 16, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants