-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update mergify rules for K8s v1.32 #5050
Conversation
Signed-off-by: Praveen M <[email protected]>
6fff73b
to
15a93f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kubernetes 1.29 is only supported for 2 more months. I think we can drop that version from the devel
branch now too. It'll save quite some CI load.
@@ -19,7 +19,7 @@ jobs: | |||
strategy: | |||
matrix: | |||
branch: [release-v3.12, release-v3.13, devel] | |||
k8s: ["1.29", "1.30", "1.31", "1.32"] | |||
k8s: ["1.30", "1.31", "1.32"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.29 is still needed for the current release-v3.x branches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh.. Yea
thanks!
210d470
to
5956967
Compare
Signed-off-by: Praveen M <[email protected]>
5956967
to
e878e7a
Compare
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e/k8s-1.30 |
/test ci/centos/k8s-e2e-external-storage/1.31 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.31 |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
/retest ci/centos/mini-e2e-helm/k8s-1.29 |
@Mergifyio requeue ci/centos/mini-e2e-helm/k8s-1.29 failed to clone the repository from GitHub |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
Describe what this PR does
ci: update mergify rules for K8s v1.32
Related issues
Updates: #5015
Checklist:
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)