further expand retry conditions
Change-Id: If6fd3bf52ddcbf9995e2cc0e833ea2b28abfa8bf Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/265026 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Aaron Ogata <aogata@instructure.com> QA-Review: Ethan Vizitei <evizitei@instructure.com> Product-Review: Ethan Vizitei <evizitei@instructure.com>
This commit is contained in:
parent
f5b37b7142
commit
159084865a
|
@ -125,7 +125,7 @@ pipeline {
|
|||
|
||||
// kinda hacky, but this will return a non-0 exit code if we did NOT find this string
|
||||
// which means we don't think we can retry, so just let it die.
|
||||
sh 'docker-compose logs pulsar | grep "zoo keeper disconnected"'
|
||||
sh "docker-compose logs pulsar | grep \"zoo keeper disconnected\\|Failed to get Partitioned Metadata\""
|
||||
|
||||
reportToSplunk('pulsar_retrying')
|
||||
sh '''
|
||||
|
|
Loading…
Reference in New Issue