Skip to content

Commit 4013384

Browse files
committed
Dev the migration-helper branch of MemPool.jl
This is currently necessary for the streaming branch, we'll have to change this later but it's good to have CI working for now.
1 parent 74a751a commit 4013384

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
sandbox_capable: "true"
66
os: linux
77
arch: x86_64
8-
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'"
8+
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.add(; url=\"https://github.com/JuliaData/MemPool.jl\", rev=\"jps/migration-helper\")'"
9+
910
.bench: &bench
1011
if: build.message =~ /\[run benchmarks\]/
1112
agents:
@@ -14,6 +15,7 @@
1415
os: linux
1516
arch: x86_64
1617
num_cpus: 16
18+
1719
steps:
1820
- label: Julia 1.9
1921
timeout_in_minutes: 90
@@ -25,6 +27,7 @@ steps:
2527
julia_args: "--threads=1"
2628
- JuliaCI/julia-coverage#v1:
2729
codecov: true
30+
2831
- label: Julia 1.10
2932
timeout_in_minutes: 90
3033
<<: *test
@@ -35,6 +38,7 @@ steps:
3538
julia_args: "--threads=1"
3639
- JuliaCI/julia-coverage#v1:
3740
codecov: true
41+
3842
- label: Julia nightly
3943
timeout_in_minutes: 90
4044
<<: *test
@@ -77,6 +81,7 @@ steps:
7781
- JuliaCI/julia-coverage#v1:
7882
codecov: true
7983
command: "julia -e 'using Pkg; Pkg.develop(;path=pwd()); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.develop(;path=\"lib/DaggerWebDash\"); include(\"lib/DaggerWebDash/test/runtests.jl\")'"
84+
8085
- label: Benchmarks
8186
timeout_in_minutes: 120
8287
<<: *bench
@@ -93,6 +98,7 @@ steps:
9398
BENCHMARK_SCALE: "5:5:50"
9499
artifacts:
95100
- benchmarks/result*
101+
96102
- label: DTables.jl stability test
97103
timeout_in_minutes: 20
98104
plugins:

0 commit comments

Comments
 (0)