File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments