From 2b85fb12da34c2ef48fc44d060c14ac8480c0c41 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 24 Oct 2022 15:07:50 +0200 Subject: nixos/release: add acme to tested set The ACME module has long been an important part of every nixos server deployment and we should therefore make sure the tests are working as expected before allowing a channel bump to happen. Related: #197443 --- nixos/release-small.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/release-small.nix') diff --git a/nixos/release-small.nix b/nixos/release-small.nix index 1719d6738c5c..deb428d1bec0 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -31,6 +31,7 @@ in rec { inherit (nixos') channel manual options iso_minimal amazonImage dummy; tests = { inherit (nixos'.tests) + acme containers-imperative containers-ip firewall @@ -110,6 +111,7 @@ in rec { "nixos.iso_minimal" "nixos.amazonImage" "nixos.manual" + "nixos.tests.acme" "nixos.tests.boot.uefiCdrom" "nixos.tests.containers-imperative" "nixos.tests.containers-ip" -- cgit v1.2.3