@@ -65,13 +65,13 @@ suites:
65
65
# os attribute is used in pipeline code. i.e. centos7, centos7-custom
66
66
os : <%= ENV['OS'] %>
67
67
68
- - name : slurm_config_HeadNode
69
- run_list :
68
+ - name : slurm_config_HeadNode_x86_64
69
+ run_list : &run_lists_slurm_config_HeadNode
70
70
- recipe[aws-parallelcluster::prep_env]
71
71
- recipe[aws-parallelcluster::slurm_config]
72
72
- recipe[aws-parallelcluster::finalize]
73
73
- recipe[aws-parallelcluster::tests]
74
- attributes :
74
+ attributes : &attributes_slurm_config_HeadNode
75
75
kitchen : true
76
76
cluster :
77
77
node_type : ' HeadNode'
@@ -98,13 +98,17 @@ suites:
98
98
nvidia :
99
99
enabled : <%= ENV['NVIDIA_ENABLED'] %>
100
100
101
- - name : awsbatch_config_HeadNode
102
- run_list :
101
+ - name : slurm_config_HeadNode_arm64
102
+ run_list : *run_lists_slurm_config_HeadNode
103
+ attributes : *attributes_slurm_config_HeadNode
104
+
105
+ - name : awsbatch_config_HeadNode_x86_64
106
+ run_list : &run_lists_awsbatch_config_HeadNode
103
107
- recipe[aws-parallelcluster::prep_env]
104
108
- recipe[aws-parallelcluster::awsbatch_config]
105
109
- recipe[aws-parallelcluster::finalize]
106
110
- recipe[aws-parallelcluster::tests]
107
- attributes :
111
+ attributes : &attributes_awsbatch_config_HeadNode
108
112
kitchen : true
109
113
cluster :
110
114
node_type : ' HeadNode'
@@ -127,13 +131,17 @@ suites:
127
131
nvidia :
128
132
enabled : <%= ENV['NVIDIA_ENABLED'] %>
129
133
130
- - name : slurm_config_ComputeFleet
131
- run_list :
134
+ - name : awsbatch_config_HeadNode_arm64
135
+ run_list : *run_lists_awsbatch_config_HeadNode
136
+ attributes : *attributes_awsbatch_config_HeadNode
137
+
138
+ - name : slurm_config_ComputeFleet_x86_64
139
+ run_list : &run_lists_slurm_config_ComputeFleet
132
140
- recipe[aws-parallelcluster::prep_env]
133
141
- recipe[aws-parallelcluster::slurm_config]
134
142
- recipe[aws-parallelcluster::finalize]
135
143
- recipe[aws-parallelcluster::tests]
136
- attributes :
144
+ attributes : &attributes_slurm_config_ComputeFleet
137
145
kitchen : true
138
146
cluster :
139
147
node_type : ' ComputeFleet'
@@ -157,3 +165,7 @@ suites:
157
165
enable_efa : ' compute'
158
166
nvidia :
159
167
enabled : <%= ENV['NVIDIA_ENABLED'] %>
168
+
169
+ - name : slurm_config_ComputeFleet_arm64
170
+ run_list : *run_lists_slurm_config_ComputeFleet
171
+ attributes : *attributes_slurm_config_ComputeFleet
0 commit comments