Skip to content

Commit

Permalink
Fix non existing region in integration tests config
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis authored and lukeseawalker committed Jan 11, 2023
1 parent dfbdfa9 commit 88c7643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/configs/common/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ schedulers:
schedulers: ["slurm"]
test_slurm.py::test_scontrol_update_nodelist_sorting:
dimensions:
- regions: ["ca-central-2"]
- regions: ["ca-central-1"]
instances: {{ common.INSTANCES_DEFAULT_X86 }}
oss: ["alinux2"]
schedulers: ["slurm"]
Expand Down

0 comments on commit 88c7643

Please sign in to comment.