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

remove some ci jobs that are not useful anymore #3194

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 4 additions & 25 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ steps:
--job_id sphere_baroclinic_wave_rhoe
artifact_paths: "sphere_baroclinic_wave_rhoe/output_active/*"

- label: ":computer: no lim ARS baroclinic wave (ρe) equilmoist"
- label: ":computer: no lim baroclinic wave (ρe) equilmoist"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/sphere_baroclinic_wave_rhoe_equilmoist.yml
Expand All @@ -263,7 +263,7 @@ steps:
agents:
slurm_constraint: icelake|cascadelake|skylake|epyc

- label: ":computer: no lim ARS baroclinic wave (ρe) equilmoist (deep sphere)"
- label: ":computer: no lim baroclinic wave (ρe) equilmoist (deep sphere)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/deep_sphere_baroclinic_wave_rhoe_equilmoist.yml
Expand Down Expand Up @@ -296,7 +296,7 @@ steps:
--job_id sphere_held_suarez_rhoe_hightop
artifact_paths: "sphere_held_suarez_rhoe_hightop/output_active/*"

- label: ":computer: no lim ARS held suarez (ρe) equilmoist hightop sponge"
- label: ":computer: no lim held suarez (ρe) equilmoist hightop sponge"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/sphere_held_suarez_rhoe_equilmoist_hightop_sponge.yml
Expand Down Expand Up @@ -438,7 +438,7 @@ steps:
#retry:
# automatic: true

- label: ":computer: MPI no lim ARS aquaplanet (ρe) equilmoist clearsky radiation"
- label: ":computer: MPI no lim aquaplanet (ρe) equilmoist clearsky radiation"
command: >
srun julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $MPI_CONFIG_PATH/mpi_sphere_aquaplanet_rhoe_equilmoist_clearsky.yml
Expand Down Expand Up @@ -476,27 +476,6 @@ steps:
- group: "Configs"
steps:

- label: ":computer: Test IO"
command: >
julia --color=yes --project=examples --threads=8 examples/hybrid/driver.jl
--config_file $CONFIG_PATH/test_io.yml
--job_id test_io
artifact_paths: "test_io/output_active/*"
agents:
slurm_cpus_per_task: 8

- label: ":computer: MPI io test"
command: >
srun julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/test_mpi_io.yml
--job_id test_mpi_io
artifact_paths: "test_mpi_io/output_active/*"
env:
CLIMACOMMS_CONTEXT: "MPI"
agents:
slurm_ntasks: 2
slurm_mem: 16G

# TODO: we should somehow decouple this unit test from the perf env / scripts
- label: ":computer: checkbounds"
command: >
Expand Down
8 changes: 0 additions & 8 deletions config/model_configs/test_io.yml

This file was deleted.

3 changes: 0 additions & 3 deletions config/model_configs/test_mpi_io.yml

This file was deleted.

Loading