diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 0000000..f1543c6 --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,20 @@ +steps: + - label: "GPU integeration with julia v1.6" # change to "v1" when 1.6 is out + plugins: + - JuliaCI/julia#v1: + version: "1" + - JuliaCI/julia-test#v1: ~ + agents: + queue: "juliagpu" + cuda: "*" + timeout_in_minutes: 60 + + # - label: "GPU nightly" + # plugins: + # - JuliaCI/julia#v1: + # version: "nightly" + # - JuliaCI/julia-test#v1: ~ + # agents: + # queue: "juliagpu" + # cuda: "*" + # timeout_in_minutes: 60 \ No newline at end of file