Skip to content

Commit a1d8575

Browse files
committed
Update k8s versions
1 parent 138ce1d commit a1d8575

File tree

1 file changed

+15
-42
lines changed

1 file changed

+15
-42
lines changed

.circleci/config.yml

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -145,80 +145,53 @@ jobs:
145145
name: Run verification
146146
command: make
147147

148-
integration-test-k8s1-19:
149-
<<: *integration-test-base
150-
environment:
151-
<<: *integration-test-environment
152-
K8S_VERSION: v1.19.2
153-
154-
integration-test-k8s1-18:
155-
<<: *integration-test-base
156-
environment:
157-
<<: *integration-test-environment
158-
K8S_VERSION: v1.18.9
159-
160-
integration-test-k8s1-17:
161-
<<: *integration-test-base
162-
environment:
163-
<<: *integration-test-environment
164-
K8S_VERSION: v1.17.12
165-
166-
integration-test-k8s1-16:
148+
integration-test-k8s1-21:
167149
<<: *integration-test-base
168150
environment:
169151
<<: *integration-test-environment
170-
K8S_VERSION: v1.16.15
152+
K8S_VERSION: v1.21.3
171153

172-
integration-test-k8s1-15:
154+
integration-test-k8s1-20:
173155
<<: *integration-test-base
174156
environment:
175157
<<: *integration-test-environment
176-
K8S_VERSION: v1.15.7
158+
K8S_VERSION: v1.20.9
177159

178-
integration-test-k8s1-14:
179-
<<: *integration-test-base
180-
environment:
181-
<<: *integration-test-environment
182-
K8S_VERSION: v1.14.2
183-
184-
integration-test-k8s1-13:
160+
integration-test-k8s1-19:
185161
<<: *integration-test-base
186162
environment:
187163
<<: *integration-test-environment
188-
K8S_VERSION: v1.13.6
164+
K8S_VERSION: v1.19.2
189165

190-
integration-test-k8s1-12:
166+
integration-test-k8s1-18:
191167
<<: *integration-test-base
192168
environment:
193169
<<: *integration-test-environment
194-
K8S_VERSION: v1.12.9
170+
K8S_VERSION: v1.18.9
195171

196-
integration-test-k8s1-11:
172+
integration-test-k8s1-17:
197173
<<: *integration-test-base
198174
environment:
199175
<<: *integration-test-environment
200-
K8S_VERSION: v1.11.9
176+
K8S_VERSION: v1.17.12
201177

202178
workflows:
203179
version: 2
204180
ci:
205181
jobs:
206182
- check
207-
- integration-test-k8s1-19:
183+
- integration-test-k8s1-21:
208184
requires:
209185
- check
210-
- integration-test-k8s1-18:
186+
- integration-test-k8s1-20:
211187
requires:
212188
- check
213-
- integration-test-k8s1-17:
214-
requires:
215-
- check
216-
- integration-test-k8s1-16:
189+
- integration-test-k8s1-19:
217190
requires:
218191
- check
219-
- integration-test-k8s1-15:
192+
- integration-test-k8s1-18:
220193
requires:
221194
- check
222-
- integration-test-k8s1-14:
195+
- integration-test-k8s1-17:
223196
requires:
224197
- check

0 commit comments

Comments
 (0)