Skip to content

Commit

Permalink
checks: don't run rw-store test cases for garnix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Oct 26, 2024
1 parent 0f9848b commit b1f49b2
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions checks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,29 +81,29 @@ let
};
}) ];
} ]
# rw-store
[ {
# none
id = null;
} {
# overlay volume
id = "overlay";
modules = [ ({ config, ... }: {
microvm = {
writableStoreOverlay = "/nix/.rw-store";
volumes = [ {
image = "nix-store-overlay.img";
label = "nix-store";
mountPoint = config.microvm.writableStoreOverlay;
size = 128;
} ];
testing.enableTest = builtins.elem config.microvm.hypervisor [
# Known good
"qemu" "cloud-hypervisor" "firecracker"
];
};
}) ];
} ]
# # rw-store
# [ {
# # none
# id = null;
# } {
# # overlay volume
# id = "overlay";
# modules = [ ({ config, ... }: {
# microvm = {
# writableStoreOverlay = "/nix/.rw-store";
# volumes = [ {
# image = "nix-store-overlay.img";
# label = "nix-store";
# mountPoint = config.microvm.writableStoreOverlay;
# size = 128;
# } ];
# testing.enableTest = builtins.elem config.microvm.hypervisor [
# # Known good
# "qemu" "cloud-hypervisor" "firecracker"
# ];
# };
# }) ];
# } ]
# boot.systemd
[ {
# no
Expand Down

0 comments on commit b1f49b2

Please sign in to comment.