@@ -6,24 +6,23 @@ Test options in "Other" column flow down through table unless changed.
6
6
7
7
Test | # Partitions | Groups in partitions? | Other
8
8
--- | --- | --- | ---
9
- test1 | 1 | N | 2x compute node, sequential names (default test), config on all nodes
9
+ test1 | 1 | N | 2x compute node, sequential names (default test)
10
10
test1b | 1 | N | 1x compute node
11
11
test1c | 1 | N | 2x compute nodes, nonsequential names
12
12
test2 | 2 | N | 4x compute node, sequential names
13
13
test3 | 1 | Y | 4x compute nodes in 2x groups, single partition
14
14
test4 | 1 | N | 2x compute node, accounting enabled
15
- test5 | 1 | N | As for # 1 but configless
16
- test6 | 1 | N | 0x compute nodes, configless
15
+ test5 | - | - | [ removed, now always configless]
16
+ test6 | 1 | N | 0x compute nodes
17
17
test7 | 1 | N | [ removed, image build should just run install.yml task, this is not expected to work]
18
- test8 | 1 | N | 2x compute node, 2x login-only nodes, configless
18
+ test8 | 1 | N | 2x compute node, 2x login-only nodes
19
19
test9 | 1 | N | As test8 but uses ` --limit=testohpc-control,testohpc-compute-0 ` and checks login nodes still end up in slurm.conf
20
- test10 | 1 | N | As for #5 but then tries to add an additional node
21
- test11 | 1 | N | As for #5 but then deletes a node (actually changes the partition due to molecule/ansible limitations)
22
- test12 | 1 | N | As for #5 but enabling job completion and testing ` sacct -c `
23
- test13 | 1 | N | As for #5 but tests ` openhpc_config ` variable.
24
- test14 | 1 | N | [ removed, extra_nodes removed]
25
- test15 | 1 | Y | As for #5 but also tests ` partitions with different name but with the same NodeName ` .
26
-
20
+ test10 | 1 | N | As for #1 but then tries to add an additional node
21
+ test11 | 1 | N | As for #1 but then deletes a node (actually changes the partition due to molecule/ansible limitations)
22
+ test12 | 1 | N | As for #1 but enabling job completion and testing ` sacct -c `
23
+ test13 | 1 | N | As for #1 but tests ` openhpc_config ` variable.
24
+ test14 | - | - | [ removed, extra_nodes removed]
25
+ test15 | 1 | Y | As for #1 but also tests partitions with different name but with the same NodeName.
27
26
28
27
# Local Installation & Running
29
28
0 commit comments