Skip to content

Commit 11e3dfa

Browse files
committed
add k8s 1.16 to integration tests
1 parent b891522 commit 11e3dfa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ jobs:
136136
name: Run verification
137137
command: make
138138

139+
integration-test-k8s1-16:
140+
<<: *integration-test-base
141+
environment:
142+
<<: *integration-test-environment
143+
K8S_VERSION: v1.16.4
144+
139145
integration-test-k8s1-15:
140146
<<: *integration-test-base
141147
environment:
@@ -171,6 +177,9 @@ workflows:
171177
ci:
172178
jobs:
173179
- check
180+
- integration-test-k8s1-15:
181+
requires:
182+
- check
174183
- integration-test-k8s1-15:
175184
requires:
176185
- check

0 commit comments

Comments
 (0)