Skip to content

Commit 925a6f8

Browse files
committed
Temp. revert "CI: Add AMDGPU job"
Until CUDA is working This reverts commit be1bfb4.
1 parent ca8ffcf commit 925a6f8

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.buildkite/runtests.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,6 @@ 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-
5729
env:
5830
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
59-
# SECRET_CODECOV_TOKEN: "..."
31+
# SECRET_CODECOV_TOKEN: "..."

0 commit comments

Comments
 (0)