Skip to content

Commit 7e1fcb5

Browse files
committed
Force ENABLE_INTEL_HPC_PLATFORM param to be string
Force ENABLE_INTEL_HPC_PLATFORM param to be string and not a boolean This because node['cluster']['enable_intel_hpc_platform'] == 'true' is compared as string Signed-off-by: Luca Carrogu <[email protected]>
1 parent 61b8059 commit 7e1fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ suites:
9393
os: <%= ENV['OS'] %>
9494
dcv_enabled: 'head_node'
9595
dcv_port: '8443'
96-
enable_intel_hpc_platform: <%= ENV['ENABLE_INTEL_HPC_PLATFORM'] %>
96+
enable_intel_hpc_platform: "<%= ENV['ENABLE_INTEL_HPC_PLATFORM'] %>"
9797
enable_efa: 'compute'
9898
nvidia:
9999
enabled: <%= ENV['NVIDIA_ENABLED'] %>

0 commit comments

Comments
 (0)