Merge "Fix wait for scheduler to settle in tests"

This commit is contained in:
Zuul 2021-08-17 23:36:11 +00:00 committed by Gerrit Code Review
commit b62faddca7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- name: Wait 8 minutes for scheduler to settle - name: Wait 8 minutes for scheduler to settle
command: kubectl logs pod/zuul-scheduler-0 command: kubectl logs pod/zuul-scheduler-0
register: _scheduler_log register: _scheduler_log
until: "'Reconfiguration complete' in _scheduler_log.stdout" until: "'Config priming complete' in _scheduler_log.stdout"
delay: 10 delay: 10
retries: 48 retries: 48