Skip to content

Commit 25d757a

Browse files
committed
pip
1 parent 34cf0c3 commit 25d757a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.buildkite/pipeline.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@ steps:
397397
agents:
398398
slurm_mem: 20GB
399399

400-
- label: ":construction: Cloudy Aquaplanet"
401-
key: "cloudy_aquaplanet"
400+
- label: ":construction: Cloudy Slabplanet"
401+
key: "cloudy_slabplanet"
402402
command:
403-
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
404-
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl"
405-
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
403+
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_slabplanet.jl > experiments/ClimaEarth/run_cloudy_slabplanet_short.jl
404+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_slabplanet_short.jl"
405+
artifact_paths: "cloudy_slabplanet/cloudy_slabplanet/clima_atmos/*"
406406
agents:
407407
slurm_mem: 20GB
408408

0 commit comments

Comments
 (0)