Skip to content

Commit bbcba9e

Browse files
committed
Enable test login nodes in private network
Signed-off-by: Nicola Sirena <[email protected]>
1 parent 0d6844a commit bbcba9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@ schedulers:
417417
instances: {{ common.INSTANCES_DEFAULT_X86 }}
418418
oss: ["ubuntu2204"]
419419
schedulers: ["slurm"]
420+
test_slurm.py::test_slurm_from_login_nodes_in_private_network:
421+
dimensions:
422+
- regions: ["eu-west-1"]
423+
instances: {{ common.INSTANCES_DEFAULT_X86 }}
424+
oss: ["alinux2"]
425+
schedulers: ["slurm"]
420426
test_slurm.py::test_slurm_pmix: # TODO: include in main test_slurm to reduce number of created clusters
421427
dimensions:
422428
- regions: ["ap-south-1"]

0 commit comments

Comments
 (0)