Closed zeeke closed 1 month 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.Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pkg/host/internal/network/network.go | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 11294509064: | -0.007% |
Covered Lines: | 6661 |
Relevant Lines: | 14799 |
The
DiscoverSriovDevices
routine produces a huge amount of log entries, making debugging problems hard.Remove log entries that can produce a log line for each configured VF and which does not produce any change in the environment.
The following data comes from a lab I debugged recently:
Analysing a 51 Megabytes rotated log file:
for 2h32m of idle application
Which is 95% of the whole file.