|
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 | 51 | # - group: ":racehorse: Benchmarks"
|
52 | 52 | # steps:
|
|
0 commit comments