Skip to content

Commit

Permalink
Make Intel HPC enabled param configurable
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Carrogu <[email protected]>
  • Loading branch information
lukeseawalker authored and yuleiwan committed Sep 8, 2021
1 parent b3e32bc commit 970e9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ suites:
os: <%= ENV['OS'] %>
dcv_enabled: 'head_node'
dcv_port: '8443'
enable_intel_hpc_platform: 'true'
enable_intel_hpc_platform: <%= ENV['ENABLE_INTEL_HPC_PLATFORM'] %>
enable_efa: 'compute'
nvidia:
enabled: <%= ENV['NVIDIA_ENABLED'] %>
Expand Down

0 comments on commit 970e9f5

Please sign in to comment.