|
1 | 1 | steps: |
2 | 2 | # 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 |
20 | 20 |
|
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")' |
24 | 24 |
|
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 |
28 | 28 |
|
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 |
50 | 50 |
|
51 | 51 | # # then, test supported CUDA toolkits (installed through the artifact system) |
52 | 52 | # - group: "CUDA" |
|
0 commit comments