Skip to content

Commit

Permalink
Update ci-slack-bot.py (ClickHouse#54253)
Browse files Browse the repository at this point in the history
  • Loading branch information
tavplubix authored Sep 4, 2023
1 parent fc7a8d0 commit a663f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ci-slack-bot/ci-slack-bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
WITH
'{}' AS name_substr,
90 AS interval_days,
('Stateless tests (asan)', 'Stateless tests (address)', 'Stateless tests (address, actions)') AS backport_and_release_specific_checks
('Stateless tests (asan)', 'Stateless tests (address)', 'Stateless tests (address, actions)', 'Integration tests (asan) [1/3]', 'Stateless tests (tsan) [1/3]') AS backport_and_release_specific_checks
SELECT
toStartOfDay(check_start_time) AS d,
count(),
Expand Down

0 comments on commit a663f7e

Please sign in to comment.