feat(ops/buildkite): add tvix pipeline
Change-Id: Ie701e0b77c596e07600efd1a59749d05068f0dbc Reviewed-on: https://cl.tvl.fyi/c/depot/+/8006 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
5ac33a227f
commit
4a7ec1006d
2 changed files with 11 additions and 0 deletions
4
ops/buildkite/steps-tvix.yml
Normal file
4
ops/buildkite/steps-tvix.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
steps:
|
||||
- label: ":buildkite: Upload pipeline"
|
||||
command: "buildkite-agent pipeline upload"
|
|
@ -30,6 +30,13 @@ resource "buildkite_pipeline" "depot" {
|
|||
steps = file("./steps-depot.yml")
|
||||
}
|
||||
|
||||
resource "buildkite_pipeline" "tvix" {
|
||||
name = "tvix"
|
||||
description = "Tvix, an exported subset of TVL depot"
|
||||
repository = "https://code.tvl.fyi/depot.git:workspace=views/tvix.git"
|
||||
steps = file("./steps-tvix.yml")
|
||||
}
|
||||
|
||||
resource "buildkite_pipeline" "tvl_kit" {
|
||||
name = "tvl-kit"
|
||||
description = "TVL Kit, an exported subset of TVL depot"
|
||||
|
|
Loading…
Reference in a new issue