File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ steps:
126126 if : build.env("LONGER_RUN") != null
127127 steps :
128128 - label : " Snowy Land, 19 years"
129+ key : " snowy_land_pmodel_run"
129130 command :
130131 - julia --color=yes --project=.buildkite experiments/long_runs/snowy_land_pmodel.jl
131132 artifact_paths :
@@ -138,8 +139,10 @@ steps:
138139 LONGER_RUN : " "
139140
140141 - label : " Send simulation output to Azure VM for visualization"
142+ depends_on :
143+ - " snowy_land_pmodel_run"
141144 command :
142- - rsync -avz "/scratch/clima/slurm-buildkite/climaland-long-runs/$BUILDKITE_BUILD_NUMBER/climaland-long-runs/snowy_land_pmodel_longrun_gpu/global_diagnostics/output_active/"* azure-arenchon:/home/arenchon/GitHub/ClimaViz.jl/data/climaland-longrun/
145+ - rsync -avz "/scratch/clima/slurm-buildkite/climaland-long-runs/$BUILDKITE_BUILD_NUMBER/climaland-long-runs/snowy_land_pmodel_longrun_gpu/global_diagnostics/output_active/" azure-arenchon:/home/arenchon/GitHub/ClimaViz.jl/data/climaland-longrun/
143146
144147 - label : " Soil, 20 years"
145148 command :
You can’t perform that action at this time.
0 commit comments