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;
|
||||
thelounge = handleTest ./thelounge.nix { };
|
||||
terminal-emulators = handleTest ./terminal-emulators.nix { };
|
||||
thanos = handleTest ./thanos.nix { };
|
||||
thanos = runTest ./thanos.nix;
|
||||
tiddlywiki = runTest ./tiddlywiki.nix;
|
||||
tigervnc = handleTest ./tigervnc.nix { };
|
||||
tika = runTest ./tika.nix;
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ ... }:
|
||||
|
||||
let
|
||||
grpcPort = 19090;
|
||||
queryPort = 9090;
|
||||
@ -30,10 +32,9 @@ let
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
in
|
||||
import ./make-test-python.nix {
|
||||
name = "prometheus";
|
||||
{
|
||||
name = "thanos";
|
||||
|
||||
nodes = {
|
||||
prometheus =
|
||||
|
Loading…
x
Reference in New Issue
Block a user