ci: run e2e on kubernetes 1.25

Deploy kubernetes 1.25 and run e2e
tests on it on demand.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-09-05 17:45:49 +05:30 committed by mergify[bot]
parent 1def8d8a1a
commit f7782eeac2
2 changed files with 4 additions and 0 deletions

View File

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

View File

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