From a89695c4c56f05451bfcd94400d99865f8de6366 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 24 Oct 2023 18:34:30 +0300 Subject: chore(tvix): move buildkite.yml from views/tvix to tvix/ This should remove the ambiguity on where buildkite.yml should show up at least. We might still want to move workspace.josh into tvix/ too at some point, but that's blocked on https://github.com/josh-project/josh/issues/1287 This commit doesn't cause any change in views/tvix, with a previous version of this commit added to my HEAD, I ran josh-filter to verify it still points to ce0df88561fee8a4d6052ca9f2a1792f899a202a. Change-Id: Ic03e92260dc7725bc2fcf01b7c72a097d92c028e Reviewed-on: https://cl.tvl.fyi/c/depot/+/9828 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/buildkite.yml | 9 +++++++++ views/tvix/buildkite.yml | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 tvix/buildkite.yml delete mode 100644 views/tvix/buildkite.yml diff --git a/tvix/buildkite.yml b/tvix/buildkite.yml new file mode 100644 index 000000000000..4001ba9b9cdb --- /dev/null +++ b/tvix/buildkite.yml @@ -0,0 +1,9 @@ +# 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" diff --git a/views/tvix/buildkite.yml b/views/tvix/buildkite.yml deleted file mode 100644 index 4001ba9b9cdb..000000000000 --- a/views/tvix/buildkite.yml +++ /dev/null @@ -1,9 +0,0 @@ -# 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" -- cgit 1.4.1