From 415a056e0d5467f57b43491b103c59ff73a91b16 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Thu, 2 May 2024 15:24:12 -0500 Subject: [PATCH] ipv6-8 --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d0ae09ec2e7ed..12d57c620e196 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -211,8 +211,8 @@ jobs: strategy: matrix: config: - - kind-ipv6.yml - - kind-dual.yml + - ipv6 + - dualstack test: - cni-calico-deep - deep @@ -232,7 +232,7 @@ jobs: - run: find image-archives -ls - uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced with: - config: test/integration/deep/${{ matrix.config }} + config: test/integration/deep/kind-${{ matrix.config }}.yml cluster_name: ${{ matrix.test }} # TODO(alpeb): remove when the default is v1.29 or higher kubectl_version: v1.29.3