Skip to content

Commit

Permalink
ci: run tests on kubernetes 1.23
Browse files Browse the repository at this point in the history
This commits removes the older version (1.19
and 1.20) from testing and adds the kuberenetes
1.23 to run on request for now.

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

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Dec 9, 2021
1 parent 904a352 commit d351e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jobs/k8s-e2e-external-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
- project:
name: k8s-e2e-external-storage
k8s_version:
- '1.20':
only_run_on_request: true
- '1.21':
only_run_on_request: false
- '1.22':
only_run_on_request: false
- '1.23':
only_run_on_request: true
jobs:
- 'k8s-e2e-external-storage-{k8s_version}'

Expand Down
4 changes: 2 additions & 2 deletions jobs/mini-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
- project:
name: mini-e2e
k8s_version:
- '1.19':
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: false
- '1.23':
only_run_on_request: true
jobs:
- 'mini-e2e_k8s-{k8s_version}'
- 'mini-e2e-helm_k8s-{k8s_version}'
Expand Down

0 comments on commit d351e00

Please sign in to comment.