Skip to content

Commit

Permalink
Relax test groups for faster CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jun 16, 2024
1 parent 4061b2a commit a739f2e
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 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}} + {{matrix.test_group}} + CUDA GPU"
- label: ":julia: Julia {{matrix.julia}} + CUDA GPU"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.julia}}"
Expand All @@ -17,22 +17,13 @@ steps:
cuda: "*"
env:
BACKEND_GROUP: "CUDA"
LUX_TEST_GROUP: "{{matrix.test_group}}"
LUX_TEST_GROUP: "all"
if: build.message !~ /\[skip tests\]/ && build.message !~ /\[skip ci\]/
timeout_in_minutes: 240
matrix:
setup:
julia:
- "1"
test_group:
- "core_layers"
- "contrib"
- "helpers"
- "distributed"
- "normalize_layers"
- "others"
- "autodiff"
- "recurrent_layers"

- group: ":telescope: Downstream CUDA"
steps:
Expand Down Expand Up @@ -62,7 +53,7 @@ steps:

- group: ":julia: AMD GPU"
steps:
- label: ":julia: Julia: {{matrix.julia}} + {{matrix.test_group}} + AMD GPU"
- label: ":julia: Julia: {{matrix.julia}} + AMD GPU"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.julia}}"
Expand All @@ -79,7 +70,7 @@ steps:
JULIA_AMDGPU_HIP_MUST_LOAD: "1"
JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
BACKEND_GROUP: "AMDGPU"
LUX_TEST_GROUP: "{{matrix.test_group}}"
LUX_TEST_GROUP: "all"
agents:
queue: "juliagpu"
rocm: "*"
Expand All @@ -90,15 +81,6 @@ steps:
setup:
julia:
- "1"
test_group:
- "core_layers"
- "contrib"
- "helpers"
- "distributed"
- "normalize_layers"
- "others"
- "autodiff"
- "recurrent_layers"

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

0 comments on commit a739f2e

Please sign in to comment.