@@ -45,38 +45,38 @@ provisioner:
45
45
kitchen : true
46
46
47
47
suites :
48
- - name : slurm_config_HeadNode_x86_64
48
+ - name : slurm-config-head-node-x86-64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
49
49
run_list : *_run_list
50
50
attributes : &attributes_slurm_config_HeadNode
51
51
cluster :
52
52
<< : *_head_node_cluster_attributes
53
53
scheduler : ' slurm'
54
54
enable_intel_hpc_platform : " <%= ENV['ENABLE_INTEL_HPC_PLATFORM'] || false % >"
55
55
56
- - name : slurm_config_HeadNode_arm64
56
+ - name : slurm-config-head-node-arm64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
57
57
run_list : *_run_list
58
58
attributes : *attributes_slurm_config_HeadNode
59
59
60
- - name : awsbatch_config_HeadNode_x86_64
60
+ - name : awsbatch-config-head-node-x86-64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
61
61
run_list : *_run_list
62
62
attributes : &attributes_awsbatch_config_HeadNode
63
63
cluster :
64
64
<< : *_head_node_cluster_attributes
65
65
scheduler : ' awsbatch'
66
66
custom_awsbatchcli_package : <%= ENV['CUSTOM_AWSBATCHCLI_URL'] %>
67
67
68
- - name : awsbatch_config_HeadNode_arm64
68
+ - name : awsbatch-config-head-node-arm64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
69
69
run_list : *_run_list
70
70
attributes : *attributes_awsbatch_config_HeadNode
71
71
72
- - name : slurm_config_ComputeFleet_x86_64
72
+ - name : slurm-config-compute-fleet-x86-64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
73
73
run_list : *_run_list
74
74
attributes : &attributes_slurm_config_ComputeFleet
75
75
cluster :
76
76
<< : *_compute_node_cluster_attributes
77
77
scheduler : ' slurm'
78
78
slurm_nodename : ' fake-dy-compute-1'
79
79
80
- - name : slurm_config_ComputeFleet_arm64
80
+ - name : slurm-config-compute-fleet-arm64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
81
81
run_list : *_run_list
82
82
attributes : *attributes_slurm_config_ComputeFleet
0 commit comments