Merge pull request #4366 from liangyuanpeng/hpa_skip_test

Delete k8s v1.21 and v1.22 from CI Schedule Workflow.
This commit is contained in:
karmada-bot 2023-12-05 17:05:04 +08:00 committed by GitHub
commit 9c5b977b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ jobs:
if: ${{ github.repository == 'karmada-io/karmada' }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
k8s: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0 ]
k8s: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0 ]
steps:
# Free up disk space on Ubuntu
- name: Free Disk Space (Ubuntu)