-
Notifications
You must be signed in to change notification settings - Fork 21
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
Make all steps in buildkite pipeline use reservation #3597
Conversation
0e5926f
to
b2ed4b4
Compare
calibration/test/pipeline.yml
Outdated
slurm_mem: 8G | ||
modules: climacommon/2024_12_16 | ||
env: | ||
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed
calibration/test/pipeline.yml
Outdated
CONFIG_PATH: "config/model_configs" | ||
GPU_CONFIG_PATH: "config/gpu_configs" | ||
PERF_CONFIG_PATH: "config/perf_configs" | ||
MPI_CONFIG_PATH: "config/mpi_configs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are also not needed
calibration/test/pipeline.yml
Outdated
- "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 .buildkite" | ||
- "julia --project=.buildkite -e 'using Pkg; Pkg.instantiate(;verbose=true)'" | ||
- "julia --project=.buildkite -e 'using Pkg; Pkg.precompile()'" | ||
- "julia --project=.buildkite -e 'using CUDA; CUDA.precompile_runtime()'" | ||
- "julia --project=.buildkite -e 'using Pkg; Pkg.status()'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In here, we only need the calibration env
calibration/test/pipeline.yml
Outdated
- wait: ~ | ||
continue_on_failure: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed
28a943e
to
37c31a7
Compare
Reduce flame graph: perf target (prognostic edmfx aquaplanet) memory to 32 GB, remove threaded benchmark and flame graph, and move calibration to its own pipeline. Update calibration pipeline
37c31a7
to
3de7150
Compare
Purpose
There were five steps in the build kite pipeline that did not use the slurm reservation:
To-do
Content
The above steps were modified as following: