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

Followup pr 646

Open adrianchiris opened this issue 1 year ago • 2 comments

adrianchiris avatar May 06 '24 16:05 adrianchiris

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 May 06 '24 16:05 github-actions[bot]

@SchSeba as discussed PTAL

adrianchiris avatar May 06 '24 16:05 adrianchiris

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 May 13 '24 08:05 github-actions[bot]

Pull Request Test Coverage Report for Build 9059795374

Details

  • 106 of 168 (63.1%) changed or added relevant lines in 4 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.3%) to 39.941%

Changes Missing Coverage Covered Lines Changed/Added Lines %
api/v1/helper.go 54 56 96.43%
api/v1/zz_generated.deepcopy.go 33 93 35.48%
<!-- Total: 106 168
Files with Coverage Reduction New Missed Lines %
controllers/drain_controller.go 3 67.42%
<!-- Total: 3
Totals Coverage Status
Change from base Build 8958656332: 0.3%
Covered Lines: 5112
Relevant Lines: 12799

💛 - Coveralls

coveralls avatar May 13 '24 08:05 coveralls

merging this one and closing https://github.com/k8snetworkplumbingwg/sriov-network-operator/pull/646

SchSeba avatar May 13 '24 13:05 SchSeba