mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
increased delay and added retries to uri
This commit is contained in:
committed by
Steve Smith
parent
88e7b87518
commit
6b9324dbf0
@@ -5,8 +5,7 @@
|
||||
- name: wait for port 7990 to be up
|
||||
wait_for:
|
||||
port: 7990
|
||||
delay: 10
|
||||
timeout: 60
|
||||
delay: 60
|
||||
|
||||
- name: Copy Bitbucket dataset from s3
|
||||
get_url:
|
||||
@@ -23,4 +22,7 @@
|
||||
body_format: json
|
||||
return_content: yes
|
||||
register: response
|
||||
until: response.status == 200
|
||||
retries: 6
|
||||
delay: 10
|
||||
failed_when: "'INITIALISING' not in response.content"
|
||||
Reference in New Issue
Block a user