nixos/thanos: Migrate test to runTest, fix name
This commit is contained in:
parent
26c9a8bf13
commit
ce60d2df8f
@ -1449,7 +1449,7 @@ in
|
|||||||
teleports = runTest ./teleports.nix;
|
teleports = runTest ./teleports.nix;
|
||||||
thelounge = handleTest ./thelounge.nix { };
|
thelounge = handleTest ./thelounge.nix { };
|
||||||
terminal-emulators = handleTest ./terminal-emulators.nix { };
|
terminal-emulators = handleTest ./terminal-emulators.nix { };
|
||||||
thanos = handleTest ./thanos.nix { };
|
thanos = runTest ./thanos.nix;
|
||||||
tiddlywiki = runTest ./tiddlywiki.nix;
|
tiddlywiki = runTest ./tiddlywiki.nix;
|
||||||
tigervnc = handleTest ./tigervnc.nix { };
|
tigervnc = handleTest ./tigervnc.nix { };
|
||||||
tika = runTest ./tika.nix;
|
tika = runTest ./tika.nix;
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
grpcPort = 19090;
|
grpcPort = 19090;
|
||||||
queryPort = 9090;
|
queryPort = 9090;
|
||||||
@ -30,10 +32,9 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
import ./make-test-python.nix {
|
{
|
||||||
name = "prometheus";
|
name = "thanos";
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
prometheus =
|
prometheus =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user