Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post CI health reports to Slack #27

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Post CI health reports to Slack #27

wants to merge 5 commits into from

Conversation

nineinchnick
Copy link
Member

The reports will look like this:

                    Job name                    | Failure ratio chart | Failure percent | Number of failed runs |            Error messages             |                          Run URLs                           
------------------------------------------------+---------------------+-----------------+-----------------------+---------------------------------------+-------------------------------------------------------------
 build-test-matrix                              | █████               |            25.0 |                     1 | [Process completed with exit code 1.] | [https://github.com/trinodb/trino/actions/runs/10654246675] 
 pt (default, suite-delta-lake-databricks133, ) | █████               |            25.0 |                     1 | [Process completed with exit code 1.] | [https://github.com/trinodb/trino/actions/runs/10654242163] 
 test (core/trino-main)                         | █████               |            25.0 |                     1 | [Process completed with exit code 1.] | [https://github.com/trinodb/trino/actions/runs/10654244819] 
 test (plugin/trino-bigquery)                   | █████               |            25.0 |                     1 | [Process completed with exit code 1.] | [https://github.com/trinodb/trino/actions/runs/10654244819] 
 test (plugin/trino-hive)                       | █████               |            25.0 |                     1 | [Process completed with exit code 1.] | [https://github.com/trinodb/trino/actions/runs/10654244819] 
(5 rows)

and

 Branch  | Interval | Success ratio chart | Success percent | Number of runs 
---------+----------+---------------------+-----------------+----------------
 master  | 1 day    | █████               |            25.0 |              4 
 master  | 3 days   | █▉                  |            14.3 |             21 
 master  | 7 days   | ██▍                 |            16.9 |             65 
 master  | 30 days  | ██▋                 |            17.9 |            195 
 [other] | 1 day    | ███████             |            40.0 |             10 
 [other] | 3 days   | ██████▎             |            36.4 |             77 
 [other] | 7 days   | ████▏               |            25.6 |            211 
 [other] | 30 days  | ████▊               |            29.0 |            785 
(8 rows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant