Skip to content

Commit 345f887

Browse files
committed
ci: update integration test environments
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 593ba22 commit 345f887

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.circleci/config.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,23 +136,29 @@ jobs:
136136
name: Run verification
137137
command: make
138138

139-
integration-test-k8s1-17:
139+
integration-test-k8s1-19:
140+
<<: *integration-test-base
141+
environment:
142+
<<: *integration-test-environment
143+
K8S_VERSION: v1.19.2
144+
145+
integration-test-k8s1-18:
140146
<<: *integration-test-base
141147
environment:
142148
<<: *integration-test-environment
143-
K8S_VERSION: v1.17.0
149+
K8S_VERSION: v1.18.9
144150

145-
integration-test-k8s1-17-4:
151+
integration-test-k8s1-17:
146152
<<: *integration-test-base
147153
environment:
148154
<<: *integration-test-environment
149-
K8S_VERSION: v1.17.4
155+
K8S_VERSION: v1.17.12
150156

151157
integration-test-k8s1-16:
152158
<<: *integration-test-base
153159
environment:
154160
<<: *integration-test-environment
155-
K8S_VERSION: v1.16.4
161+
K8S_VERSION: v1.16.15
156162

157163
integration-test-k8s1-15:
158164
<<: *integration-test-base
@@ -189,10 +195,13 @@ workflows:
189195
ci:
190196
jobs:
191197
- check
192-
- integration-test-k8s1-17:
198+
- integration-test-k8s1-19:
193199
requires:
194200
- check
195-
- integration-test-k8s1-17-4:
201+
- integration-test-k8s1-18:
202+
requires:
203+
- check
204+
- integration-test-k8s1-17:
196205
requires:
197206
- check
198207
- integration-test-k8s1-16:

0 commit comments

Comments
 (0)