Closed wizhaoredhat closed 1 month ago
Thanks for your PR, To run vendors CIs, Maintainers can use one of:
/test-all
: To run all tests for all vendors./test-e2e-all
: To run all E2E tests for all vendors./test-e2e-nvidia-all
: To run all E2E tests for NVIDIA vendor.
To skip the vendors CIs, Maintainers can use one of:
/skip-all
: To skip all tests for all vendors./skip-e2e-all
: To skip all E2E tests for all vendors./skip-e2e-nvidia-all
: To skip all E2E tests for NVIDIA vendor.
Best regards.PTAL @Eoghan1232 @bn222
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
controllers/generic_network_controller.go | 5 | 74.38% | ||
<!-- | Total: | 5 | --> |
Totals | |
---|---|
Change from base Build 11258053806: | -0.01% |
Covered Lines: | 6657 |
Relevant Lines: | 14801 |
/lgtm
Fixes Issue #789