From e099dd38da5264b9798c0969c57f773a7cf6ba97 Mon Sep 17 00:00:00 2001 From: lenka Date: Tue, 2 Apr 2024 11:46:37 -0700 Subject: [PATCH] try to fail, turn off depot --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 01358dc04..68688e048 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,7 +5,7 @@ agents: env: JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite" - JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/cpu" + # JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/cpu" OPENBLAS_NUM_THREADS: 1 JULIA_NVTX_CALLBACKS: gc OMPI_MCA_opal_warn_on_missing_libcuda: 0 @@ -66,8 +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' + # concurrency: 1 + # concurrency_group: 'depot/climacoupler-ci' agents: slurm_cpus_per_task: 12 slurm_gpus: 1