mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
ci: remove kubernetes 1.23 from github action
Removed kubernetes 1.23 from github action as 1.23 is not supported anymore. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
96d1754451
commit
60248ce811
21
.github/workflows/pull-request-commentor.yaml
vendored
21
.github/workflows/pull-request-commentor.yaml
vendored
@ -16,13 +16,6 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Add comment to trigger external storage tests for Kubernetes 1.23
|
|
||||||
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.23
|
|
||||||
|
|
||||||
- name: Add comment to trigger external storage tests for Kubernetes 1.24
|
- name: Add comment to trigger external storage tests for Kubernetes 1.24
|
||||||
uses: peter-evans/create-or-update-comment@v3
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
with:
|
with:
|
||||||
@ -44,13 +37,6 @@ 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 helm E2E tests for Kubernetes 1.23
|
|
||||||
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.23
|
|
||||||
|
|
||||||
- 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:
|
||||||
@ -72,13 +58,6 @@ 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 E2E tests for Kubernetes 1.23
|
|
||||||
uses: peter-evans/create-or-update-comment@v3
|
|
||||||
with:
|
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
|
||||||
body: |
|
|
||||||
/test ci/centos/mini-e2e/k8s-1.23
|
|
||||||
|
|
||||||
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user