Turn on s3 tests

This commit is contained in:
alesapin 2022-05-27 14:36:12 +02:00
parent e5d7eeb5f9
commit 32167cb6fb
2 changed files with 0 additions and 2 deletions

View File

@ -274,7 +274,6 @@ CI_CONFIG = {
},
"Stateless tests (release, s3 storage, actions)": {
"required_build": "package_release",
"force_tests": True,
},
"Stress test (address, actions)": {
"required_build": "package_asan",

View File

@ -44,7 +44,6 @@ def get_additional_envs(check_name, run_by_hash_num, run_by_hash_total):
if "wide parts enabled" in check_name:
result.append("USE_POLYMORPHIC_PARTS=1")
# temporary
if "s3 storage" in check_name:
result.append("USE_S3_STORAGE_FOR_MERGE_TREE=1")