Closed SchSeba closed 3 months ago
Thanks for your PR, To run vendors CIs, Maintainers can use one of:
/test-all
/test-e2e-all
/test-e2e-nvidia-all: To run all E2E tests for NVIDIA vendor.
/test-e2e-nvidia-all
To skip the vendors CIs, Maintainers can use one of:
/skip-all
/skip-e2e-all
/skip-e2e-nvidia-all
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.