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:
Eric Engestrom
2023-06-21 21:52:32 +01:00
committed by Marge Bot
parent e853332805
commit f9a4b8e640

View File

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