Skip to content

Commit

Permalink
ipv6-8
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed May 2, 2024
1 parent 40d0e7e commit 415a056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ jobs:
strategy:
matrix:
config:
- kind-ipv6.yml
- kind-dual.yml
- ipv6
- dualstack
test:
- cni-calico-deep
- deep
Expand All @@ -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
Expand Down

0 comments on commit 415a056

Please sign in to comment.