about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorLuke Granger-Brown <hg@lukegb.com>2020-07-26T12·53+0100
committerlukegb <lukegb@tvl.fyi>2020-07-27T00·00+0000
commitc7cd12eb25d5d47450e07cbaa6a0f6c9582f3ed9 (patch)
treeee9d9e0085523409b33816a4c1b6ca0672543449 /ops
parenta8bc8357d869f28f86d30b1f95de34331e26d5be (diff)
chore(monorepo-gerrit): add Checks plugin to Gerrit module r/1490
This adds the Gerrit checks plugin. Hooray.

Change-Id: I784e9728256d1665b85b666d58bc0308bd6614ed
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1463
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'ops')
-rw-r--r--ops/nixos/monorepo-gerrit.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix
index efea263244..bbd753599d 100644
--- a/ops/nixos/monorepo-gerrit.nix
+++ b/ops/nixos/monorepo-gerrit.nix
@@ -18,6 +18,7 @@ in {
     ];
 
     plugins = with config.depot.third_party.gerrit_plugins; [
+      checks
       owners
     ];