Fix Introspector trial build (#8971)

Skip using `-testing` bucket as it breaks coverage download under
`trial_build`.
This commit is contained in:
Navidem 2022-11-10 13:54:57 -08:00 committed by GitHub
parent 0439d667e3
commit 426b8f5f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -300,8 +300,6 @@ def get_fuzz_introspector_steps( # pylint: disable=too-many-locals, too-many-ar
# TODO (navidem): find the latest coverage report.
coverage_report_latest = report_date
bucket_name = 'oss-fuzz-coverage'
if config.testing:
bucket_name += '-testing'
coverage_url = (f'{build_lib.GCS_URL_BASENAME}{bucket_name}/{project.name}'
f'/reports/{coverage_report_latest}/linux')