From f506c265a4a0c4d11eac4f3a74622ff129d4496e Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Tue, 30 Apr 2024 09:49:42 -0700 Subject: [PATCH 1/2] Remove compat_depot Lately, we've often seen issues with the shared depot. This PR disables it. This comes at no cost to us or any other package since this shared depot is only used by ClimaLand at the moment --- .buildkite/pipeline.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a20f2e303d..46055bec33 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -171,7 +171,3 @@ steps: depends_on: - "global_bucket_temporalmap_cpu" - "global_bucket_temporalmap_gpu" - - - wait - - - command: "compact_depot" From e808054b98f52f820eeb01acea69efe4289677f1 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Tue, 30 Apr 2024 10:20:43 -0700 Subject: [PATCH 2/2] Add concurrency group --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 46055bec33..241f0a4625 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -13,6 +13,8 @@ env: steps: - label: "init environment :computer:" key: "init_cpu_env" + concurrency: 1 + concurrency_group: 'depot/climaland-ci' command: - "echo $$JULIA_DEPOT_PATH"