diff options
author | Luke Granger-Brown <git@lukegb.com> | 2021-04-06T16·47+0100 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2021-04-06T18·43+0000 |
commit | 21765a140705dbd6c89c77ffb974c2143a953f5c (patch) | |
tree | 3daaecee7af9fb0c350ffffe8673c47cda8c9f15 /ops/nixos | |
parent | 79aa14278832be17c41ea179b92047454c511789 (diff) |
feat(ops/gerrit-tvl): init TVL Gerrit plugin r/2452
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 <mail@tazj.in>
Diffstat (limited to 'ops/nixos')
-rw-r--r-- | ops/nixos/monorepo-gerrit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |