Skip to content

Commit 98e90d4

Browse files
Update rsync path for dashboard (#1574)
* Update rsync path for dashboard * Update .buildkite/longruns_gpu/pipeline.yml Co-authored-by: kmdeck <[email protected]> --------- Co-authored-by: kmdeck <[email protected]>
1 parent d5b0828 commit 98e90d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)