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 cf62037
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
35 changes: 24 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,24 @@ steps:
command: "buildkite-agent pipeline upload .buildkite/testing.yml"
agents:
queue: "juliagpu"

# LuxCUDA Testing
- path:
- "src/"
- "ext/"
- "test/"
- "Project.toml"
- "docs/"
- "examples/"
- ".buildkite/"
- "lib/LuxCUDA/"
config:
command: "buildkite-agent pipeline upload .buildkite/documentation.yml"
command: "buildkite-agent pipeline upload .buildkite/testing_luxcuda.yml"
agents:
queue: "juliagpu"

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

# Benchmarks
- path:
- "src/"
- "ext/"
Expand All @@ -44,11 +50,17 @@ steps:
agents:
queue: "juliagpu"

# LuxCUDA Testing
# Documentation
- path:
- "lib/LuxCUDA/"
- "src/"
- "ext/"
- "test/"
- "Project.toml"
- "docs/"
- "examples/"
- ".buildkite/"
config:
command: "buildkite-agent pipeline upload .buildkite/testing_luxcuda.yml"
command: "buildkite-agent pipeline upload .buildkite/documentation.yml"
agents:
queue: "juliagpu"

Expand All @@ -63,3 +75,4 @@ steps:
# Subpackage testing
buildkite-agent pipeline upload .buildkite/testing_luxcuda.yml
buildkite-agent pipeline upload .buildkite/testing_weightinitializers.yml
4 changes: 2 additions & 2 deletions .buildkite/testing_weightinitializers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ steps:
- "1.10"
- "1"

- group: ":julia: AMD GPU"
- group: ":julia: (WeightInitializers) AMD GPU"
steps:
- label: ":julia: Julia: {{matrix.julia}} + AMD GPU"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.julia}}"
-JuliaCI/julia-coverage#v1:
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- lib/WeightInitializers/src
Expand Down

0 comments on commit cf62037

Please sign in to comment.