ClimaAtmos-CI
PublicCI for ClimaAtmos.jl
Use LazyBroadcast for diagnostics
Failed in 1m 25s
init ๐ปecho $JULIA_DEPOT_PATH && echo "--- Instantiate project" && julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)' && julia --project -e 'using Pkg; Pkg.precompile()' && julia --project -e 'using Pkg; Pkg.status()' && echo "--- Instantiate examples" && julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true)' && julia --project=examples -e 'using Pkg; Pkg.precompile()' && julia --project=examples -e 'using CUDA; CUDA.precompile_runtime()' && julia --project=examples -e 'using Pkg; Pkg.status()' && echo "--- Instantiate perf" && julia --project=perf -e 'using Pkg; Pkg.instantiate(;verbose=true)' && julia --project=perf -e 'using Pkg; Pkg.precompile()' && julia --project=perf -e 'using Pkg; Pkg.status()' && echo "--- Instantiate calibration/test" && julia --project=calibration/test -e 'using Pkg; Pkg.develop(;path="."); Pkg.instantiate(;verbose=true)' && julia --project=calibration/test -e 'using Pkg; Pkg.precompile()' && julia --project=calibration/test -e 'using Pkg; Pkg.status()' && echo "--- Download artifacts" && julia --project=examples artifacts/download_artifacts.jl
Waited 13s
Ran in 57s
Total Job Run Time: 1m 11s