-
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 pr-commentor and mergify rules for v3.10 #4293
Conversation
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
@@ -24,10 +24,10 @@ jobs: | |||
# the next Ceph-CSI version will not be tested with old Kubernetes | |||
- k8s: "1.25" | |||
branch: "devel" | |||
- k8s: "1.25" | |||
branch: "release-v3.10" |
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.
You need to include release-v3.10
on line 21 too.
@@ -284,23 +284,23 @@ pull_request_rules: | |||
name: default | |||
delete_head_branch: {} | |||
|
|||
- name: backport patches to release-v3.8 branch | |||
- name: backport patches to release-v3.9 branch |
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.
the subject of the commit mentions mergiy, maybe fix the typo?
cae22c8
to
7c4a959
Compare
This commit adds rules for release-v3.10 and removes rules for release-v3.8. Signed-off-by: Rakshith R <rar@redhat.com>
This commit adds support for v3.10 backports and removes support for v3.8 backports. Signed-off-by: Rakshith R <rar@redhat.com>
This commit resets PendingReleaseNotes.md and points it to 3.11 release. Signed-off-by: Rakshith R <rar@redhat.com>
7c4a959
to
7ed8630
Compare
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.26 |
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.
LGTM.
@Mergifyio queue |
🛑 The pull request has been merged manuallyThe pull request has been merged manually at 7f8880f |
Describe what this PR does
ci: modify mergiy rules for new release-v3.10
This commit adds support for v3.10 backports
and removes support for v3.8 backports.
ci: update pr-commentor rules matrix
This commit adds rules for release-v3.10
and removes rules for release-v3.8.