-
Notifications
You must be signed in to change notification settings - Fork 547
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 the mergify rule to exclude k8s 1.25 #4452
Conversation
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.
This looks OK, but it assumes there will not be a Ceph-CSI 3.9.x update anymore. Are you certain that 3.9 is EOL (and that 3.10 is the oldest maintained version)?
@@ -355,31 +355,6 @@ pull_request_rules: | |||
- "status-success=ci/centos/upgrade-tests-cephfs" | |||
- "status-success=ci/centos/upgrade-tests-rbd" | |||
- "status-success=DCO" |
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.
Ineeed, the devel + ready-to-merge
rule will never be met, as GitHub requires 2 (real) reviews for PRs on the devel branch, Mergify is aware of that requirement automatically.
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.29 |
@Mergifyio refresh |
✅ Pull request refreshed |
This commit excludes the k8s 1.25 check from the mergify rules for ready-to-merge label Signed-off-by: Yati Padia <[email protected]>
this commit removes the automatic merge rule for devel branch as this is always overwritten from the conditions above and is not required Signed-off-by: Yati Padia <[email protected]>
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.29 |
This commit excludes the k8s 1.25 check from the
mergify rules for ready-to-merge label