Skip to content

Commit 3fba940

Browse files
committed
shtgbr
1 parent ac2b7fc commit 3fba940

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

.buildkite/pipeline.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
steps:
22
# first, test supported Julia versions (using local CUDA as installed on the system)
3-
- group: ":julia: Julia"
4-
key: "julia"
5-
steps:
6-
- label: "Julia {{matrix.julia}}"
7-
plugins:
8-
- JuliaCI/julia#v1:
9-
version: "{{matrix.julia}}"
10-
- JuliaCI/julia-coverage#v1:
11-
dirs:
12-
- src
13-
- lib
14-
- examples
15-
agents:
16-
queue: "juliagpu"
17-
cuda: "*"
18-
commands: |
19-
echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
3+
# - group: ":julia: Julia"
4+
# key: "julia"
5+
# steps:
6+
# - label: "Julia {{matrix.julia}}"
7+
# plugins:
8+
# - JuliaCI/julia#v1:
9+
# version: "{{matrix.julia}}"
10+
# - JuliaCI/julia-coverage#v1:
11+
# dirs:
12+
# - src
13+
# - lib
14+
# - examples
15+
# agents:
16+
# queue: "juliagpu"
17+
# cuda: "*"
18+
# commands: |
19+
# echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
2020

21-
julia -e 'println("--- :julia: Developing KernelAbstractions")
22-
using Pkg
23-
Pkg.add(url="https://github.com/christiangnrd/KernelAbstractions.jl", rev="intrinsics")'
21+
# julia -e 'println("--- :julia: Developing KernelAbstractions")
22+
# using Pkg
23+
# Pkg.add(url="https://github.com/christiangnrd/KernelAbstractions.jl", rev="intrinsics")'
2424

25-
julia -e 'println("--- :julia: Instantiating project")
26-
using Pkg
27-
Pkg.develop(; path=pwd())' || exit 3
25+
# julia -e 'println("--- :julia: Instantiating project")
26+
# using Pkg
27+
# Pkg.develop(; path=pwd())' || exit 3
2828

29-
julia -e 'println("+++ :julia: Running tests")
30-
using Pkg
31-
Pkg.test("CUDA"; coverage=true)'
32-
if: |
33-
build.message =~ /\[only tests\]/ ||
34-
build.message =~ /\[only julia\]/ ||
35-
build.message !~ /\[only/ &&
36-
build.message !~ /\[skip tests\]/ &&
37-
build.message !~ /\[skip julia\]/
38-
timeout_in_minutes: 90
39-
matrix:
40-
setup:
41-
julia:
42-
- "1.10"
43-
- "1.11"
44-
- "1.12"
45-
- "nightly"
46-
adjustments:
47-
- with:
48-
julia: "nightly"
49-
soft_fail: true
29+
# julia -e 'println("+++ :julia: Running tests")
30+
# using Pkg
31+
# Pkg.test("CUDA"; coverage=true)'
32+
# if: |
33+
# build.message =~ /\[only tests\]/ ||
34+
# build.message =~ /\[only julia\]/ ||
35+
# build.message !~ /\[only/ &&
36+
# build.message !~ /\[skip tests\]/ &&
37+
# build.message !~ /\[skip julia\]/
38+
# timeout_in_minutes: 90
39+
# matrix:
40+
# setup:
41+
# julia:
42+
# - "1.10"
43+
# - "1.11"
44+
# - "1.12"
45+
# - "nightly"
46+
# adjustments:
47+
# - with:
48+
# julia: "nightly"
49+
# soft_fail: true
5050

5151
# # then, test supported CUDA toolkits (installed through the artifact system)
5252
# - group: "CUDA"

0 commit comments

Comments
 (0)