Closed zeeke closed 2 months 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.Totals | |
---|---|
Change from base Build 10683587415: | 0.0% |
Covered Lines: | 6600 |
Relevant Lines: | 14673 |
@SchSeba @ykulazhenkov can you please take a look?
@zeeke feel free to self merge this one if you are happpy with it
@zeeke feel free to self merge this one if you are happpy with it
thanks! Merging
This commit updates several conformance tests to make use of the SRIOV_NODE_AND_DEVICE_NAME_FILTER variable. By integrating this variable, the tests can now better target specific nodes and devices, improving test precision and reducing potential errors. This change enhances the flexibility and maintainability of the test suite.
cc @evgenLevin