Skip to content

Commit e4ecdd5

Browse files
Tim Lanetilne
authored andcommitted
Set custom CLI package URL for Batch kitchen tests
Enable a URL of a custom pcluster CLI to be specified via an environment variable when running kitchen tests for the MastserServer using Batch as the scheduler. This is useful for the release process, where unless the version to use is overridden, the awsbatch_config recipe will attempt to install a version of the CLI that has not been released. Signed-off-by: Tim Lane <[email protected]>
1 parent 1e7416a commit e4ecdd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kitchen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ suites:
179179
custom_node_package: <%= ENV['PARALLELCLUSTER_NODE_URL'] %>
180180
os: <%= ENV['OS'] %>
181181
ganglia_enabled: 'yes'
182+
custom_awsbatchcli_package: <%= ENV['CUSTOM_AWSBATCHCLI_URL'] %>
182183
nvidia:
183184
enabled: <%= ENV['NVIDIA_ENABLED'] %>
184185

0 commit comments

Comments
 (0)