Skip to content

Commit 188de76

Browse files
authored
Add DTables.jl CI run (#366)
1 parent 1d66df7 commit 188de76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,16 @@ steps:
9393
BENCHMARK_SCALE: "5:5:50"
9494
artifacts:
9595
- benchmarks/result*
96+
- label: DTables.jl stability test
97+
timeout_in_minutes: 20
98+
plugins:
99+
- JuliaCI/julia#v1:
100+
version: "1.8"
101+
env:
102+
JULIA_NUM_THREADS: "4"
103+
agents:
104+
queue: "juliaecosystem"
105+
sandbox.jl: "true"
106+
os: linux
107+
arch: x86_64
108+
command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t4 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"

0 commit comments

Comments
 (0)