2024-11-21 21:10:27 +00:00
|
|
|
# aux settings:
|
|
|
|
S3_BUCKET_NAME = "clickhouse-builds"
|
|
|
|
S3_BUCKET_HTTP_ENDPOINT = "clickhouse-builds.s3.amazonaws.com"
|
2024-09-28 05:46:19 +00:00
|
|
|
|
2024-11-21 21:10:27 +00:00
|
|
|
# praktika settings:
|
2024-11-15 12:49:28 +00:00
|
|
|
MAIN_BRANCH = "master"
|
|
|
|
|
2024-09-28 05:46:19 +00:00
|
|
|
S3_ARTIFACT_PATH = f"{S3_BUCKET_NAME}/artifacts"
|
2024-11-21 21:10:27 +00:00
|
|
|
CI_CONFIG_RUNS_ON = ["ci_services"]
|
|
|
|
DOCKER_BUILD_RUNS_ON = ["ci_services_ebs"]
|
2024-09-28 05:46:19 +00:00
|
|
|
CACHE_S3_PATH = f"{S3_BUCKET_NAME}/ci_ch_cache"
|
|
|
|
HTML_S3_PATH = f"{S3_BUCKET_NAME}/reports"
|
|
|
|
S3_BUCKET_TO_HTTP_ENDPOINT = {S3_BUCKET_NAME: S3_BUCKET_HTTP_ENDPOINT}
|
|
|
|
|
|
|
|
DOCKERHUB_USERNAME = "robotclickhouse"
|
|
|
|
DOCKERHUB_SECRET = "dockerhub_robot_password"
|
|
|
|
|
|
|
|
CI_DB_DB_NAME = "default"
|
|
|
|
CI_DB_TABLE_NAME = "checks"
|
|
|
|
|
|
|
|
INSTALL_PYTHON_REQS_FOR_NATIVE_JOBS = ""
|