about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-12-06 09:10:41 +1000
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-12-06 23:45:45 +0100
commit18460b48202bcfea44ea6f7dd4c0b0e2feb55f23 (patch)
treec5252f66b250fa9316f59b1740c8c33440205ac1 /nixos/tests
parentaf19e31300a86cbe673e4995ca0e6eec235f6fd0 (diff)
downloadnixlib-18460b48202bcfea44ea6f7dd4c0b0e2feb55f23.tar
nixlib-18460b48202bcfea44ea6f7dd4c0b0e2feb55f23.tar.gz
nixlib-18460b48202bcfea44ea6f7dd4c0b0e2feb55f23.tar.bz2
nixlib-18460b48202bcfea44ea6f7dd4c0b0e2feb55f23.tar.lz
nixlib-18460b48202bcfea44ea6f7dd4c0b0e2feb55f23.tar.xz
nixlib-18460b48202bcfea44ea6f7dd4c0b0e2feb55f23.tar.zst
nixlib-18460b48202bcfea44ea6f7dd4c0b0e2feb55f23.zip
nixos/buildbot: only run nixosTest on x86_64-linux
Test has been broken for a while on aarch64-linux.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e0572e3bed9c..0322ec9dc551 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -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 {};