nixos/buildbot: only run nixosTest on x86_64-linux

Test has been broken for a while on aarch64-linux.
This commit is contained in:
zowoq 2023-12-06 09:10:41 +10:00 committed by Jörg Thalheim
parent af19e31300
commit 18460b4820

View File

@ -163,7 +163,7 @@ in {
btrbk-no-timer = handleTest ./btrbk-no-timer.nix {};
btrbk-section-order = handleTest ./btrbk-section-order.nix {};
budgie = handleTest ./budgie.nix {};
buildbot = handleTest ./buildbot.nix {};
buildbot = handleTestOn [ "x86_64-linux" ] ./buildbot.nix {};
buildkite-agents = handleTest ./buildkite-agents.nix {};
c2fmzq = handleTest ./c2fmzq.nix {};
caddy = handleTest ./caddy.nix {};