nixos/thanos: Migrate test to runTest, fix name

This commit is contained in:
Jonathan Davies 2025-06-27 10:00:02 +00:00
parent 26c9a8bf13
commit ce60d2df8f
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View File

@ -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;

View File

@ -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 =