We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6844a commit bbcba9eCopy full SHA for bbcba9e
tests/integration-tests/configs/common/common.yaml
@@ -417,6 +417,12 @@ schedulers:
417
instances: {{ common.INSTANCES_DEFAULT_X86 }}
418
oss: ["ubuntu2204"]
419
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"]
426
test_slurm.py::test_slurm_pmix: # TODO: include in main test_slurm to reduce number of created clusters
427
dimensions:
428
- regions: ["ap-south-1"]
0 commit comments