fix(whitby): disable gerrit-queue due to b/333
Change-Id: I53084dcf033b8e7b2b7188fbef0a8d1ce15ceb83 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10123 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
49bba33de1
commit
ac3025e883
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue