Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
**CHANGES**
- Ubuntu 20.04 is no longer supported.

**BUG FIXES**
- Fix an issue where scaling strategy was not updated during a cluster update.

3.13.2
------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
not_if { ::File.exist?(node['cluster']['previous_cluster_config_path']) && !are_queues_updated? && !are_bulk_custom_slurm_settings_updated? }
end

include_recipe 'aws-parallelcluster-slurm::config_slurm_resume'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a unit test verifying that the recipe is always called as part of the update?


ruby_block "update_shared_storages" do
block do
run_context.include_recipe 'aws-parallelcluster-environment::update_shared_storages'
Expand Down
Loading