summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-24 15:07:50 +0200
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-10-25 07:22:27 +1000
commit2b85fb12da34c2ef48fc44d060c14ac8480c0c41 (patch)
treef2333472c3816674055abb2e3bd951b61097ed71
parentfcf2d05d817fad1dc212b4c5bfd4e70c37f59f69 (diff)
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
-rw-r--r--nixos/release-combined.nix1
-rw-r--r--nixos/release-small.nix2
2 files changed, 3 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index a11ee31ab8d0..bd7b452735f1 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -55,6 +55,7 @@ in rec {
(onFullSupported "nixos.manual")
(onSystems ["x86_64-linux"] "nixos.ova")
(onSystems ["aarch64-linux"] "nixos.sd_image")
+ (onFullSupported "nixos.tests.acme")
(onSystems ["x86_64-linux"] "nixos.tests.boot.biosCdrom")
(onSystems ["x86_64-linux"] "nixos.tests.boot.biosUsb")
(onFullSupported "nixos.tests.boot-stage1")
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"