Skip to content

Commit 7db2af0

Browse files
committed
Rename validate config test suites
1 parent dcd175f commit 7db2af0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kitchen.validate-config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,38 +45,38 @@ provisioner:
4545
kitchen: true
4646

4747
suites:
48-
- name: slurm_config_HeadNode_x86_64
48+
- name: slurm-config-head-node-x86-64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
4949
run_list: *_run_list
5050
attributes: &attributes_slurm_config_HeadNode
5151
cluster:
5252
<< : *_head_node_cluster_attributes
5353
scheduler: 'slurm'
5454
enable_intel_hpc_platform: "<%= ENV['ENABLE_INTEL_HPC_PLATFORM'] || false %>"
5555

56-
- name: slurm_config_HeadNode_arm64
56+
- name: slurm-config-head-node-arm64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
5757
run_list: *_run_list
5858
attributes: *attributes_slurm_config_HeadNode
5959

60-
- name: awsbatch_config_HeadNode_x86_64
60+
- name: awsbatch-config-head-node-x86-64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
6161
run_list: *_run_list
6262
attributes: &attributes_awsbatch_config_HeadNode
6363
cluster:
6464
<< : *_head_node_cluster_attributes
6565
scheduler: 'awsbatch'
6666
custom_awsbatchcli_package: <%= ENV['CUSTOM_AWSBATCHCLI_URL'] %>
6767

68-
- name: awsbatch_config_HeadNode_arm64
68+
- name: awsbatch-config-head-node-arm64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
6969
run_list: *_run_list
7070
attributes: *attributes_awsbatch_config_HeadNode
7171

72-
- name: slurm_config_ComputeFleet_x86_64
72+
- name: slurm-config-compute-fleet-x86-64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
7373
run_list: *_run_list
7474
attributes: &attributes_slurm_config_ComputeFleet
7575
cluster:
7676
<< : *_compute_node_cluster_attributes
7777
scheduler: 'slurm'
7878
slurm_nodename: 'fake-dy-compute-1'
7979

80-
- name: slurm_config_ComputeFleet_arm64
80+
- name: slurm-config-compute-fleet-arm64-<%= ENV['KITCHEN_INSTANCE_TYPE'] || 't2.micro' %>
8181
run_list: *_run_list
8282
attributes: *attributes_slurm_config_ComputeFleet

0 commit comments

Comments
 (0)