Fix wait for scheduler to settle in tests
The log line that we should wait for has changed in Zuul; this is the new equivalent. Change-Id: I34fc52729fa64bb36c72fe6661f0794620a25092 Depends-On: https://review.opendev.org/c/zuul/zuul/+/804806
This commit is contained in:
parent
b977aa9e12
commit
3ee16a7b2f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user