Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just one timeout_in_minutes #171

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
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
Loading