mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: remove /retest all
command for Jenkins jobs
`/retest all` causes a spike in resource consumption in Jenkins and the OpenShift cluster kills the Pod. That means tests are not fully running yet, and results never arrive back in the PR. Instead of `/retest all`, the `ok-to-test` label can be used to trigger required tests with a slight delay between each command. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
ebfd915ad6
commit
489d0ff1a6
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -44,7 +44,5 @@ the following bot commands in an otherwise empty comment in this PR:
|
||||
|
||||
- `/retest ci/centos/<job-name>`: retest the `<job-name>` after unrelated
|
||||
failure (please report the failure too!)
|
||||
- `/retest all`: run this in case the CentOS CI failed to start/report any test
|
||||
progress or results
|
||||
|
||||
</details>
|
||||
|
@ -300,12 +300,6 @@ opening fresh PRs, rebase of PRs and force pushing changes to existing PRs.
|
||||
|
||||
Right now, we also have below commands to manually retrigger the CI jobs
|
||||
|
||||
1. To retrigger all the CI jobs, comment the PR with command: `/retest all`
|
||||
|
||||
**Note**:
|
||||
|
||||
This will rerun all the jobs including the jobs which are already passed
|
||||
|
||||
1. To retrigger a specific CI job, comment the PR with command: `/retest <job-name>`
|
||||
|
||||
example:
|
||||
|
Loading…
Reference in New Issue
Block a user