Skip to content

Commit bee1116

Browse files
committed
Added workaround for CFE-3496
Attempting to install on multiple hosts in parallel, doesn't work when multiple processes try to download the same package. Changelog: None Ticket: None Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent c1a57d9 commit bee1116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cf_remote_windows.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set -x
99
# Note, cf-remote uses private AMIs, you may have to create your own and add
1010
# them to cloud_data.py
1111

12+
cf-remote --version master download msi
13+
1214
cf-remote destroy --all
1315
cf-remote spawn --count 1 --platform ubuntu-18-04-x64 --role hub --name hub
1416
cf-remote spawn --count 1 --platform windows-2012-x64 --role client --name twelve

0 commit comments

Comments
 (0)