Skip to content

Test only relevant throughput tests

This MR fixes the alternating results on (full) throughput tests by not checking those tests that are marked as not relevant (eg. "throughput tests" of debug or test builds).

It also fixes the following warning of csv_plotter:

/builds/lhcb/Allen/checker/plotting/csv_plotter.py:52: UserWarning: Calling a `list()` method without specifying `all=True` or `as_list=False` will return a maximum of 20 items. Your query returned 20 of 1579 items. See https://python-gitlab.readthedocs.io/en/v3.5.0/api-usage.html#pagination for more details. If this was done intentionally, then this warning can be supressed by adding the argument `all=False` to the `list()` call. (python-gitlab: /cvmfs/lhcb.cern.ch/lib/var/lib/LbEnv/2472/stable/linux-64/lib/python3.9/site-packages/gitlab/client.py:879)

Merge request reports