summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-24 02:52:36 +0100
committerGitHub <noreply@github.com>2023-01-24 02:52:36 +0100
commit17631ae82d8fe762842d818031c69955f4b0b897 (patch)
tree64575adde8c41cd7a2eb2d4fb64f3dc219293c42 /nixos/tests/all-tests.nix
parenta693c2a3915a28a1d6f5002c80e44f936fe6cfab (diff)
parentc281dd3e05b0266721c0fe707d7259d88095db7a (diff)
downloadnixpkgs-17631ae82d8fe762842d818031c69955f4b0b897.tar
nixpkgs-17631ae82d8fe762842d818031c69955f4b0b897.tar.gz
nixpkgs-17631ae82d8fe762842d818031c69955f4b0b897.tar.bz2
nixpkgs-17631ae82d8fe762842d818031c69955f4b0b897.tar.lz
nixpkgs-17631ae82d8fe762842d818031c69955f4b0b897.tar.xz
nixpkgs-17631ae82d8fe762842d818031c69955f4b0b897.tar.zst
nixpkgs-17631ae82d8fe762842d818031c69955f4b0b897.zip
Merge pull request #208712 from mattmelling/cloudlog
cloudlog: init at 2.3
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 9bf85cd0b97..b839d539c9f 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -131,6 +131,7 @@ in {
   clickhouse = handleTest ./clickhouse.nix {};
   cloud-init = handleTest ./cloud-init.nix {};
   cloud-init-hostname = handleTest ./cloud-init-hostname.nix {};
+  cloudlog = handleTest ./cloudlog.nix {};
   cntr = handleTestOn ["aarch64-linux" "x86_64-linux"] ./cntr.nix {};
   cockroachdb = handleTestOn ["x86_64-linux"] ./cockroachdb.nix {};
   collectd = handleTest ./collectd.nix {};