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 <mail@tazj.in>
This commit is contained in:
Luke Granger-Brown 2021-04-06 17:47:48 +01:00 committed by lukegb
parent 79aa142788
commit 21765a1407
6 changed files with 59 additions and 1 deletions

6
ops/gerrit-tvl/README.md Normal file
View file

@ -0,0 +1,6 @@
# gerrit-tvl
A Gerrit plugin that does TVL-specific things.
You probably want to take inspiration from this rather than using it directly,
as it has a variety of TVL-ish assumptions baked into it.