diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-11-25T15·41+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-11-25T15·45+0000 |
commit | ac3025e883d4dba7516ad24d7dd6e1410e4d1769 (patch) | |
tree | 37905f1355fe19ad7f657e0d1cad7563b76404bd /ops/machines/whitby/default.nix | |
parent | 49bba33de126271f60eb3e11ce6dea4306b4ff09 (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/machines/whitby/default.nix')
-rw-r--r-- | ops/machines/whitby/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index a7f3392beddb..d341ed0ceca4 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 = { |