Update builds_status.py

This commit is contained in:
Oliver Chang 2017-10-05 22:11:54 -07:00 committed by GitHub
parent e4ec246a78
commit e9c38132ca
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def main():
failures = []
for project in scan_project_names(projects_dir):
print project
query_filter = ('(status="SUCCESS" OR status="FAILURE") AND ' +
query_filter = ('(status="SUCCESS" OR status="FAILURE" or status="TIMEOUT") AND ' +
'images="gcr.io/oss-fuzz/{0}"'.format(project))
try:
response = cloudbuild.projects().builds().list(