From 9f537735e7caecbc559fcf4d4d0e6b7ab100e53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 25 Dec 2025 09:09:43 +0100 Subject: [PATCH] nixosTests.gitlab.runner: block unstable only on x86_64-linux aarch64-linux test doesn't seem to work here (and it's new): https://hydra.nixos.org/build/317058545#tabs-buildsteps --- nixos/release-combined.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 6730a9faa4d8..6df53cfe509e 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -99,7 +99,7 @@ rec { (onFullSupported "nixos.tests.firewall") (onFullSupported "nixos.tests.fontconfig-default-fonts") (onFullSupported "nixos.tests.gitlab.gitlab") - (onFullSupported "nixos.tests.gitlab.runner") + (onSystems [ "x86_64-linux" ] "nixos.tests.gitlab.runner") (onFullSupported "nixos.tests.gnome") (onSystems [ "x86_64-linux" ] "nixos.tests.hibernate") (onFullSupported "nixos.tests.i3wm")