summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2018-10-17 18:57:29 -0700
committerJames E. Blair <jeblair@redhat.com>2018-10-17 18:57:29 -0700
commit03259e78b000b64c33f76763922e3f72d690386f (patch)
tree0c82c4f00d52730990032ddf1a4c57d73b2f02d8 /playbooks
parent849e26f5e77f6d1401b020dc7b4c627f9ea5ad93 (diff)
downloadzuul-03259e78b000b64c33f76763922e3f72d690386f.tar.gz
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
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/quick-start/main.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/quick-start/main.yaml b/playbooks/quick-start/main.yaml
index acf5fbb13..7dfefdded 100644
--- a/playbooks/quick-start/main.yaml
+++ b/playbooks/quick-start/main.yaml
@@ -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