Skip to content

Commit 966d11e

Browse files
authored
Merge pull request #399 from JuliaParallel/jps/simplify-docs
Simplify and streamline docs, add Shard iteration
2 parents 09f70b0 + 5947a21 commit 966d11e

File tree

23 files changed

+1226
-440
lines changed

23 files changed

+1226
-440
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
if: build.message !~ /\[skip tests\]/
33
agents:
44
queue: "juliaecosystem"
5-
sandbox.jl: "true"
5+
sandbox_capable: "true"
66
os: linux
77
arch: x86_64
88
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'"
99
.bench: &bench
1010
if: build.message =~ /\[run benchmarks\]/
1111
agents:
1212
queue: "juliaecosystem"
13-
sandbox.jl: "true"
13+
sandbox_capable: "true"
1414
os: linux
1515
arch: x86_64
1616
num_cpus: 16
@@ -112,7 +112,7 @@ steps:
112112
JULIA_NUM_THREADS: "4"
113113
agents:
114114
queue: "juliaecosystem"
115-
sandbox.jl: "true"
115+
sandbox_capable: "true"
116116
os: linux
117117
arch: x86_64
118118
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)