Use a Node's primary NIC as the secondary OVS bridge physical interface #31911
go.yml
on: pull_request
Check whether tests need to be run based on diff
22s
Verify docs and spelling
30s
Unit test (ubuntu-latest)
6m 40s
Unit test (windows-2022)
11m 41s
Integration test
10m 36s
Golangci-lint (ubuntu-latest)
4m 4s
Golangci-lint (macos-latest)
5m 56s
Build Antrea and antctl binaries
10m 1s
Build Antrea Windows binaries
1m 51s
Check tidy, code generation and manifest
5m 23s
Go benchmark test
4m 39s
Annotations
12 errors and 2 warnings
Build Antrea Windows binaries:
pkg/agent/secondarynetwork/init.go#L68
undefined: util.PrepareHostInterfaceConnection
|
Build Antrea Windows binaries:
pkg/agent/secondarynetwork/init.go#L107
undefined: util.RestoreHostInterfaceConfiguration
|
Build Antrea Windows binaries
Process completed with exit code 2.
|
Golangci-lint (ubuntu-latest):
pkg/agent/util/net_linux.go#L422
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
|
Golangci-lint (ubuntu-latest):
pkg/agent/secondarynetwork/init.go#L67
SA4006: this value of `err` is never used (staticcheck)
|
Golangci-lint (ubuntu-latest)
Process completed with exit code 2.
|
Golangci-lint (macos-latest):
pkg/agent/util/net_linux.go#L422
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
|
Golangci-lint (macos-latest):
pkg/agent/secondarynetwork/init.go#L67
SA4006: this value of `err` is never used (staticcheck)
|
Golangci-lint (macos-latest)
Process completed with exit code 2.
|
Unit test (windows-2022):
pkg/agent/secondarynetwork/init.go#L68
undefined: util.PrepareHostInterfaceConnection
|
Unit test (windows-2022):
pkg/agent/secondarynetwork/init.go#L107
undefined: util.RestoreHostInterfaceConfiguration
|
Unit test (windows-2022)
Process completed with exit code 1.
|
Unit test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|