Skip to content

Commit 4f357e3

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 25109ad commit 4f357e3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: .buildkite/pipeline.yml

+11-1
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.develop(; url=\"https://github.com/JuliaData/MemPool.jl#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.8
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.9
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 1.10
3943
timeout_in_minutes: 90
4044
<<: *test
@@ -45,6 +49,7 @@ steps:
4549
julia_args: "--threads=1"
4650
- JuliaCI/julia-coverage#v1:
4751
codecov: true
52+
4853
- label: Julia nightly
4954
timeout_in_minutes: 90
5055
<<: *test
@@ -55,6 +60,7 @@ steps:
5560
julia_args: "--threads=1"
5661
- JuliaCI/julia-coverage#v1:
5762
codecov: true
63+
5864
- label: Julia 1.8 (macOS)
5965
timeout_in_minutes: 90
6066
<<: *test
@@ -69,6 +75,7 @@ steps:
6975
julia_args: "--threads=1"
7076
- JuliaCI/julia-coverage#v1:
7177
codecov: true
78+
7279
- label: Julia 1.8 - TimespanLogging
7380
timeout_in_minutes: 20
7481
<<: *test
@@ -78,6 +85,7 @@ steps:
7885
- JuliaCI/julia-coverage#v1:
7986
codecov: true
8087
command: "julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
88+
8189
- label: Julia 1.8 - DaggerWebDash
8290
timeout_in_minutes: 20
8391
<<: *test
@@ -87,6 +95,7 @@ steps:
8795
- JuliaCI/julia-coverage#v1:
8896
codecov: true
8997
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\")'"
98+
9099
- label: Benchmarks
91100
timeout_in_minutes: 120
92101
<<: *bench
@@ -103,6 +112,7 @@ steps:
103112
BENCHMARK_SCALE: "5:5:50"
104113
artifacts:
105114
- benchmarks/result*
115+
106116
- label: DTables.jl stability test
107117
timeout_in_minutes: 20
108118
plugins:

0 commit comments

Comments
 (0)