Skip to content

Commit

Permalink
Attempt to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk committed Sep 27, 2023
1 parent a3b7bbb commit 8ca3201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tests/ci/build_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def main():

print(f"::notice ::Log URL: {log_url}")

//TODO(vnemkov): make use of Path instead of string concatenation
# TODO(vnemkov): make use of Path instead of string concatenation
src_path = os.path.join(TEMP_PATH, "build_source.src.tar.gz")

if os.path.exists(src_path):
Expand All @@ -445,15 +445,15 @@ def main():
logging.info("Source tar doesn't exist")

print(f"::notice ::Source tar URL: {src_url}")

create_json_artifact(
TEMP_PATH, build_name, log_url, build_urls, build_config, elapsed, success
)

upload_master_static_binaries(pr_info, build_config, s3_helper, build_output_path)

# # Upload profile data
# ch_helper = ClickHouseHelper()
# Upload profile data
ch_helper = ClickHouseHelper()
#
# clickhouse_ci_logs_host = os.getenv("CLICKHOUSE_CI_LOGS_HOST", "")
# if clickhouse_ci_logs_host:
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/ccache_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import os
import shutil
from env_helper import S3_BUILDS_BUCKET
from env_helper import S3_BUILDS_BUCKET, S3_DOWNLOAD
from pathlib import Path

import requests # type: ignore
Expand Down

0 comments on commit 8ca3201

Please sign in to comment.