Skip to content

Commit 055ed20

Browse files
committed
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)
1 parent 3c14d26 commit 055ed20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/release-combined.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ rec {
9999

100100
(onFullSupported "nixos.tests.firewall")
101101
(onFullSupported "nixos.tests.fontconfig-default-fonts")
102-
(onFullSupported "nixos.tests.gitlab")
102+
(onSystems [ "x86_64-linux" ] "nixos.tests.gitlab") # we lack energy to really debug aarch64 here
103103
(onFullSupported "nixos.tests.gnome")
104104
(onFullSupported "nixos.tests.gnome-xorg")
105105
(onSystems [ "x86_64-linux" ] "nixos.tests.hibernate")

0 commit comments

Comments
 (0)