File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
aws-parallelcluster-awsbatch/recipes
aws-parallelcluster-computefleet/recipes/install Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5151 # Install aws-parallelcluster-awsbatch-cli package
5252 execute "pip_install_parallelcluster_awsbatch_cli" do
5353 command "#{ node [ 'cluster' ] [ 'awsbatch_virtualenv_path' ] } /bin/pip install aws-parallelcluster-awsbatch-cli==#{ node [ 'cluster' ] [ 'parallelcluster-awsbatch-cli-version' ] } "
54+ retries 3
55+ retry_delay 5
5456 end
5557end
Original file line number Diff line number Diff line change 3838else
3939 execute "install official aws-parallelcluster-node" do
4040 command "#{ virtualenv_path } /bin/pip install aws-parallelcluster-node==#{ node [ 'cluster' ] [ 'parallelcluster-node-version' ] } "
41+ retries 3
42+ retry_delay 5
4143 end
4244end
You can’t perform that action at this time.
0 commit comments