mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
ci: update github actions for k8s 1.27
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
parent
57c5d09df5
commit
1bc090d975
21
.github/workflows/pull-request-commentor.yaml
vendored
21
.github/workflows/pull-request-commentor.yaml
vendored
@ -37,6 +37,13 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
/test ci/centos/k8s-e2e-external-storage/1.26
|
/test ci/centos/k8s-e2e-external-storage/1.26
|
||||||
|
|
||||||
|
- name: Add comment to trigger external storage tests for Kubernetes 1.27
|
||||||
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
|
with:
|
||||||
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
|
body: |
|
||||||
|
/test ci/centos/k8s-e2e-external-storage/1.27
|
||||||
|
|
||||||
- name: Add comment to trigger helm E2E tests for Kubernetes 1.24
|
- name: Add comment to trigger helm E2E tests for Kubernetes 1.24
|
||||||
uses: peter-evans/create-or-update-comment@v3
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
with:
|
with:
|
||||||
@ -58,6 +65,13 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
/test ci/centos/mini-e2e-helm/k8s-1.26
|
/test ci/centos/mini-e2e-helm/k8s-1.26
|
||||||
|
|
||||||
|
- name: Add comment to trigger helm E2E tests for Kubernetes 1.27
|
||||||
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
|
with:
|
||||||
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
|
body: |
|
||||||
|
/test ci/centos/mini-e2e-helm/k8s-1.27
|
||||||
|
|
||||||
- name: Add comment to trigger E2E tests for Kubernetes 1.24
|
- name: Add comment to trigger E2E tests for Kubernetes 1.24
|
||||||
uses: peter-evans/create-or-update-comment@v3
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
with:
|
with:
|
||||||
@ -79,6 +93,13 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
/test ci/centos/mini-e2e/k8s-1.26
|
/test ci/centos/mini-e2e/k8s-1.26
|
||||||
|
|
||||||
|
- name: Add comment to trigger E2E tests for Kubernetes 1.27
|
||||||
|
uses: peter-evans/create-or-update-comment@v2
|
||||||
|
with:
|
||||||
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
|
body: |
|
||||||
|
/test ci/centos/mini-e2e/k8s-1.27
|
||||||
|
|
||||||
- name: Add comment to trigger cephfs upgrade tests
|
- name: Add comment to trigger cephfs upgrade tests
|
||||||
uses: peter-evans/create-or-update-comment@v3
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user