diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-11-27T08·44+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-11-27T21·51+0000 |
commit | a554531e28e7b21a27504333a7d950492c26c267 (patch) | |
tree | 68809395bda7a200239654b049535d99b32bdef7 /ops/machines/whitby | |
parent | 623805cecd90a62089d3ec5dbe615c737231698a (diff) |
chore(ops): move from gerrit-queue to gerrit-autosubmit r/7078
Enables the new autosubmit bot, albeit without rebase functionality (this will be a separate change). Change-Id: Ia42a4f08c0edca5e6cc8bf4770ec24dbf16a5db7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10132 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/machines/whitby')
-rw-r--r-- | ops/machines/whitby/default.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index d341ed0ceca4..d57f7698263f 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -12,7 +12,7 @@ in (mod "atward.nix") (mod "cgit.nix") (mod "clbot.nix") - (mod "gerrit-queue.nix") + (mod "gerrit-autosubmit.nix") (mod "irccat.nix") (mod "josh.nix") (mod "journaldriver.nix") @@ -224,7 +224,7 @@ in in { clbot.file = secretFile "clbot"; - gerrit-queue.file = secretFile "gerrit-queue"; + gerrit-autosubmit.file = secretFile "gerrit-autosubmit"; grafana.file = secretFile "grafana"; irccat.file = secretFile "irccat"; keycloak-db.file = secretFile "keycloak-db"; @@ -429,8 +429,7 @@ in }; # Run autosubmit bot for Gerrit - # b/333: disabled for now because of bugs - gerrit-queue.enable = false; + gerrit-autosubmit.enable = true; }; services.postgresql = { |