Skip to content

Commit 040b62b

Browse files
committed
Merge branch 'cherrypick-443-24.05' into 'slurm-24.05'
Cherry-pick !443 into slurm-24.05 See merge request SchedMD/dev/slurm!445
2 parents 36d6824 + 5fe4fc5 commit 040b62b

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

testsuite/expect/test7.11

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,9 @@ expect {
221221
}
222222

223223
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+
"
233227

234228
set matches 0
235229
spawn $sbatch --test_suite_sbatch=4 -N1 -t1 -o $file_out $file_in

testsuite/expect/test7.22

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ if {[get_config_param "SchedulerType"] ne "sched/backfill"} {
4242
skip "This test requires SchedulerType = sched/backfill"
4343
}
4444

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+
4549
if {$nodes_avail < $nodes_min} {
4650
skip "Not enough nodes currently available ($nodes_avail avail < $nodes_min needed)."
4751
}

0 commit comments

Comments
 (0)