reduce the number of kubernetes version support in CI E2E

Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
changzhen 2023-03-07 16:14:33 +08:00
parent 9277fed13a
commit e300b63116
1 changed files with 4 additions and 1 deletions

View File

@ -111,7 +111,10 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
k8s: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0 ] # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
# Please remember to update the CI Schedule Workflow when we add a new version.
k8s: [ v1.24.2, v1.25.0, v1.26.0 ]
steps: steps:
- name: checkout code - name: checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3