ci: do not run jobs with Kubernetes v1.18 anymore

Kubernetes v1.20 has been released, so lets use that for testing. Note
that v1.18 is still maintained, but our CI jobs will not consume it
anymore.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-12-17 17:08:30 +01:00 committed by mergify[bot]
parent d610c51007
commit 0b78359b9b
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
- project:
name: mini-e2e
k8s_version:
- '1.18'
- '1.19'
- '1.20'
jobs:

View File

@ -1,7 +1,7 @@
---
- project:
name: upgrade-tests
k8s_version: '1.18'
k8s_version: '1.20'
test_type:
- 'cephfs'
- 'rbd'