mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-04-11 18:13:00 +00:00
docs: update/correct development guide
the pre-commit version in the developement guide was too outdated which has been updated and this commit also addressed a typo. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
d12400aa9c
commit
ea806bfa73
@ -46,7 +46,7 @@ it is **highly** encouraged to:
|
|||||||
* Set up a pre-commit hook to catch issues locally.
|
* Set up a pre-commit hook to catch issues locally.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
pip install pre-commit==2.5.1
|
pip install pre-commit
|
||||||
pre-commit install
|
pre-commit install
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ fresh PRs, rebase of PRs and force pushing changes to existing PRs.
|
|||||||
In case of failed we already documented steps to manually
|
In case of failed we already documented steps to manually
|
||||||
[retrigger](#retriggering-the-ci-jobs) the CI jobs. Sometime the tests might be
|
[retrigger](#retriggering-the-ci-jobs) the CI jobs. Sometime the tests might be
|
||||||
flaky which required manually retriggering always. We have newly added a github
|
flaky which required manually retriggering always. We have newly added a github
|
||||||
action which runs periodically to retest the failed PR's. Below are the cretia
|
action which runs periodically to retest the failed PR's. Below are the criteria
|
||||||
for auto retesting the failed PR.
|
for auto retesting the failed PR.
|
||||||
|
|
||||||
* Analyze the logs and make sure its a flaky test.
|
* Analyze the logs and make sure its a flaky test.
|
||||||
|
Loading…
Reference in New Issue
Block a user