Skip to content

Commit

Permalink
Adapt tests to support the scaling_strategy configuration parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyMM committed Oct 4, 2023
1 parent ad12d32 commit 84adc92
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 89 deletions.
1 change: 0 additions & 1 deletion src/slurm_plugin/resume.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class SlurmResumeConfig:
"run_instances_overrides": "/opt/slurm/etc/pcluster/run_instances_overrides.json",
"create_fleet_overrides": "/opt/slurm/etc/pcluster/create_fleet_overrides.json",
"fleet_config_file": "/etc/parallelcluster/slurm_plugin/fleet-config.json",
"all_or_nothing_batch": True,
"job_level_scaling": True,
"scaling_strategy": "all_or_nothing",
}
Expand Down
Loading

0 comments on commit 84adc92

Please sign in to comment.