File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 8585 strategy :
8686 fail-fast : false
8787 matrix :
88- version : [ v1.29.10, v1.30.6, v1.31.4, v1.32.0 ]
88+ target :
89+ - version : v1.29.10
90+ ipFamily : ipv4
91+ - version : v1.30.6
92+ ipFamily : ipv4
93+ - version : v1.31.4
94+ ipFamily : ipv6 # only run ipv6 test on this version to save time
95+ # TODO: this's IPv4 first, need a way to test IPv6 first.
96+ - version : v1.32.0
97+ ipFamily : dual # only run dual test on latest version to save time
8998 steps :
9099 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91100 - uses : ./tools/github-actions/setup-deps
@@ -104,8 +113,9 @@ jobs:
104113 # conformance
105114 - name : Run Standard Conformance Tests
106115 env :
107- KIND_NODE_TAG : ${{ matrix.version }}
116+ KIND_NODE_TAG : ${{ matrix.target. version }}
108117 IMAGE_PULL_POLICY : IfNotPresent
118+ IP_FAMILY : ${{ matrix.target.ipFamily }}
109119 run : make conformance
110120
111121 e2e-test :
You can’t perform that action at this time.
0 commit comments