It doesn't make much sense to have separate guides outside infra documentation. So let's migrate https://pagure.io/fedora-infra/howtos to infra docs. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
680 B
680 B
In the case where the rawhide updates in Bodhi are stuck in testing, it often means that one of the following process is not working properly.
Either the bodhi-celery-beat pod in openshift (used to schedule tasks at regular interval)
is not triggering the approve_testing_task or the bodhi-celery pod is failing to
process that task.
To unblock these update one can restart these pods. To do so ssh to
the os-master01 hosts and run the following commands
$ oc -n bodhi rollout latest dc/bodhi-celery-beat $ oc -n bodhi rollout latest dc/bodhi-celery
Note using the rollout command allow us not to have any downtime.