Move ci-slack-bot from utils to tests/ci

This commit is contained in:
Mikhail f. Shiryaev 2023-09-04 14:33:44 +02:00
parent e192d4c624
commit a082167d85
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -321,8 +321,8 @@ def lambda_handler(event, context):
return {"statusCode": 200, "body": "OK"}
except Exception as e:
send_to_slack(
"I failed, please help me (see ClickHouse/utils/ci-slack-bot/ci-slack-bot.py): "
+ str(e)
"I failed, please help me "
f"(see ClickHouse/ClickHouse/tests/ci/slack_bot_ci_lambda/app.py): {e}"
)
return {"statusCode": 200, "body": "FAIL"}