mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Turn off always green mode
This commit is contained in:
parent
a819f2c75b
commit
360bc93c87
@ -19,9 +19,6 @@ def override_status(status, check_name, invert=False):
|
||||
if CI_CONFIG["tests_config"].get(check_name, {}).get("force_tests", False):
|
||||
return "success"
|
||||
|
||||
if "s3 storage" in check_name and ("debug" in check_name or "thread" in check_name):
|
||||
return "success"
|
||||
|
||||
if invert:
|
||||
if status == "success":
|
||||
return "error"
|
||||
|
Loading…
Reference in New Issue
Block a user