Skip to content

Commit

Permalink
ci: add WI to pipeline launch
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 3, 2024
1 parent a2c3448 commit 28a8b17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ steps:
agents:
queue: "juliagpu"

# WeightInitializers Testing
- path:
- "lib/WeightInitializers/"
config:
command: "buildkite-agent pipeline upload .buildkite/testing_weightinitializers.yml"
agents:
queue: "juliagpu"

- label: "Triggering Pipelines (Main Branch / Tag)"
if: build.branch == "main" || build.tag != null
agents:
Expand All @@ -63,3 +71,4 @@ steps:
# Subpackage testing
buildkite-agent pipeline upload .buildkite/testing_luxcuda.yml
buildkite-agent pipeline upload .buildkite/testing_weightinitializers.yml

0 comments on commit 28a8b17

Please sign in to comment.