Duncan Doyle
2019-07-19 b65af7c637a46078733b08cf36c5a82f6057dc67
Added a pause to wait for the actual builds to be created before we check whether they're finished. (#502)

1 files modified
3 ■■■■■ changed files
ansible/roles/ocp-workload-optaweb-vrp/tasks/workload.yml 3 ●●●●● patch | view | raw | blame | history
ansible/roles/ocp-workload-optaweb-vrp/tasks/workload.yml
@@ -47,6 +47,9 @@
            -p SOURCE_REPOSITORY_REF=RHPDS \
            -p SOURCE_REPOSITORY_DIR=optaweb-vehicle-routing-frontend -n {{ocp_project}}"
- name: Wait 10 seconds for the builds to be defined
  pause:
    seconds: 10
#### Wait for the build to complete before slapping on the quota ....
- include_tasks: ./wait_for_build.yml