about summary refs log tree commit diff
path: root/ci-builds.nix
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
commita8bc8357d869f28f86d30b1f95de34331e26d5be (patch)
treeb64bbb49e27a9e778410a563788814548ff804b5 /ci-builds.nix
parente780435d09207b84dff49c870e875ad3f052b2fe (diff)
feat(3p/gerrit_plugins): init Gerrit checks plugin r/1489
The Gerrit Checks plugin adds a new tab to the Gerrit UI, which is
intended for display of status of automated checks which are being run.
We can use this for e.g. reporting the run status of our CI builds/other
stuff.

Change-Id: Ib0d9a8ae68061a76191a56d467d915100b766e1b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1462
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'ci-builds.nix')
-rw-r--r--ci-builds.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix
index 6b7f48f44d..01dd6d58e9 100644
--- a/ci-builds.nix
+++ b/ci-builds.nix
@@ -70,6 +70,7 @@ in lib.fix (self: {
 
   gerrit = with depot.third_party.gerrit_plugins; [
     depot.third_party.gerrit
+    checks
     owners
   ];