mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: run tests on k8s v1.22 in place of v1.19
As kubernetes v1.19 is heading towards its EOL on 2021-09-30, run tests on kubernetes v1.22 and require it to pass for merging. Signed-off-by: Yug Gupta <yuggupta27@gmail.com>
This commit is contained in:
parent
935b261be1
commit
2be0306c82
@ -3,13 +3,13 @@
|
||||
name: mini-e2e
|
||||
k8s_version:
|
||||
- '1.19':
|
||||
only_run_on_request: false
|
||||
only_run_on_request: true
|
||||
- '1.20':
|
||||
only_run_on_request: false
|
||||
- '1.21':
|
||||
only_run_on_request: false
|
||||
- '1.22':
|
||||
only_run_on_request: true
|
||||
only_run_on_request: false
|
||||
jobs:
|
||||
- 'mini-e2e_k8s-{k8s_version}'
|
||||
- 'mini-e2e-helm_k8s-{k8s_version}'
|
||||
|
Loading…
Reference in New Issue
Block a user