From 1255a08f5d84c2ec6c947d612642b2c35538ab99 Mon Sep 17 00:00:00 2001 From: 08AHAD <91091911+08AHAD@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:30:50 +0530 Subject: [PATCH] Update ci 1.10 (#5083) * /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> --- .github/dependabot.yml | 12 ++++++------ .github/workflows/ci-schedule-compatibility.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e74db3a6f..290deaeed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,12 @@ updates: schedule: interval: weekly +- package-ecosystem: docker + directory: /cluster/images/ + target-branch: "release-1.10" + schedule: + interval: weekly + - package-ecosystem: docker directory: /cluster/images/ target-branch: "release-1.9" @@ -28,9 +34,3 @@ updates: target-branch: "release-1.8" schedule: interval: weekly - -- package-ecosystem: docker - directory: /cluster/images/ - target-branch: "release-1.7" - schedule: - interval: weekly diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index 8c3341da6..2e600562e 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -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)