Skip to content

Commit

Permalink
Just one timeout_in_minutes (#171)
Browse files Browse the repository at this point in the history
* Update examples_build.yml

* trigger examples build

* make sure examples run

---------

Co-authored-by: Simone Silvestri <[email protected]>
  • Loading branch information
glwagner and simone-silvestri authored Nov 28, 2024
1 parent 19c5eff commit 4b0d77d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/examples_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: "**"

Expand Down

0 comments on commit 4b0d77d

Please sign in to comment.