tvl-depot/tvix/buildkite.yml
Florian Klink de68d8321f feat(tvix/buildkite): apply a 10 minutes timeout
We should cap the time of a `cargo build && cargo test` to a reasonable
amount of time.

Change-Id: If618198459ac267f9f6d7eb60466534a95a95c2c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11404
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2024-04-13 11:44:37 +00:00

10 lines
317 B
YAML

# Build pipeline for the filtered //views/tvix workspace of depot. This
# pipeline is triggered by each build of canon.
#
# Pipeline status is visible on https://buildkite.com/tvl/tvix
steps:
- label: ":crab: cargo build"
command: |
nix-shell --run "cargo build && cargo test"
timeout_in_minutes: 10