From 21217ab7b3dc94646f2b2e21ac534f0eb76811f9 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Sat, 25 May 2024 01:30:08 +0200 Subject: [PATCH] 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. --- .buildkite/pipeline.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 05519c9bf..f95b24fd0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,7 +5,8 @@ sandbox_capable: "true" os: linux arch: x86_64 - command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'" + command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.add(; url=\"https://github.com/JuliaData/MemPool.jl\", rev=\"jps/migration-helper\")'" + .bench: &bench if: build.message =~ /\[run benchmarks\]/ agents: @@ -14,6 +15,7 @@ os: linux arch: x86_64 num_cpus: 16 + steps: - label: Julia 1.8 timeout_in_minutes: 90 @@ -25,6 +27,7 @@ steps: julia_args: "--threads=1" - JuliaCI/julia-coverage#v1: codecov: true + - label: Julia 1.9 timeout_in_minutes: 90 <<: *test @@ -35,6 +38,7 @@ steps: julia_args: "--threads=1" - JuliaCI/julia-coverage#v1: codecov: true + - label: Julia 1.10 timeout_in_minutes: 90 <<: *test @@ -45,6 +49,7 @@ steps: julia_args: "--threads=1" - JuliaCI/julia-coverage#v1: codecov: true + - label: Julia nightly timeout_in_minutes: 90 <<: *test @@ -55,6 +60,7 @@ steps: julia_args: "--threads=1" - JuliaCI/julia-coverage#v1: codecov: true + - label: Julia 1.8 (macOS) timeout_in_minutes: 90 <<: *test @@ -69,6 +75,7 @@ steps: julia_args: "--threads=1" - JuliaCI/julia-coverage#v1: codecov: true + - label: Julia 1.8 - TimespanLogging timeout_in_minutes: 20 <<: *test @@ -78,6 +85,7 @@ steps: - JuliaCI/julia-coverage#v1: codecov: true command: "julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'" + - label: Julia 1.8 - DaggerWebDash timeout_in_minutes: 20 <<: *test @@ -87,6 +95,7 @@ steps: - JuliaCI/julia-coverage#v1: codecov: true 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\")'" + - label: Benchmarks timeout_in_minutes: 120 <<: *bench @@ -103,6 +112,7 @@ steps: BENCHMARK_SCALE: "5:5:50" artifacts: - benchmarks/result* + - label: DTables.jl stability test timeout_in_minutes: 20 plugins: