We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0295f commit fa04cc4Copy full SHA for fa04cc4
.github/workflows/ci.yml
@@ -285,22 +285,6 @@ jobs:
285
permissions:
286
contents: read
287
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
-
304
conformance-tests:
305
name: Conformance tests
306
needs: [vars, build-oss, build-plus]
0 commit comments