Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
ci: run on 1.10 and 1
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Oct 8, 2024
1 parent e64998f commit aef7442
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .buildkite/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"

- group: ":telescope: Downstream CUDA"
Expand All @@ -40,7 +41,7 @@ steps:
queue: "juliagpu"
cuda: "*"
if: build.message !~ /\[skip tests\]/ && build.message !~ /\[skip downstream\]/ && build.message !~ /\[skip ci\]/ && build.pull_request.labels includes "run downstream test"
timeout_in_minutes: 60
timeout_in_minutes: 240
matrix:
setup:
repo:
Expand Down Expand Up @@ -70,10 +71,11 @@ steps:
rocm: "*"
rocmgpu: "*"
if: build.message !~ /\[skip tests\]/ && build.message !~ /\[skip ci\]/
timeout_in_minutes: 60
timeout_in_minutes: 240
matrix:
setup:
julia:
- "1.10"
- "1"

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

0 comments on commit aef7442

Please sign in to comment.