about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-11-25T15·41+0300
committertazjin <tazjin@tvl.su>2023-11-25T15·45+0000
commitac3025e883d4dba7516ad24d7dd6e1410e4d1769 (patch)
tree37905f1355fe19ad7f657e0d1cad7563b76404bd /ops
parent49bba33de126271f60eb3e11ce6dea4306b4ff09 (diff)
fix(whitby): disable gerrit-queue due to b/333 r/7063
Change-Id: I53084dcf033b8e7b2b7188fbef0a8d1ce15ceb83
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10123
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r--ops/machines/whitby/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index a7f3392bed..d341ed0cec 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -429,7 +429,8 @@ in
     };
 
     # Run autosubmit bot for Gerrit
-    gerrit-queue.enable = true;
+    # b/333: disabled for now because of bugs
+    gerrit-queue.enable = false;
   };
 
   services.postgresql = {