tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/clickhouse: Add thevar1able to test maintainers
Jonathan Davies
6 months ago
96ded83b
fe8494c9
+16
-4
4 changed files
expand all
collapse all
unified
split
nixos
tests
clickhouse
base.nix
kafka.nix
keeper.nix
s3.nix
+4
-1
nixos/tests/clickhouse/base.nix
···
1
1
{ pkgs, package, ... }:
2
2
{
3
3
name = "clickhouse";
4
4
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
4
4
+
meta.maintainers = with pkgs.lib.maintainers; [
5
5
+
jpds
6
6
+
thevar1able
7
7
+
];
5
8
6
9
nodes.machine = {
7
10
services.clickhouse = {
+4
-1
nixos/tests/clickhouse/kafka.nix
···
28
28
in
29
29
{
30
30
name = "clickhouse-kafka";
31
31
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
31
31
+
meta.maintainers = with pkgs.lib.maintainers; [
32
32
+
jpds
33
33
+
thevar1able
34
34
+
];
32
35
33
36
nodes = {
34
37
clickhouse = {
+4
-1
nixos/tests/clickhouse/keeper.nix
···
6
6
}:
7
7
rec {
8
8
name = "clickhouse-keeper";
9
9
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
9
9
+
meta.maintainers = with pkgs.lib.maintainers; [
10
10
+
jpds
11
11
+
thevar1able
12
12
+
];
10
13
11
14
nodes =
12
15
let
+4
-1
nixos/tests/clickhouse/s3.nix
···
40
40
in
41
41
{
42
42
name = "clickhouse-s3";
43
43
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
43
43
+
meta.maintainers = with pkgs.lib.maintainers; [
44
44
+
jpds
45
45
+
thevar1able
46
46
+
];
44
47
45
48
nodes = {
46
49
clickhouse = {