Skip to content

Commit cd13f90

Browse files
authored
Merge branch 'release-3.13' into release-3.13
2 parents 06012f9 + bd5d46c commit cd13f90

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1717
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6
1818

1919
**BUG FIXES**
20-
- Fix a bug in the installation of ARM Performance Library that was causing the build image fail in isolated environments
21-
due to cookbook retrieving GCC dependencies from GCC website rather than ParallelCluster bucket.
20+
- Fix a bug in the installation of ARM Performance Library that was causing the build image fail in isolated environments.
2221
- Upgrade amazon-efs-utils to version 2.3.1 (from v2.1.0) for non-Amazon Linux AMI's.
2322

2423
3.13.0

cookbooks/aws-parallelcluster-slurm/test/controls/munge_spec.rb

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,19 @@
3535
end
3636
end unless os_properties.redhat_on_docker?
3737

38-
# FIXME: Re-enabled the following check and fix failures
39-
# control 'tag:install_munge_folders_created' do
40-
# title 'Munge folder have been created'
41-
#
42-
# describe file('/var/log/munge') do
43-
# it { should exist }
44-
# it { should be_directory }
45-
# end
46-
#
47-
# describe file('/etc/munge') do
48-
# it { should exist }
49-
# it { should be_directory }
50-
# end
51-
#
52-
# describe file('/var/run/munge') do
53-
# it { should exist }
54-
# it { should be_directory }
55-
# end
56-
# end unless os_properties.redhat_on_docker?
38+
control 'tag:install_munge_folders_created' do
39+
title 'Munge folder have been created'
40+
41+
describe file('/var/log/munge') do
42+
it { should exist }
43+
it { should be_directory }
44+
end
45+
46+
describe file('/etc/munge') do
47+
it { should exist }
48+
it { should be_directory }
49+
end
50+
end unless os_properties.redhat_on_docker?
5751

5852
control 'tag:config_munge_service_enabled' do
5953
only_if { node['cluster']['scheduler'] == 'slurm' && !os_properties.redhat_on_docker? }

0 commit comments

Comments
 (0)