DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
719 stars 254 forks source link

Skip judging parts of the integration tests. #2540

Closed meisterT closed 4 months ago

meisterT commented 4 months ago

This is unfortunate but gitlab seems to have enabled cgroups v2 on their runners and we still use cgroups v1, see https://github.com/DOMjudge/domjudge/issues/1072

meisterT commented 4 months ago

Trying this as an alternative to https://github.com/DOMjudge/domjudge/pull/2531 which skips the integration tests all together.

meisterT commented 4 months ago

Good ideas, added the check and continued with everything that we could.

meisterT commented 4 months ago

I merged it now to make CI green again. We can always improve things on top of it