-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI]Generate ssh-config for all Nodes #2675
Conversation
/test-ipv6-only-e2e |
Codecov Report
@@ Coverage Diff @@
## main #2675 +/- ##
==========================================
- Coverage 60.70% 59.52% -1.19%
==========================================
Files 285 285
Lines 23003 23020 +17
==========================================
- Hits 13965 13702 -263
- Misses 7544 7867 +323
+ Partials 1494 1451 -43
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/test-ipv6-only-e2e |
/test-ipv6-only-e2e |
/test-ipv6-only-e2e |
/test-ipv6-only-e2e |
/test-all |
199cf99
to
b435f9d
Compare
/test-all |
It is possible to define a function to reuse ssh-config generation code in |
/test-all |
/test-windows-e2e |
A suggestion: this PR doesn't touch |
Thanks for pointing it out. I think WireGuard e2e tests passed on IPv6 and IPv6 dual-stack clusters.
|
502d741
to
cbd258e
Compare
/test-ipv6-only-e2e |
1 similar comment
/test-ipv6-only-e2e |
/test-windows-e2e |
/test-windows-e2e |
Make sure we can check kernel modules on all Nodes in the cluster. This is a prerequisite for WireGuard e2e tests. Fixes: antrea-io#2661 Signed-off-by: Xu Liu <[email protected]>
cbd258e
to
ed03eaa
Compare
/test-ipv6-only-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/skip-all |
The required kind test failed on the known flaky AntreaPolicy tests #2394:
I will investigate it later. Setting the test as not required temporarily to bypass it. |
WireGuard kernel module is present on IPv6 and IPv6 dual-stack clusters. Make sure that we can run commands on all nodes to check for kernel modules. This is a prerequisite for WireGuard e2e tests.
The error is as follows:
Fixes #2661
Signed-off-by: Xu Liu [email protected]