|
1 | | -steps: |
2 | | - - group: ":test_tube: Tests" |
3 | | - steps: |
4 | | - - label: ":julia: :linux: CUDA Julia v{{matrix.version}} -- {{matrix.group}} -- {{matrix.runtime}}" |
5 | | - matrix: |
6 | | - setup: |
7 | | - version: |
8 | | - - "1.10" |
9 | | - group: |
10 | | - - core |
11 | | - - neural_networks |
12 | | - - integration |
13 | | - runtime: |
14 | | - - "PJRT" |
15 | | - - "IFRT" |
16 | | - plugins: |
17 | | - - JuliaCI/julia#v1: |
18 | | - version: "{{matrix.version}}" |
19 | | - - JuliaCI/julia-coverage#v1: |
20 | | - codecov: true |
21 | | - dirs: |
22 | | - - src |
23 | | - - ext |
24 | | - - lib/ReactantCore/src |
25 | | - commands: | |
26 | | - touch LocalPreferences.toml |
| 1 | +# steps: |
| 2 | +# - group: ":test_tube: Tests" |
| 3 | +# steps: |
| 4 | +# - label: ":julia: :linux: CUDA Julia v{{matrix.version}} -- {{matrix.group}} -- {{matrix.runtime}}" |
| 5 | +# matrix: |
| 6 | +# setup: |
| 7 | +# version: |
| 8 | +# - "1.10" |
| 9 | +# group: |
| 10 | +# - core |
| 11 | +# - neural_networks |
| 12 | +# - integration |
| 13 | +# runtime: |
| 14 | +# - "PJRT" |
| 15 | +# - "IFRT" |
| 16 | +# plugins: |
| 17 | +# - JuliaCI/julia#v1: |
| 18 | +# version: "{{matrix.version}}" |
| 19 | +# - JuliaCI/julia-coverage#v1: |
| 20 | +# codecov: true |
| 21 | +# dirs: |
| 22 | +# - src |
| 23 | +# - ext |
| 24 | +# - lib/ReactantCore/src |
| 25 | +# commands: | |
| 26 | +# touch LocalPreferences.toml |
27 | 27 |
|
28 | | - echo "[Reactant]" >> LocalPreferences.toml |
29 | | - echo "xla_runtime = \"{{matrix.runtime}}\"" >> LocalPreferences.toml |
| 28 | +# echo "[Reactant]" >> LocalPreferences.toml |
| 29 | +# echo "xla_runtime = \"{{matrix.runtime}}\"" >> LocalPreferences.toml |
30 | 30 |
|
31 | | - cat LocalPreferences.toml |
| 31 | +# cat LocalPreferences.toml |
32 | 32 |
|
33 | | - julia --project=. -e 'println("--- :julia: Instantiating project") |
34 | | - using Pkg |
35 | | - Pkg.develop([PackageSpec(path="lib/ReactantCore")])' |
| 33 | +# julia --project=. -e 'println("--- :julia: Instantiating project") |
| 34 | +# using Pkg |
| 35 | +# Pkg.develop([PackageSpec(path="lib/ReactantCore")])' |
36 | 36 |
|
37 | | - julia --project=. -e 'println("--- :julia: Run Tests") |
38 | | - using Pkg |
39 | | - Pkg.test(; coverage="user")' |
40 | | - agents: |
41 | | - queue: "juliagpu" |
42 | | - cuda: "*" |
43 | | - env: |
44 | | - REACTANT_TEST_GROUP: "{{matrix.group}}" |
45 | | - JULIA_DEBUG: "Reactant,Reactant_jll" |
46 | | - CUDA_VISIBLE_DEVICES: 0 |
47 | | - REACTANT_BACKEND_GROUP: "GPU" |
48 | | - if: build.message !~ /\[skip tests\]/ |
49 | | - timeout_in_minutes: 120 |
| 37 | +# julia --project=. -e 'println("--- :julia: Run Tests") |
| 38 | +# using Pkg |
| 39 | +# Pkg.test(; coverage="user")' |
| 40 | +# agents: |
| 41 | +# queue: "juliagpu" |
| 42 | +# cuda: "*" |
| 43 | +# env: |
| 44 | +# REACTANT_TEST_GROUP: "{{matrix.group}}" |
| 45 | +# JULIA_DEBUG: "Reactant,Reactant_jll" |
| 46 | +# CUDA_VISIBLE_DEVICES: 0 |
| 47 | +# REACTANT_BACKEND_GROUP: "GPU" |
| 48 | +# if: build.message !~ /\[skip tests\]/ |
| 49 | +# timeout_in_minutes: 120 |
50 | 50 |
|
51 | | - # - label: ":julia: :linux: AMDGPU Julia v{{matrix.version}} -- {{matrix.group}} -- {{matrix.runtime}}" |
52 | | - # matrix: |
53 | | - # setup: |
54 | | - # version: |
55 | | - # - "1.10" |
56 | | - # group: |
57 | | - # - core |
58 | | - # - neural_networks |
59 | | - # - integration |
60 | | - # runtime: |
61 | | - # - "IFRT" |
62 | | - # plugins: |
63 | | - # - JuliaCI/julia#v1: |
64 | | - # version: "{{matrix.version}}" |
65 | | - # - JuliaCI/julia-coverage#v1: |
66 | | - # codecov: true |
67 | | - # dirs: |
68 | | - # - src |
69 | | - # - ext |
70 | | - # - lib/ReactantCore/src |
71 | | - # agents: |
72 | | - # queue: "juliagpu" |
73 | | - # rocm: "*" |
74 | | - # commands: | |
75 | | - # touch LocalPreferences.toml |
| 51 | +# # - label: ":julia: :linux: AMDGPU Julia v{{matrix.version}} -- {{matrix.group}} -- {{matrix.runtime}}" |
| 52 | +# # matrix: |
| 53 | +# # setup: |
| 54 | +# # version: |
| 55 | +# # - "1.10" |
| 56 | +# # group: |
| 57 | +# # - core |
| 58 | +# # - neural_networks |
| 59 | +# # - integration |
| 60 | +# # runtime: |
| 61 | +# # - "IFRT" |
| 62 | +# # plugins: |
| 63 | +# # - JuliaCI/julia#v1: |
| 64 | +# # version: "{{matrix.version}}" |
| 65 | +# # - JuliaCI/julia-coverage#v1: |
| 66 | +# # codecov: true |
| 67 | +# # dirs: |
| 68 | +# # - src |
| 69 | +# # - ext |
| 70 | +# # - lib/ReactantCore/src |
| 71 | +# # agents: |
| 72 | +# # queue: "juliagpu" |
| 73 | +# # rocm: "*" |
| 74 | +# # commands: | |
| 75 | +# # touch LocalPreferences.toml |
76 | 76 |
|
77 | | - # echo "[Reactant]" >> LocalPreferences.toml |
78 | | - # echo "xla_runtime = \"{{matrix.runtime}}\"" >> LocalPreferences.toml |
| 77 | +# # echo "[Reactant]" >> LocalPreferences.toml |
| 78 | +# # echo "xla_runtime = \"{{matrix.runtime}}\"" >> LocalPreferences.toml |
79 | 79 |
|
80 | | - # cat LocalPreferences.toml |
| 80 | +# # cat LocalPreferences.toml |
81 | 81 |
|
82 | | - # julia --project=. -e 'println("--- :julia: Instantiating project") |
83 | | - # using Pkg |
84 | | - # Pkg.develop([PackageSpec(path="lib/ReactantCore")])' |
| 82 | +# # julia --project=. -e 'println("--- :julia: Instantiating project") |
| 83 | +# # using Pkg |
| 84 | +# # Pkg.develop([PackageSpec(path="lib/ReactantCore")])' |
85 | 85 |
|
86 | | - # julia --project=. -e 'println("--- :julia: Run Tests") |
87 | | - # using Pkg |
88 | | - # Pkg.test(; coverage="user")' |
89 | | - # env: |
90 | | - # REACTANT_TEST_GROUP: "{{matrix.group}}" |
91 | | - # JULIA_DEBUG: "Reactant,Reactant_jll" |
92 | | - # CUDA_VISIBLE_DEVICES: 0 |
93 | | - # if: build.message !~ /\[skip tests\]/ |
94 | | - # timeout_in_minutes: 120 |
| 86 | +# # julia --project=. -e 'println("--- :julia: Run Tests") |
| 87 | +# # using Pkg |
| 88 | +# # Pkg.test(; coverage="user")' |
| 89 | +# # env: |
| 90 | +# # REACTANT_TEST_GROUP: "{{matrix.group}}" |
| 91 | +# # JULIA_DEBUG: "Reactant,Reactant_jll" |
| 92 | +# # CUDA_VISIBLE_DEVICES: 0 |
| 93 | +# # if: build.message !~ /\[skip tests\]/ |
| 94 | +# # timeout_in_minutes: 120 |
0 commit comments