Skip to content

Commit a61a93f

Browse files
committed
Add scheduler type in kitchen test suites
Signed-off-by: Luca Carrogu <[email protected]>
1 parent e9bbcd1 commit a61a93f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.kitchen.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ suites:
7777
attributes:
7878
cfncluster:
7979
cfn_node_type: 'MasterServer'
80+
cfn_scheduler: 'sge'
8081
stack_name: <%= ENV['AWS_STACK_NAME'] %>
8182
cfn_volume: <%= ENV['CFN_VOLUME'] %>
8283
cfn_region: <%= ENV['AWS_DEFAULT_REGION'] %>
@@ -95,6 +96,7 @@ suites:
9596
attributes:
9697
cfncluster:
9798
cfn_node_type: 'MasterServer'
99+
cfn_scheduler: 'torque'
98100
stack_name: <%= ENV['AWS_STACK_NAME'] %>
99101
cfn_volume: <%= ENV['CFN_VOLUME'] %>
100102
cfn_region: <%= ENV['AWS_DEFAULT_REGION'] %>
@@ -113,6 +115,7 @@ suites:
113115
attributes:
114116
cfncluster:
115117
cfn_node_type: 'MasterServer'
118+
cfn_scheduler: 'slurm'
116119
stack_name: <%= ENV['AWS_STACK_NAME'] %>
117120
cfn_volume: <%= ENV['CFN_VOLUME'] %>
118121
cfn_region: <%= ENV['AWS_DEFAULT_REGION'] %>
@@ -131,6 +134,7 @@ suites:
131134
attributes:
132135
cfncluster:
133136
cfn_node_type: 'ComputeFleet'
137+
cfn_scheduler: 'sge'
134138
stack_name: <%= ENV['AWS_STACK_NAME'] %>
135139
cfn_volume: <%= ENV['CFN_VOLUME'] %>
136140
cfn_region: <%= ENV['AWS_DEFAULT_REGION'] %>
@@ -149,6 +153,7 @@ suites:
149153
attributes:
150154
cfncluster:
151155
cfn_node_type: 'ComputeFleet'
156+
cfn_scheduler: 'torque'
152157
stack_name: <%= ENV['AWS_STACK_NAME'] %>
153158
cfn_volume: <%= ENV['CFN_VOLUME'] %>
154159
cfn_region: <%= ENV['AWS_DEFAULT_REGION'] %>
@@ -167,6 +172,7 @@ suites:
167172
attributes:
168173
cfncluster:
169174
cfn_node_type: 'ComputeFleet'
175+
cfn_scheduler: 'slurm'
170176
stack_name: <%= ENV['AWS_STACK_NAME'] %>
171177
cfn_volume: <%= ENV['CFN_VOLUME'] %>
172178
cfn_region: <%= ENV['AWS_DEFAULT_REGION'] %>

0 commit comments

Comments
 (0)