docs/ci: fix command to disable/re-enable farms
authorEric Engestrom <eric@igalia.com>
Wed, 21 Jun 2023 20:52:32 +0000 (21:52 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 22 Jun 2023 07:17:31 +0000 (07:17 +0000)
Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23780>

docs/ci/index.rst

index 14d50c4..d49a619 100644 (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