Skip to content

Commit fa04cc4

Browse files
committed
Remove IPv6 functional tests from ci
1 parent fc0295f commit fa04cc4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -285,22 +285,6 @@ jobs:
285285
permissions:
286286
contents: read
287287

288-
ipv6-only-tests:
289-
name: Functional IPv6 Only Tests
290-
needs: [vars, build-oss]
291-
strategy:
292-
fail-fast: false
293-
matrix:
294-
image: [nginx]
295-
k8s-version:
296-
[
297-
"${{ needs.vars.outputs.k8s_latest }}",
298-
]
299-
uses: ./.github/workflows/ipv6-only.yml
300-
with:
301-
image: ${{ matrix.image }}
302-
k8s-version: ${{ matrix.k8s-version }}
303-
304288
conformance-tests:
305289
name: Conformance tests
306290
needs: [vars, build-oss, build-plus]

0 commit comments

Comments
 (0)