mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +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
8
.github/workflows/retest.yaml
vendored
8
.github/workflows/retest.yaml
vendored
@ -14,9 +14,11 @@ jobs:
|
||||
if: github.repository == 'ceph/ceph-csi'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# path to the retest action
|
||||
# yamllint disable-line rule:line-length
|
||||
- uses: ceph/ceph-csi/actions/retest@28dc64dcae3cec8d11d84bdf525bda0ef757c688 # devel
|
||||
- name: Checkout the ceph-csi respository
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
- name: Run local retest github action
|
||||
uses: ./actions/retest # path to the retest action
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.CEPH_CSI_BOT_TOKEN }}
|
||||
required-label: "ci/retry/e2e"
|
||||
|
Loading…
Reference in New Issue
Block a user