Skip to content

Commit

Permalink
[CI] Don't run unit tests on Intel GPUs
Browse files Browse the repository at this point in the history
`oneAPI.jl` is not stable enough.
  • Loading branch information
amontoison authored Oct 6, 2024
1 parent 9109b0d commit d730cb0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ steps:
include("test/gpu/amd.jl")'
timeout_in_minutes: 30

- label: "Intel GPUs -- oneAPI.jl"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
agents:
queue: "juliagpu"
intel: "*"
command: |
julia --color=yes --project -e '
using Pkg
Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
# Pkg.add("oneAPI")
Pkg.add("KernelAbstractions")
Pkg.instantiate()
include("test/gpu/intel.jl")'
timeout_in_minutes: 30
# - label: "Intel GPUs -- oneAPI.jl"
# plugins:
# - JuliaCI/julia#v1:
# version: "1.10"
# agents:
# queue: "juliagpu"
# intel: "*"
# command: |
# julia --color=yes --project -e '
# using Pkg
# Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
# # Pkg.add("oneAPI")
# Pkg.add("KernelAbstractions")
# Pkg.instantiate()
# include("test/gpu/intel.jl")'
# timeout_in_minutes: 30

- label: "Apple M1 GPUs -- Metal.jl"
plugins:
Expand Down

0 comments on commit d730cb0

Please sign in to comment.