Skip to content

Commit 7981875

Browse files
committed
no buildkite for testing
1 parent 5f6d665 commit 7981875

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

.buildkite/pipeline.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
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
2727

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
3030

31-
cat LocalPreferences.toml
31+
# cat LocalPreferences.toml
3232

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")])'
3636

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
5050

5151
# - group: ":racehorse: Benchmarks"
5252
# steps:

0 commit comments

Comments
 (0)