diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7a53af80..7d413a0f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -26,8 +26,7 @@ steps: - "deps/*.err" - "*.log" agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" if: build.message !~ /\[skip tests\]/ && (build.branch == "main" || build.pull_request.base_branch == "main" || build.message !~ /\[skip jll\]/) timeout_in_minutes: 44 env: @@ -63,8 +62,7 @@ steps: # - JuliaCI/julia-test#v1: # test_args: "--quickfail" # agents: - # queue: "juliagpu" - # cuda: "{{matrix.cuda}}" + # queue: "cuda" # if: build.message !~ /\[skip tests\]/ # timeout_in_minutes: 30 # env: