From 188de76821513ec946cc5790ea7ad7b7187e3171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Guli=C5=84ski?= Date: Mon, 14 Nov 2022 16:19:26 +0100 Subject: [PATCH] Add DTables.jl CI run (#366) --- .buildkite/pipeline.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8f3bb2f07..f46473b40 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -93,3 +93,16 @@ steps: BENCHMARK_SCALE: "5:5:50" artifacts: - benchmarks/result* + - label: DTables.jl stability test + timeout_in_minutes: 20 + plugins: + - JuliaCI/julia#v1: + version: "1.8" + env: + JULIA_NUM_THREADS: "4" + agents: + queue: "juliaecosystem" + sandbox.jl: "true" + os: linux + arch: x86_64 + 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()'"