Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CliMA/ClimaAtmos.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28a943e45c94b640172bb6a6cc9b928b5a70cde1
Choose a base ref
..
head repository: CliMA/ClimaAtmos.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37c31a782b8e8f120ca39add828271f8669b6c44
Choose a head ref
Showing with 12 additions and 12 deletions.
  1. +12 −12 calibration/test/pipeline.yml
24 changes: 12 additions & 12 deletions calibration/test/pipeline.yml
Original file line number Diff line number Diff line change
@@ -32,15 +32,15 @@ steps:
- wait

- group: "Calibration"
steps:
- label: "Calibration interface unit tests"
command: julia --project=calibration/test calibration/test/interface.jl
- label: "end to end test"
command: julia --project=calibration/test calibration/test/e2e_test.jl
agents:
slurm_ntasks: 10
slurm_cpus_per_task: 1
slurm_mem: 96GB
slurm_reservation: "false"
slurm_time: "00:30:00"
artifact_paths: "calibration_end_to_end_test/*"
steps:
- label: "Calibration interface unit tests"
command: julia --project=calibration/test calibration/test/interface.jl
- label: "end to end test"
command: julia --project=calibration/test calibration/test/e2e_test.jl
agents:
slurm_ntasks: 10
slurm_cpus_per_task: 1
slurm_mem: 96GB
slurm_reservation: "false"
slurm_time: "00:30:00"
artifact_paths: "calibration_end_to_end_test/*"