We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d66df7 commit 188de76Copy full SHA for 188de76
.buildkite/pipeline.yml
@@ -93,3 +93,16 @@ steps:
93
BENCHMARK_SCALE: "5:5:50"
94
artifacts:
95
- 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