tvl-depot/views/kit
Vincent Ambo d8583088b8 feat(tvl-kit): Expose //tools/checks in tvl-kit
This makes CI utility functions available in TVL kit. For now this is
only the Terraform check, but said check has come up in other repos
before so it's useful to centralise here (and we might add more!)

Change-Id: I18acb19fc3407650ab9bad53dfba022dda498c07
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5858
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: asmundo <asmundo@gmail.com>
2022-06-07 09:40:06 +00:00
..
buildkite.yml feat(tvl-kit): Expose lazy-deps 2022-05-02 23:34:55 +00:00
default.nix feat(tvl-kit): Expose //tools/checks in tvl-kit 2022-06-07 09:40:06 +00:00
README.md feat(tvl-kit): Expose //tools/checks in tvl-kit 2022-06-07 09:40:06 +00:00
workspace.josh feat(tvl-kit): Expose //tools/checks in tvl-kit 2022-06-07 09:40:06 +00:00

The TVL Kit

Build status

This folder contains a publicly available version of the core TVL tooling, currently comprising of:

  • buildkite: TVL tooling for dynamically generating Buildkite pipelines with Nix.
  • buildGo: Nix-based build system for Go.
  • readTree: Nix library to dynamically compute attribute trees corresponding to the physical layout of a repository.
  • besadii: Configurable Gerrit/Buildkite integration hook.
  • magrathea: Command-line tool for working with TVL-style monorepos
  • checks: Collection of useful CI checks for Buildkite

It can be accessed via git by cloning it as such:

git clone https://code.tvl.fyi/depot.git:workspace=views/kit.git tvl-kit

If you are looking at this within the TVL depot, you can see the josh configuration in workspace.josh. You will find the projects at slightly different paths within the depot.