Module: Mesa
Branch: main
Commit: f9a4b8e6401a875db7886ad8baeefdd9d1461b21
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9a4b8e6401a875db7886ad8baeefdd9d1461b21

Author: Eric Engestrom <[email protected]>
Date:   Wed Jun 21 21:52:32 2023 +0100

docs/ci: fix command to disable/re-enable farms

Signed-off-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23780>

---

 docs/ci/index.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/ci/index.rst b/docs/ci/index.rst
index 14d50c409ad..d49a619f777 100644
--- a/docs/ci/index.rst
+++ b/docs/ci/index.rst
@@ -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

Reply via email to