Skip to content

Commit

Permalink
Update ci 1.10 (karmada-io#5083)
Browse files Browse the repository at this point in the history
* /kind cleanup: Update CI for Karmada 1.10 and remove release-1.7

Signed-off-by: 08AHAD <91091911+08AHAD@users.noreply.github.com>

* /kind cleanup: Update CI for Karmada 1.10 and remove release-1.7 in ci-schedule-compability.yaml

Signed-off-by: 08AHAD <91091911+08AHAD@users.noreply.github.com>

---------

Signed-off-by: 08AHAD <91091911+08AHAD@users.noreply.github.com>
  • Loading branch information
08AHAD authored Jun 24, 2024
1 parent 21f6a60 commit 1255a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ updates:

- package-ecosystem: docker
directory: /cluster/images/
target-branch: "release-1.9"
target-branch: "release-1.10"
schedule:
interval: weekly

- package-ecosystem: docker
directory: /cluster/images/
target-branch: "release-1.8"
target-branch: "release-1.9"
schedule:
interval: weekly

- package-ecosystem: docker
directory: /cluster/images/
target-branch: "release-1.7"
target-branch: "release-1.8"
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/ci-schedule-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
kubeapiserver-version: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0 ]
karmada-version: [ release-1.7, release-1.8, release-1.9 ]
karmada-version: [ release-1.10, release-1.9, release-1.8 ]
steps:
# Free up disk space on Ubuntu
- name: Free Disk Space (Ubuntu)
Expand Down

0 comments on commit 1255a08

Please sign in to comment.