Skip to content

Commit 36de58c

Browse files
author
Olivia Alcabes
committed
commenting out most of the pipeline for now
1 parent 20d7689 commit 36de58c

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -249,46 +249,46 @@ steps:
249249
CLIMACOMMS_DEVICE: "CUDA"
250250
JOB_NAME: "amip_target_edonly_nonequil_50_fast"
251251

252-
- label: ":computer: amip target edonly edmf nonequil (dt = 200, slow relaxation)"
253-
command:
254-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
255-
artifact_paths: "$$JOB_NAME/output_active/*"
256-
agents:
257-
slurm_gpus: 1
258-
slurm_time: 24:00:00
259-
env:
260-
CLIMACOMMS_DEVICE: "CUDA"
261-
JOB_NAME: "amip_target_edonly_nonequil_200_slow"
252+
# - label: ":computer: amip target edonly edmf nonequil (dt = 200, slow relaxation)"
253+
# command:
254+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
255+
# artifact_paths: "$$JOB_NAME/output_active/*"
256+
# agents:
257+
# slurm_gpus: 1
258+
# slurm_time: 24:00:00
259+
# env:
260+
# CLIMACOMMS_DEVICE: "CUDA"
261+
# JOB_NAME: "amip_target_edonly_nonequil_200_slow"
262262

263-
- label: ":computer: amip target edonly edmf nonequil (dt = 200, fast relaxation)"
264-
command:
265-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
266-
artifact_paths: "$$JOB_NAME/output_active/*"
267-
agents:
268-
slurm_gpus: 1
269-
slurm_time: 24:00:00
270-
env:
271-
CLIMACOMMS_DEVICE: "CUDA"
272-
JOB_NAME: "amip_target_edonly_nonequil_200_fast"
263+
# - label: ":computer: amip target edonly edmf nonequil (dt = 200, fast relaxation)"
264+
# command:
265+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
266+
# artifact_paths: "$$JOB_NAME/output_active/*"
267+
# agents:
268+
# slurm_gpus: 1
269+
# slurm_time: 24:00:00
270+
# env:
271+
# CLIMACOMMS_DEVICE: "CUDA"
272+
# JOB_NAME: "amip_target_edonly_nonequil_200_fast"
273273

274-
- label: ":computer: amip target edonly edmf nonequil (dt = 600, slow relaxation)"
275-
command:
276-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
277-
artifact_paths: "$$JOB_NAME/output_active/*"
278-
agents:
279-
slurm_gpus: 1
280-
slurm_time: 24:00:00
281-
env:
282-
CLIMACOMMS_DEVICE: "CUDA"
283-
JOB_NAME: "amip_target_edonly_nonequil_600_slow"
274+
# - label: ":computer: amip target edonly edmf nonequil (dt = 600, slow relaxation)"
275+
# command:
276+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
277+
# artifact_paths: "$$JOB_NAME/output_active/*"
278+
# agents:
279+
# slurm_gpus: 1
280+
# slurm_time: 24:00:00
281+
# env:
282+
# CLIMACOMMS_DEVICE: "CUDA"
283+
# JOB_NAME: "amip_target_edonly_nonequil_600_slow"
284284

285-
- label: ":computer: amip target edonly edmf nonequil (dt = 600, fast relaxation)"
286-
command:
287-
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
288-
artifact_paths: "$$JOB_NAME/output_active/*"
289-
agents:
290-
slurm_gpus: 1
291-
slurm_time: 24:00:00
292-
env:
293-
CLIMACOMMS_DEVICE: "CUDA"
294-
JOB_NAME: "amip_target_edonly_nonequil_600_fast"
285+
# - label: ":computer: amip target edonly edmf nonequil (dt = 600, fast relaxation)"
286+
# command:
287+
# - srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
288+
# artifact_paths: "$$JOB_NAME/output_active/*"
289+
# agents:
290+
# slurm_gpus: 1
291+
# slurm_time: 24:00:00
292+
# env:
293+
# CLIMACOMMS_DEVICE: "CUDA"
294+
# JOB_NAME: "amip_target_edonly_nonequil_600_fast"

0 commit comments

Comments
 (0)