Closed ykulazhenkov closed 6 months ago
Thanks for your PR, To run vendors CIs 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 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.Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
api/v1/sriovnetworknodepolicy_types.go | 0 | 3 | 0.0% | ||
api/v1/zz_generated.deepcopy.go | 6 | 127 | 4.72% | ||
<!-- | Total: | 6 | 130 | 4.62% | --> |
Totals | |
---|---|
Change from base Build 9108514484: | -0.3% |
Covered Lines: | 5124 |
Relevant Lines: | 12932 |
Thanks for your PR, To run vendors CIs 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 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.Thanks for your PR, To run vendors CIs 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 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.@zeeke @adrianchiris Thanks for the review. I addressed your comments.
Update API to support automatic bridge creation
SriovNetworkNodePolicySpec - Bridge field added SriovNetworkNodeStateSpec - Bridges field added SriovNetworkNodeStateStatus - Bridges field added VirtualFunction - RepresentroName field added
Update API according to the design doc