Skip to content

Create separate nightly report for each version

Nicki Křížek requested to merge nicki/split-up-nightly-report into main

The mattermost messages have a limit of 4k characters. It can be quickly exceeded in case the system tests fail, as the message contains full links to jobs. If the report gets posted with a single API call, it will get randomly split up at the 4k limit, breaking URLs and making the report hard to read.

Try to avoid that by posting a separate report for each checked version. While the same issue can happen, it shouldn't be as likely -- the 4k limit is enough to report all system tests failing for both the maintenance branch and pre-release testing, for example.


The result looks like this (9.11-S didn't fit the screenshot):

2024-05-28_135733

Merge request reports