From 96ded83be65823b8d443d105f8f093637f730873 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Wed, 9 Jul 2025 20:02:23 +0000 Subject: [PATCH] nixos/clickhouse: Add thevar1able to test maintainers --- nixos/tests/clickhouse/base.nix | 5 ++++- nixos/tests/clickhouse/kafka.nix | 5 ++++- nixos/tests/clickhouse/keeper.nix | 5 ++++- nixos/tests/clickhouse/s3.nix | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/nixos/tests/clickhouse/base.nix b/nixos/tests/clickhouse/base.nix index c67857a82688..440492fdc987 100644 --- a/nixos/tests/clickhouse/base.nix +++ b/nixos/tests/clickhouse/base.nix @@ -1,7 +1,10 @@ { pkgs, package, ... }: { name = "clickhouse"; - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; + meta.maintainers = with pkgs.lib.maintainers; [ + jpds + thevar1able + ]; nodes.machine = { services.clickhouse = { diff --git a/nixos/tests/clickhouse/kafka.nix b/nixos/tests/clickhouse/kafka.nix index 94723fa5a968..65dbd98be96f 100644 --- a/nixos/tests/clickhouse/kafka.nix +++ b/nixos/tests/clickhouse/kafka.nix @@ -28,7 +28,10 @@ let in { name = "clickhouse-kafka"; - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; + meta.maintainers = with pkgs.lib.maintainers; [ + jpds + thevar1able + ]; nodes = { clickhouse = { diff --git a/nixos/tests/clickhouse/keeper.nix b/nixos/tests/clickhouse/keeper.nix index 8b99d5844161..49e9472e1375 100644 --- a/nixos/tests/clickhouse/keeper.nix +++ b/nixos/tests/clickhouse/keeper.nix @@ -6,7 +6,10 @@ }: rec { name = "clickhouse-keeper"; - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; + meta.maintainers = with pkgs.lib.maintainers; [ + jpds + thevar1able + ]; nodes = let diff --git a/nixos/tests/clickhouse/s3.nix b/nixos/tests/clickhouse/s3.nix index cfa8c46f0628..20e4bf60bf8f 100644 --- a/nixos/tests/clickhouse/s3.nix +++ b/nixos/tests/clickhouse/s3.nix @@ -40,7 +40,10 @@ let in { name = "clickhouse-s3"; - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; + meta.maintainers = with pkgs.lib.maintainers; [ + jpds + thevar1able + ]; nodes = { clickhouse = {