mirror of https://github.com/google/oss-fuzz.git
[infra] gcb: recognise TIMEOUT.
This commit is contained in:
parent
d3168a2c58
commit
0a2a9dad5b
|
@ -28,6 +28,7 @@ def wait_for_build(build_id, project):
|
|||
'FAILURE',
|
||||
'INTERNAL_ERROR',
|
||||
'CANCELLED',
|
||||
'TIMEOUT',
|
||||
]
|
||||
|
||||
status = None
|
||||
|
|
Loading…
Reference in New Issue