ci: add an IPv6-only kind e2e job - #939
Draft
Yuan Gao (ygao-g) wants to merge 1 commit into
Draft
Conversation
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
5 times, most recently
from
August 14, 2026 18:13
72285e4 to
68972e5
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
from
August 17, 2026 18:11
68972e5 to
4363e8f
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
from
August 19, 2026 01:23
4363e8f to
ef02488
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
from
August 19, 2026 17:24
ef02488 to
748e841
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
5 times, most recently
from
August 20, 2026 16:43
ba8d79e to
af37e8b
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
from
August 22, 2026 16:55
af37e8b to
498cd7f
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
3 times, most recently
from
August 27, 2026 19:17
39c862c to
fa8afe0
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
from
August 27, 2026 20:04
fa8afe0 to
d482c9c
Compare
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
2 times, most recently
from
August 28, 2026 15:27
8347786 to
65c684c
Compare
Collaborator
Author
|
Dispatch record for this lane. The runs are on the fork; a fork pull request cannot dispatch a workflow upstream.
#1275 on its own brings the cluster up and leaves exactly those four failing, so everything else in the stack is what those four measure. Nothing bisects the eight, so the minimal green set is unmeasured. The two green runs used a byte-identical |
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
from
August 29, 2026 04:15
65c684c to
c778ef4
Compare
No CI job exercises IPv6-only, so nothing catches a change that breaks it, and the IPv6 work is a set of changes that do little apart. This builds a single-stack IPv6 kind cluster, installs the full system and runs the networking suite, where every test that can tell one address family from another lives. It asserts the cluster really is single-stack, and that cluster DNS is the shape an IPv6-only install needs, before installing anything -- so a green run cannot be vacuous. It carries no copy of what it exercises: dispatch it with a list of pull requests and it merges them onto main for the length of the run. It stays out of the e2e-test gate, so it never blocks a pull request.
Yuan Gao (ygao-g)
force-pushed
the
ci-kind-ipv6
branch
from
August 29, 2026 04:40
c778ef4 to
9852563
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.
Do not merge until #958 and #1275 land.
Part of #246.
No CI job exercises IPv6-only, so nothing catches a change that breaks it, and
the IPv6 work is a set of changes that do little apart. This job builds a
single-stack IPv6 kind cluster, installs the full system, and runs the
networking suite, where every test that can tell one address family from
another lives — asserting the cluster really is single-stack before anything is
installed, so a green run cannot be vacuous. It carries no copy of the code it
exercises: dispatch it with a list of pull requests and it merges them onto
main in that order, and the stack lives only for the length of the run.
A fresh IPv6-only cluster resolves nothing from a pod, and a runner has no IPv6
egress of its own, so both the cluster's DNS (#958) and the translator it needs
(#1275) come from
hack/; this job asks for them and then reads back what itgot. Setting that up here instead would have meant the job supplying the very
thing it exists to gate, and a green run proving nothing. The cost is that
against main alone it now stops at the NAT64 step rather than reaching the
install — including on the
pull_requestpath that lets this file test itself,until those two land. #911 has since merged, so the atenet dual-stack bind
needs no gate. The in-cluster registry address still goes stale (#1049). The
job stays out of the
e2e-testgate either way, so it never blocks a pullrequest.
Demonstrated end to end on #1065, which stacks #958, #753, #1080, #979, #1060,
#1116, #1057 and #1275: the job runs there through
pull_request, is greenthrough all twenty steps, and the vacuity guard reports 11 passed, 0 skipped.
🤖 Generated with Claude Code