docs/ci: fix command to disable/re-enable farms
Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23780>
This commit is contained in:

committed by
Marge Bot

parent
e853332805
commit
f9a4b8e640
@@ -61,14 +61,14 @@ Farm management
|
||||
When the farm starts failing for any reason (power, network, out-of-space), it needs to be disabled by pushing separate MR with
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
git mv .ci-farm{,-disabled}/$farm_name
|
||||
|
||||
|
||||
git mv .ci-farms{,-disabled}/$farm_name
|
||||
|
||||
After farm restore functionality can be enabled by pushing a new merge request, which contains
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
git mv .ci-farm{-disabled,}/$farm_name
|
||||
git mv .ci-farms{-disabled,}/$farm_name
|
||||
|
||||
|
||||
Application traces replay
|
||||
|
Reference in New Issue
Block a user