Enable build profiling in pull requests

This commit is contained in:
Alexey Milovidov 2024-11-13 02:10:40 +01:00
parent b68315e594
commit 61202499b5

View File

@ -798,10 +798,6 @@ def _upload_build_profile_data(
logging.info("Unknown CI logs host, skip uploading build profile data") logging.info("Unknown CI logs host, skip uploading build profile data")
return return
if not pr_info.number == 0:
logging.info("Skipping uploading build profile data for PRs")
return
instance_type = get_instance_type() instance_type = get_instance_type()
instance_id = get_instance_id() instance_id = get_instance_id()
auth = { auth = {