We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552ba51 commit 231db27Copy full SHA for 231db27
cookbooks/aws-parallelcluster-platform/test/controls/intel_hpc_spec.rb
@@ -24,7 +24,7 @@
24
end
25
26
control 'tag:config_intel_hpc_enough_space_on_root_volume' do
27
- only_if { !instance.custom_ami? && (os_properties.centos7? && os_properties.x86?) }
+ only_if { !os_properties.on_docker? && !instance.custom_ami? }
28
29
describe 'at least 10 GB of free space on root volume' do
30
subject { bash("sudo -u #{node['cluster']['cluster_user']} df --block-size GB --output=avail / | tail -n1 | cut -d G -f1") }
0 commit comments