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:
Niels de Vos
2023-06-29 12:26:41 +02:00
committed by mergify[bot]
parent ebfd915ad6
commit 489d0ff1a6
2 changed files with 0 additions and 8 deletions

View File

@ -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>