mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 08:10:20 +00:00
ci: add jobs with Kubernetes v1.20
Add CI jobs for Kubernetes v1.20 testing. These jobs will run, but are not (yet) required before changes get merged. Updates: #1784 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
8ee790a44d
commit
5562a6ded9
@ -12,7 +12,7 @@
|
||||
parameters:
|
||||
- string:
|
||||
name: k8s_version
|
||||
default: '1.19'
|
||||
default: '1.20'
|
||||
description: Kubernetes version to deploy in the test cluster.
|
||||
pipeline-scm:
|
||||
scm:
|
||||
|
@ -4,6 +4,7 @@
|
||||
k8s_version:
|
||||
- '1.18'
|
||||
- '1.19'
|
||||
- '1.20'
|
||||
jobs:
|
||||
- 'mini-e2e_k8s-{k8s_version}'
|
||||
- 'mini-e2e-helm_k8s-{k8s_version}'
|
||||
|
Loading…
Reference in New Issue
Block a user