victoria{logs,metrics,traces}: Run tests from passthru for victoriametrics stacks (#467252)
This commit is contained in:
@@ -48,11 +48,7 @@ buildGoModule (finalAttrs: {
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (nixosTests)
|
||||
victorialogs
|
||||
;
|
||||
};
|
||||
tests = lib.recurseIntoAttrs nixosTests.victorialogs;
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
|
||||
@@ -77,9 +77,7 @@ buildGoModule (finalAttrs: {
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (nixosTests) victoriametrics;
|
||||
};
|
||||
tests = lib.recurseIntoAttrs nixosTests.victoriametrics;
|
||||
updateScript = ./update.sh;
|
||||
};
|
||||
|
||||
|
||||
@@ -47,9 +47,7 @@ buildGoModule (finalAttrs: {
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (nixosTests) victoriatraces;
|
||||
};
|
||||
tests = lib.recurseIntoAttrs nixosTests.victoriatraces;
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user