From e807825811835a0e53040eb08a4c6b474b4a3f35 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Tue, 19 Mar 2024 09:05:46 -0700 Subject: [PATCH] Add concurrent group for init With this, only one of this jobs can be running at the same time (across pipelines) --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f35cf213e8..bfbc6b4fb0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -66,6 +66,8 @@ steps: - "julia --project=artifacts -e 'using Pkg; Pkg.status()'" - "julia --project=artifacts artifacts/download_artifacts.jl" + concurrency: 1 + concurrency_group: 'depot/climacoupler-ci' agents: slurm_cpus_per_task: 12 slurm_gpus: 1