Closed thom311 closed 3 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.Totals | |
---|---|
Change from base Build 8738593529: | 0.02% |
Covered Lines: | 4817 |
Relevant Lines: | 12543 |
Hi @thom311 can you please do a force push I am not able to trigger the k8s lane for some reason
/test-all
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 10454628601: | 0.0% |
Covered Lines: | 6533 |
Relevant Lines: | 14518 |
all green merging nice work!
Ignoring errors seems not best. It can make it harder to find problems with the script.
If a command in the script is known to fail for valid reasons, then that should be treated specially (for example, with
|| :
). By default, treat any unexpected failure as fatal and propagate the failure to the caller.Fixes: 88441502023d ('Add RBAC for cluster resource')
CC: @pliurh