diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c9ebb8c08..0c1facd3a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,8 +6,7 @@ steps: - JuliaCI/julia-test#v1: coverage: false # 1000x slowdown agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" timeout_in_minutes: 60 # Don't run Buildkite if the commit message includes the text [skip tests] if: build.message !~ /\[skip tests\]/