ci: run tests on kubernetes 1.24

This commits adds the kuberenetes
1.24 to run on request for now.

Note:- Once the kubernetes 1.24 job is stable
will run it by default

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-05-05 13:24:42 +05:30 committed by mergify[bot]
parent 9758f45614
commit a0eccf47b4
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@
only_run_on_request: false
- '1.23':
only_run_on_request: false
- '1.24':
only_run_on_request: true
jobs:
- 'k8s-e2e-external-storage-{k8s_version}'

View File

@ -8,6 +8,8 @@
only_run_on_request: false
- '1.23':
only_run_on_request: false
- '1.24':
only_run_on_request: true
jobs:
- 'mini-e2e_k8s-{k8s_version}'
- 'mini-e2e-helm_k8s-{k8s_version}'