mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-12 18:23:35 +00:00
.github
assets
charts
cmd
deploy
docs
e2e
examples
internal
scripts
Dockerfile.devel
Dockerfile.test
build-multi-arch-image.sh
build_step.inc.sh
check-env.sh
golangci.yml.in
gosec.sh
install-helm.sh
install-snapshot.sh
lint-extras.sh
lint-go.sh
mdl-style.rb
minikube.sh
psp.yaml
rook.sh
skip-doc-change.sh
snapshot-controller-psp.yaml
test-go.sh
travis-functest.sh
travis-helmtest.sh
troubleshooting
vendor
.commitlintrc.yml
.gitignore
.mergify.yml
.travis.yml
LICENSE
Makefile
README.md
build.env
deploy.sh
go.mod
go.sum
Add retries to prevent ci failure instantly. Now, the command execution will retry upto 5 times, to avoid failures in some runs. Signed-off-by: Yug <yuggupta27@gmail.com>