Unverified Commit c5d4a896 authored by Arian van Putten's avatar Arian van Putten Committed by Philip Taron
Browse files

nixos/release-combined: add nixos.tests.ec2-userdata

This is to catch issues like https://github.com/NixOS/nixpkgs/pull/340489#issuecomment-253149474
We do not want to push NixOS updates that break SSH access on EC2 instances.
parent 7ab9b03f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ rec {
        (onFullSupported "nixos.tests.containers-ip")
        (onSystems [ "x86_64-linux" ] "nixos.tests.docker")
        (onFullSupported "nixos.tests.env")
        (onSystems [ "x86_64-linux" "aarch64-linux" ] "nixos.tests.ec2-userdata")

        # Way too many manual retries required on Hydra.
        #  Apparently it's hard to track down the cause.