Temporary fix for race in quick start job

We should wait until Zuul has loaded its configuration before
performing the status check.  That's slightly complicated right
now, so stabilize the job with a sleep until we work through
the correct solution.

Change-Id: Ia94b14deae16786e5f88507dde637198fceb7707
This commit is contained in:
James E. Blair 2018-10-17 18:57:29 -07:00
parent 849e26f5e7
commit 03259e78b0
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@
name: Example User
ssh_key: "{{ ssh_public_key }}"
http_password: secret
# TODO(corvus): Fix this for real
- name: Wait for Zuul to start
pause:
minutes: 1
- name: Clone zuul-config
git:
repo: http://localhost:8080/zuul-config