Skip to content

Commit

Permalink
modified: .buildkite/pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysridhar committed Sep 6, 2023
1 parent 4fe8d59 commit e648211
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,15 @@ steps:
--config_file $CONFIG_PATH/$$JOB_NAME.yml
julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl
--data_dir $JOB_NAME
--out_dir $JOB_NAME
--data_dir $$JOB_NAME
--out_dir $$JOB_NAME
julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl
--nc_dir $JOB_NAME
--fig_dir $JOB_NAME --case_name moist_baroclinic_wave
--nc_dir $$JOB_NAME
--fig_dir $$JOB_NAME --case_name moist_baroclinic_wave
julia --color=yes --project=examples regression_tests/test_mse.jl --job_id $JOB_NAME --out_dir $JOB_NAME
artifact_paths: "$JOB_NAME/*"
julia --color=yes --project=examples regression_tests/test_mse.jl --job_id $$JOB_NAME --out_dir $$JOB_NAME
artifact_paths: "$$JOB_NAME/*"
agents:
slurm_mem: 64GB
env:
Expand Down

0 comments on commit e648211

Please sign in to comment.