nixos/release-combined: remove gitlab.runner test as release blocker

We never agreed on adding the new GitLab runner test as release blocker
and I don't want this relatively new test already blocking.
Currently, it fails because of timeouts [1] and I don't feel we have the
knowledge and time in the team to fix it fast enough when it blocks a
channel.

[1]: https://hydra.nixos.org/build/319565492
This commit is contained in:
Leona Maroni
2026-01-20 10:30:37 +01:00
parent 2ef224eae2
commit 2a1a868c03
-1
View File
@@ -99,7 +99,6 @@ rec {
(onFullSupported "nixos.tests.firewall")
(onFullSupported "nixos.tests.fontconfig-default-fonts")
(onFullSupported "nixos.tests.gitlab.gitlab")
(onFullSupported "nixos.tests.gitlab.runner")
(onFullSupported "nixos.tests.gnome")
(onSystems [ "x86_64-linux" ] "nixos.tests.hibernate")
(onFullSupported "nixos.tests.i3wm")