Skip to content

Commit 35ef050

Browse files
authored
test: enable k8s matrix (#148)
* test: enable k8s matrix * ci: enable e2e k8s min and max version
1 parent 45772eb commit 35ef050

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/release.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,15 @@ jobs:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
k8s-version: ['1.26.15', '1.27.16']
69+
k8s-version: [
70+
'1.26.15',
71+
'1.27.16',
72+
'1.28.15',
73+
'1.29.12',
74+
'1.30.8',
75+
'1.31.4',
76+
'1.32.0'
77+
]
7078
product-version: ['3.7.1', '3.8.0']
7179
steps:
7280
- name: Clone the code

.github/workflows/test.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,15 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
k8s-version: ['1.26.15', '1.27.16']
35+
k8s-version: [
36+
'1.26.15',
37+
# '1.27.16',
38+
# '1.28.15',
39+
# '1.29.12',
40+
# '1.30.8',
41+
# '1.31.4',
42+
'1.32.0'
43+
]
3644
product-version: ['3.7.1', '3.8.0']
3745
max-parallel: 2
3846
steps:

0 commit comments

Comments
 (0)