From 055ed2091b3ebfc88c898d3d68ab873387a5ce8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 27 Dec 2024 10:04:14 +0100 Subject: [PATCH] nixosTests.gitlab: do not block nixos-unstable on aarch64 gitlab (or its test) commonly needs work to keep succeeding, and currently I fail to see energy to keep it in sufficient shape for aarch64 to remain a channel blocker. (x86_64 still will be) --- 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 3b1c85a44142..6d2afade31a0 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") + (onSystems [ "x86_64-linux" ] "nixos.tests.gitlab") # we lack energy to really debug aarch64 here (onFullSupported "nixos.tests.gnome") (onFullSupported "nixos.tests.gnome-xorg") (onSystems [ "x86_64-linux" ] "nixos.tests.hibernate")