diff --git a/playbooks/zuul-operator-functional/tasks/wait_services.yaml b/playbooks/zuul-operator-functional/tasks/wait_services.yaml index 0da89f1..a927f11 100644 --- a/playbooks/zuul-operator-functional/tasks/wait_services.yaml +++ b/playbooks/zuul-operator-functional/tasks/wait_services.yaml @@ -12,7 +12,7 @@ - name: Wait 8 minutes for scheduler to settle command: kubectl logs pod/zuul-scheduler-0 register: _scheduler_log - until: "'Reconfiguration complete' in _scheduler_log.stdout" + until: "'Config priming complete' in _scheduler_log.stdout" delay: 10 retries: 48