Skip to content

Commit 88c7643

Browse files
jdeamicislukeseawalker
authored andcommitted
Fix non existing region in integration tests config
Signed-off-by: Jacopo De Amicis <[email protected]>
1 parent dfbdfa9 commit 88c7643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/configs/common/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ schedulers:
513513
schedulers: ["slurm"]
514514
test_slurm.py::test_scontrol_update_nodelist_sorting:
515515
dimensions:
516-
- regions: ["ca-central-2"]
516+
- regions: ["ca-central-1"]
517517
instances: {{ common.INSTANCES_DEFAULT_X86 }}
518518
oss: ["alinux2"]
519519
schedulers: ["slurm"]

0 commit comments

Comments
 (0)