From 21765a140705dbd6c89c77ffb974c2143a953f5c Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 6 Apr 2021 17:47:48 +0100 Subject: feat(ops/gerrit-tvl): init TVL Gerrit plugin This is just going to be a grab bag of things which do TVL-specific things to Gerrit, whether that be exposing new Prolog predicates or, as I intend to do as the first thing, expose Buildkite builds as checks. Change-Id: Iaeab987a1fdbd078b85e274691c986489903bf3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2872 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/nixos/monorepo-gerrit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/nixos') diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix index 1c8564e03251..61d8b71a5baa 100644 --- a/ops/nixos/monorepo-gerrit.nix +++ b/ops/nixos/monorepo-gerrit.nix @@ -18,9 +18,9 @@ in { ]; plugins = with depot.third_party.gerrit_plugins; [ - checks owners oauth + depot.ops.gerrit-tvl ]; package = depot.third_party.gerrit; -- cgit 1.4.1