From 2a1a868c03dd08cba50b69d0e07ab973b7c39fef Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Tue, 20 Jan 2026 10:28:25 +0100 Subject: [PATCH] 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 --- nixos/release-combined.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index f2bad26fcde8..ec2772470689 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -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")