Use a Node's primary NIC as the secondary OVS bridge physical interface #31842
go.yml
on: pull_request
Check whether tests need to be run based on diff
19s
Verify docs and spelling
27s
Unit test (ubuntu-latest)
6m 32s
Unit test (windows-2022)
9m 44s
Integration test
10m 7s
Golangci-lint (ubuntu-latest)
3m 58s
Golangci-lint (macos-latest)
6m 9s
Build Antrea and antctl binaries
9m 51s
Build Antrea Windows binaries
1m 47s
Check tidy, code generation and manifest
5m 0s
Go benchmark test
4m 42s
Annotations
12 errors and 2 warnings
Build Antrea Windows binaries:
pkg/agent/secondarynetwork/init.go#L69
undefined: util.PrepareHostInterfaceConnection
|
Build Antrea Windows binaries:
pkg/agent/secondarynetwork/init.go#L111
undefined: util.RestoreHostInterfaceConfiguration
|
Build Antrea Windows binaries
Process completed with exit code 2.
|
Golangci-lint (ubuntu-latest):
pkg/agent/util/net_linux.go#L405
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#L68
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/secondarynetwork/init.go#L68
SA4006: this value of `err` is never used (staticcheck)
|
Golangci-lint (macos-latest):
pkg/agent/util/net_linux.go#L405
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)
Process completed with exit code 2.
|
Unit test (windows-2022):
pkg/agent/secondarynetwork/init.go#L69
undefined: util.PrepareHostInterfaceConnection
|
Unit test (windows-2022):
pkg/agent/secondarynetwork/init.go#L111
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/.
|