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 25e8c50 commit d488edcCopy full SHA for d488edc
.github/workflows/e2e.yaml
@@ -3,9 +3,6 @@ name: e2e
3
on:
4
push:
5
branches:
6
- - 'master'
7
- tags:
8
- - 'v*'
9
pull_request:
10
branches: [ master ]
11
workflow_dispatch:
@@ -63,7 +60,7 @@ jobs:
63
60
strategy:
64
61
fail-fast: false
65
62
matrix:
66
- k8s: [ v1.31.4, v1.32.0, v1.33.0 ]
+ k8s: [ v1.33.0, v1.33.1, v1.33.2 ]
67
connection-mode: [ grpc, http-connect ]
68
steps:
69
- name: Install kind
@@ -106,7 +103,7 @@ jobs:
106
103
107
104
108
105
ipFamily: ["ipv4", "ipv6", "dual"]
109
110
env:
111
JOB_NAME: "kindnetd-e2e-${{ matrix.ipFamily }}"
112
IP_FAMILY: ${{ matrix.ipFamily }}
0 commit comments