diff --git a/infra/build_specified_commit.py b/infra/build_specified_commit.py index 722917fce..886496a9a 100644 --- a/infra/build_specified_commit.py +++ b/infra/build_specified_commit.py @@ -274,7 +274,8 @@ def build_fuzzers_from_commit(commit, # Rebuild image and re-copy src dir since things in /src could have changed. if not _build_image_with_retries(build_data.project_name): - raise RuntimeError('Failed to rebuild image.') + logging.error('Failed to rebuild image.') + return False cleanup()