tvl-depot/ops/gerrit-tvl
Vincent Ambo e9e8e38db7 fix(ops/gerrit-tvl): Filter builds by commit hash
The patchsetSha is one of the things passed in to the `fetch()`
interface, and Buildkite's API (now?) supports filtering by the commit
hash in addition.

With this combination, we should not accidentally display builds for
the wrong patch set.

Change-Id: I6bb26dd7387f2dd00291990cadd38629ecda999b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5702
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-05-27 22:13:58 +00:00
..
static fix(ops/gerrit-tvl): Filter builds by commit hash 2022-05-27 22:13:58 +00:00
default.nix feat(ops/gerrit-tvl): init TVL Gerrit plugin 2021-04-06 18:43:04 +00:00
HttpModule.java feat(ops/gerrit-tvl): init TVL Gerrit plugin 2021-04-06 18:43:04 +00:00
MANIFEST.MF feat(ops/gerrit-tvl): init TVL Gerrit plugin 2021-04-06 18:43:04 +00:00
README.md feat(ops/gerrit-tvl): init TVL Gerrit plugin 2021-04-06 18:43:04 +00:00

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.