about summary refs log tree commit diff
path: root/views/kit/buildkite.yml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-02-11T10·10+0300
committerclbot <clbot@tvl.fyi>2022-02-14T10·47+0000
commit82ba42c4396c35e8bf69535af311e9b9f0cffa17 (patch)
treeeeaffa7a0a9c8e2599fce346afea446ffacaadd5 /views/kit/buildkite.yml
parent8df073a1e088cd86e9851e8b0a12f12bd50793c0 (diff)
feat(tvl-kit): add magrathea to TVL kit r/3821
this tool is generically useful for other TVL-like setups

Change-Id: I182259a7ddb61b4ebdce98ef7893a0ac58a6baec
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5271
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
Diffstat (limited to 'views/kit/buildkite.yml')
-rw-r--r--views/kit/buildkite.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/kit/buildkite.yml b/views/kit/buildkite.yml
index cf6795f211..406e81aad0 100644
--- a/views/kit/buildkite.yml
+++ b/views/kit/buildkite.yml
@@ -6,3 +6,5 @@
 steps:
   - command: "nix-build --no-out-link -A besadii"
     label: ":nix: besadii"
+  - command: "nix-build --no-out-link -A magrathea"
+    label: ":nix: magrathea"