mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: update pull request commentor for kube 1.28.0
updating pull request commentor to run tests with kubernetes 1.28.0 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
f1e9d8084a
commit
9ffd3ffd98
24
.github/workflows/pull-request-commentor.yaml
vendored
24
.github/workflows/pull-request-commentor.yaml
vendored
@ -41,6 +41,14 @@ jobs:
|
||||
body: |
|
||||
/test ci/centos/k8s-e2e-external-storage/1.27
|
||||
|
||||
- name: Add comment to trigger external storage tests for Kubernetes 1.28
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
with:
|
||||
token: ${{ secrets.CEPH_CSI_BOT_TOKEN }}
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
body: |
|
||||
/test ci/centos/k8s-e2e-external-storage/1.28
|
||||
|
||||
- name: Add comment to trigger helm E2E tests for Kubernetes 1.25
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
with:
|
||||
@ -65,6 +73,14 @@ jobs:
|
||||
body: |
|
||||
/test ci/centos/mini-e2e-helm/k8s-1.27
|
||||
|
||||
- name: Add comment to trigger helm E2E tests for Kubernetes 1.28
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
with:
|
||||
token: ${{ secrets.CEPH_CSI_BOT_TOKEN }}
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
body: |
|
||||
/test ci/centos/mini-e2e-helm/k8s-1.28
|
||||
|
||||
- name: Add comment to trigger E2E tests for Kubernetes 1.25
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
with:
|
||||
@ -89,6 +105,14 @@ jobs:
|
||||
body: |
|
||||
/test ci/centos/mini-e2e/k8s-1.27
|
||||
|
||||
- name: Add comment to trigger E2E tests for Kubernetes 1.28
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
with:
|
||||
token: ${{ secrets.CEPH_CSI_BOT_TOKEN }}
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
body: |
|
||||
/test ci/centos/mini-e2e/k8s-1.28
|
||||
|
||||
- name: Add comment to trigger cephfs upgrade tests
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user