mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
ci: use private retest github action
use private retest github action instead of pinning to a single branch/commit hash. Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
This commit is contained in:
parent
6c942d5030
commit
44368bfeb4
6
.github/workflows/retest.yaml
vendored
6
.github/workflows/retest.yaml
vendored
@ -14,9 +14,11 @@ jobs:
|
|||||||
if: github.repository == 'ceph/ceph-csi'
|
if: github.repository == 'ceph/ceph-csi'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# path to the retest action
|
- name: Checkout the ceph-csi respository
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
- uses: ceph/ceph-csi/actions/retest@28dc64dcae3cec8d11d84bdf525bda0ef757c688 # devel
|
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||||
|
- name: Run local retest github action
|
||||||
|
uses: ./actions/retest # path to the retest action
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.CEPH_CSI_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.CEPH_CSI_BOT_TOKEN }}
|
||||||
required-label: "ci/retry/e2e"
|
required-label: "ci/retry/e2e"
|
||||||
|
Loading…
Reference in New Issue
Block a user