ci: add a dual-stack kind e2e job - #1094
Open
Yuan Gao (ygao-g) wants to merge 1 commit into
Open
Conversation
Yuan Gao (ygao-g)
force-pushed
the
ci-e2e-dualstack
branch
from
August 20, 2026 18:46
b42e51b to
76655b8
Compare
Collaborator
Author
|
Pushed the micro-VM half. The job now enables KVM, asserts the node really got Without it a dual-stack lane cannot tell a working micro-VM guest from one that |
No CI lane runs a cluster carrying both address families, so two things go unexercised: code that reads one address where there are two, and IPv4 continuing to work once IPv6 does. Neither single-family lane can see either, because on each of them the one address present is the right one. This job builds a dual-stack kind cluster, asserts it really has both families before installing anything, and runs the networking suite on both sandbox classes -- every test that can tell the families apart lives there. It gates nothing and stays out of `e2e-test`. It does not run on every pull request: the paths that could break it, nightly on main, and dispatch with a list of pull requests to merge onto main first, since the changes that make IPv6 work do nothing apart. Counting passes is not enough either -- the family tests skip rather than fail when an address is missing -- so the job names them and treats present-and-skipped as an error, separately for each sandbox class.
Yuan Gao (ygao-g)
force-pushed
the
ci-e2e-dualstack
branch
from
August 22, 2026 16:46
80fcc71 to
b850a39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #246. Nothing in CI runs a cluster carrying both address families, so two things go unexercised: code that reads one address where there are two, and IPv4 continuing to work once IPv6 does. Neither single-family lane can see either, because on each of them the one address present is the right one. This job builds a dual-stack kind cluster and asserts it really has both families before installing anything — a lane that quietly became single-stack would otherwise read as a second IPv4 lane. It runs the networking suite on both sandbox classes, which is where every test that can tell the families apart lives, and it gates nothing. Counting passes is not enough: those tests skip rather than fail when an address is missing, so the job names them and treats present-and-skipped as an error, per class.
It does not run on every pull request — the paths that could break it, nightly on main, and dispatch with a list of pull requests to merge onto main first. The changes that make IPv6 work do nothing apart, so only a stack of them shows the feature working;
911 938 1083is the list that currently passes with no skips, and the stack lives only for the length of the run. A green run is about ten minutes. Apathsfilter is evaluated before the job is reached, so an opt-in label cannot sit beside one — dispatch is the escape hatch, and no new label is needed.🤖 Generated with Claude Code