Skip to content

Commit

Permalink
Buildkite CI configuration for GPU testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 10, 2024
1 parent 0ccd128 commit 24ec46b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
env:
SECRET_CODECOV_TOKEN: "z6LGkbwwCYO3tfyKMlhqpDWi2xYoxEUe08LJadj8uNPrauloZLm8WedTr401kfG0qJ3cn8B+8VxtqmdPqFslR3HyQ6tR3jce/7HPil6M2//zASmFDa0q1SNdkpCdW8P40hUb3B/TWzuDerpIVRF2ZlT2o1c89moJKsnHzXZ1tiRmfV9bbi0sxwDjiOMKH/+zCE98qbrgAxT4fCd0mJygQ8DYgssqcx2F4K/9gxPwjnGqXnN1Naqecm6qX4u7cKUzhUk3j7rRSR9nsAoRuudPPC2z3Kxqi6Ck+miao7anVZsjKjiQRwXaz0XO5J+c6qELhR/Q6qCaIi3gDGyon9S5Rg==;U2FsdGVkX18YJRg3/sVemL2NXTl0m+AElZmGQ2zH64beto1uHlwqOB52ZY0xetmcJNw/vWKb0VCP1e2FX8JcoA=="

steps:
- label: "Julia v1"
plugins:
- JuliaCI/julia#v1:
version: "1"
# - JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
command: |
julia --version
agents:
queue: "juliagpu"
cuda: "*"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 60

0 comments on commit 24ec46b

Please sign in to comment.