File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,9 @@ expect {
221
221
}
222
222
223
223
sleep 30
224
- if {![param_contains [get_config_param "SlurmctldParameters"] "enable_configless"]} {
225
- make_bash_script $file_in "
226
- $srun --test_suite_srun=5 $bin_sum $spank_conf_file
227
- "
228
- } else {
229
- make_bash_script $file_in "
230
- $srun --test_suite_srun=5 $bin_sum /run/slurm/conf/plugstack.conf
231
- "
232
- }
224
+ make_bash_script $file_in "
225
+ $srun --test_suite_srun=5 $bin_sum $spank_conf_file
226
+ "
233
227
234
228
set matches 0
235
229
spawn $sbatch --test_suite_sbatch=4 -N1 -t1 -o $file_out $file_in
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ if {[get_config_param "SchedulerType"] ne "sched/backfill"} {
42
42
skip "This test requires SchedulerType = sched/backfill"
43
43
}
44
44
45
+ if {[string first "bf_min_prio_reserve" [get_config_param "SchedulerParameters"]] != -1} {
46
+ skip "This test cannot work with bf_min_prio_reserve"
47
+ }
48
+
45
49
if {$nodes_avail < $nodes_min} {
46
50
skip "Not enough nodes currently available ($nodes_avail avail < $nodes_min needed)."
47
51
}
You can’t perform that action at this time.
0 commit comments