Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#651 from liangyuanpeng/ci_1.30
Browse files Browse the repository at this point in the history
ci: github workflow for k8s 1.30 and fix kind-e2e.
  • Loading branch information
k8s-ci-robot authored Aug 29, 2024
2 parents 24feecc + 0cf81e7 commit 78f31c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
- build
env:
REGISTRY: gcr.io/k8s-staging-kas-network-proxy
KIND_IMAGE: kindest/node${{ matrix.k8s }}
KIND_IMAGE: kindest/node:${{ matrix.k8s }}
TAG: master
CONNECTION_MODE: ${{ matrix.connection-mode }}
strategy:
fail-fast: false
matrix:
k8s: [ v1.27.11, v1.28.7, v1.29.2 ]
k8s: [ v1.28.7, v1.29.2, v1.30.4 ]
connection-mode: [ grpc, http-connect ]
steps:
- name: Install kind
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
fail-fast: false
matrix:
ipFamily: ["ipv4", "ipv6", "dual"]
k8s: [ v1.27.11, v1.28.7, v1.29.2 ]
k8s: [ v1.28.7, v1.29.2, v1.30.4 ]
env:
JOB_NAME: "kindnetd-e2e-${{ matrix.ipFamily }}"
IP_FAMILY: ${{ matrix.ipFamily }}
Expand Down

0 comments on commit 78f31c9

Please sign in to comment.