Better handling of retries on build errors
This commit is contained in:
parent
3bf5e93f06
commit
a1938593a9
3 changed files with 4 additions and 5 deletions
|
@ -25,7 +25,8 @@ class WorkerError(object):
|
|||
},
|
||||
|
||||
'io.quay.builder.internalerror': {
|
||||
'message': 'An internal error occurred while building. Please submit a ticket.'
|
||||
'message': 'An internal error occurred while building. Please submit a ticket.',
|
||||
'is_internal': True
|
||||
},
|
||||
|
||||
'io.quay.builder.buildrunerror': {
|
||||
|
|
Reference in a new issue