Suppress merge script failure due to missing gsutil on Windows.

Log exception but return success for now. Need to figure out how to run
gsutil from merge scripts on Windows as depot tools doesn't seem to be
on PATH.

Bug: angleproject:7299
Change-Id: I9f0332b7f333430cef90aa8cc15b62ebf1c21e35
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4153130
Reviewed-by: Yuxin Hu <yuxinhu@google.com>
Commit-Queue: Roman Lavrov <romanl@google.com>
This commit is contained in:
Roman Lavrov
2023-01-10 16:56:50 -05:00
parent c41204657b
commit eab5947427

View File

@@ -355,7 +355,8 @@ def process_perf_results(output_json,
build_properties_map)
except Exception:
logging.exception('Error uploading to skia perf')
return_code = 1
if sys.platform != 'win32': # TODO: gsutil on Windows
return_code = 1
if handle_non_perf:
# Finally, merge all test results json, add the extra links and write out to