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:
James E. Blair 2021-08-12 14:11:11 -07:00
parent b977aa9e12
commit 3ee16a7b2f
1 changed files with 1 additions and 1 deletions

View File

@ -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