Skip to content

Commit 55bd9cc

Browse files
committed
Revert "Temp. revert "CI: Add AMDGPU job""
This reverts commit 925a6f8.
1 parent 925a6f8 commit 55bd9cc

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.buildkite/runtests.yml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,34 @@ steps:
2626
# Don't run Buildkite if the commit message includes the text [skip tests]
2727
if: build.message !~ /\[skip tests\]/
2828

29+
- label: ":julia: [AMDGPU] Run tests on Julia v{{matrix.version}}"
30+
matrix:
31+
setup:
32+
version:
33+
- "1"
34+
env:
35+
GROUP: AMDGPU
36+
plugins:
37+
- JuliaCI/julia#v1:
38+
version: "{{matrix.version}}"
39+
commands:
40+
- |
41+
julia --project=test -e '
42+
import Pkg
43+
Pkg.add(; name = "AMDGPU")'
44+
rm test/Manifest.toml
45+
julia --project -e'
46+
import Pkg
47+
println("+++ :julia: Running tests")
48+
Pkg.test(; coverage=false)'
49+
agents:
50+
queue: "juliagpu"
51+
rocm: "*"
52+
rocmgpu: "*"
53+
timeout_in_minutes: 120
54+
# Don't run Buildkite if the commit message includes the text [skip tests]
55+
if: build.message !~ /\[skip tests\]/
56+
2957
env:
3058
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
31-
# SECRET_CODECOV_TOKEN: "..."
59+
# SECRET_CODECOV_TOKEN: "..."

0 commit comments

Comments
 (0)