nix: add tests for channel tarballs and gc pinning
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ifb9d95d5206b7b1cf23fa3d5aaf9d0db6a6a6964
This commit is contained in:
parent
78ad3d2039
commit
9dde82d46f
6 changed files with 540 additions and 5 deletions
|
|
@ -95,9 +95,12 @@
|
|||
webhooks = pkgs.callPackage ./nix/tests/webhooks.nix {inherit self;};
|
||||
e2e = pkgs.callPackage ./nix/tests/e2e.nix {inherit self;};
|
||||
declarative = pkgs.callPackage ./nix/tests/declarative.nix {inherit self;};
|
||||
gc-pinning = pkgs.callPackage ./nix/tests/gc-pinning.nix {inherit self;};
|
||||
machine-health = pkgs.callPackage ./nix/tests/machine-health.nix {inherit self;};
|
||||
channel-tarball = pkgs.callPackage ./nix/tests/channel-tarball.nix {inherit self;};
|
||||
};
|
||||
in {
|
||||
inherit (vmTests) service-startup basic-api auth-rbac api-crud features webhooks e2e declarative;
|
||||
inherit (vmTests) service-startup basic-api auth-rbac api-crud features webhooks e2e declarative gc-pinning machine-health channel-tarball;
|
||||
full = pkgs.symlinkJoin {
|
||||
name = "vm-tests-full";
|
||||
paths = builtins.attrValues vmTests;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue