File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff 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+
2957env :
3058 JULIA_PKG_SERVER : " " # it often struggles with our large artifacts
31- # SECRET_CODECOV_TOKEN: "..."
59+ # SECRET_CODECOV_TOKEN: "..."
You can’t perform that action at this time.
0 commit comments