sriov-network-operator icon indicating copy to clipboard operation
sriov-network-operator copied to clipboard

Let "depoly-setup.sh" and "undeploy.sh" fail on error

Open thom311 opened this issue 1 year ago • 2 comments
trafficstars

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

thom311 avatar Apr 19 '24 14:04 thom311

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.

github-actions[bot] avatar Apr 19 '24 14:04 github-actions[bot]

Pull Request Test Coverage Report for Build 8755557051

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 38.404%

Totals Coverage Status
Change from base Build 8738593529: 0.02%
Covered Lines: 4817
Relevant Lines: 12543

💛 - Coveralls

coveralls avatar Apr 19 '24 16:04 coveralls

Hi @thom311 can you please do a force push I am not able to trigger the k8s lane for some reason

SchSeba avatar Aug 19 '24 13:08 SchSeba

/test-all

adrianchiris avatar Aug 27 '24 12:08 adrianchiris

Pull Request Test Coverage Report for Build 10455381530

Warning: This coverage report may be inaccurate.

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.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 44.999%

Totals Coverage Status
Change from base Build 10454628601: 0.0%
Covered Lines: 6533
Relevant Lines: 14518

💛 - Coveralls

coveralls avatar Aug 27 '24 12:08 coveralls

all green merging nice work!

SchSeba avatar Aug 27 '24 19:08 SchSeba