Skip to content

Commit

Permalink
ci: try reducing the number of groups
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 8, 2024
1 parent cabb78b commit 8642a7e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .buildkite/testing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- group: ":julia: CUDA GPU"
steps:
- label: ":julia: Julia {{matrix.julia}} + CUDA GPU ({{matrix.group}})"
- label: ":julia: Julia {{matrix.julia}} + CUDA GPU"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.julia}}"
Expand All @@ -24,11 +24,6 @@ steps:
setup:
julia:
- "1.10"
group:
- "!fluxcompat,distributed,recurrent_layers"
- "fluxcompat"
- "distributed"
- "recurrent_layers"

- group: ":telescope: Downstream CUDA"
steps:
Expand Down Expand Up @@ -56,7 +51,7 @@ steps:

- group: ":julia: AMD GPU"
steps:
- label: ":julia: Julia: {{matrix.julia}} + AMD GPU ({{matrix.group}})"
- label: ":julia: Julia: {{matrix.julia}} + AMD GPU"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.julia}}"
Expand All @@ -81,11 +76,6 @@ steps:
setup:
julia:
- "1.10"
group:
- "!fluxcompat,distributed,recurrent_layers"
- "fluxcompat"
- "distributed"
- "recurrent_layers"

- group: ":telescope: Downstream AMD GPU"
steps:
Expand Down

0 comments on commit 8642a7e

Please sign in to comment.