mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 08:10:20 +00:00
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:
parent
d610c51007
commit
0b78359b9b
@ -2,7 +2,6 @@
|
||||
- project:
|
||||
name: mini-e2e
|
||||
k8s_version:
|
||||
- '1.18'
|
||||
- '1.19'
|
||||
- '1.20'
|
||||
jobs:
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- project:
|
||||
name: upgrade-tests
|
||||
k8s_version: '1.18'
|
||||
k8s_version: '1.20'
|
||||
test_type:
|
||||
- 'cephfs'
|
||||
- 'rbd'
|
||||
|
Loading…
Reference in New Issue
Block a user