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
This commit is contained in:
Vladimír Čunát
2025-12-25 09:09:43 +01:00
parent 8dae1005a5
commit 9f537735e7
+1 -1
View File
@@ -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")