From 4b0d77d33e675a914d4ef64000d8eae9c9539d80 Mon Sep 17 00:00:00 2001 From: "Gregory L. Wagner" Date: Thu, 28 Nov 2024 09:21:29 -0800 Subject: [PATCH] Just one `timeout_in_minutes` (#171) * Update examples_build.yml * trigger examples build * make sure examples run --------- Co-authored-by: Simone Silvestri --- .buildkite/examples_build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.buildkite/examples_build.yml b/.buildkite/examples_build.yml index bf901f4e..b5be821e 100644 --- a/.buildkite/examples_build.yml +++ b/.buildkite/examples_build.yml @@ -4,8 +4,6 @@ agents: modules: climacommon/2024_05_27 slurm_time: 48:00:00 -timeout_in_minutes: 1440 - env: JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite" OPENBLAS_NUM_THREADS: 1 @@ -45,7 +43,7 @@ steps: env: JULIA_DEBUG: "Documenter" # This environment variable is needed to avoid SSL verification errors when Downloads.jl - # tries to download the bathymetry data. It should not be required so we need to fix our certificates. + # tries to download the bathymetry data. It should not be required so we need to fix our certificates # and remove this environment variable. ref: https://github.com/JuliaLang/Downloads.jl/issues/97 JULIA_SSL_NO_VERIFY: "**"