mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Move ci-slack-bot from utils to tests/ci
This commit is contained in:
parent
e192d4c624
commit
a082167d85
@ -321,8 +321,8 @@ def lambda_handler(event, context):
|
|||||||
return {"statusCode": 200, "body": "OK"}
|
return {"statusCode": 200, "body": "OK"}
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
send_to_slack(
|
send_to_slack(
|
||||||
"I failed, please help me (see ClickHouse/utils/ci-slack-bot/ci-slack-bot.py): "
|
"I failed, please help me "
|
||||||
+ str(e)
|
f"(see ClickHouse/ClickHouse/tests/ci/slack_bot_ci_lambda/app.py): {e}"
|
||||||
)
|
)
|
||||||
return {"statusCode": 200, "body": "FAIL"}
|
return {"statusCode": 200, "body": "FAIL"}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user