nixos/release: drop amazonImageAutomaticSize

This was added to test https://github.com/NixOS/nixpkgs/issues/121354
almost 4 years ago, but does not seem to be in actual use anymore.

At least I couldn't find a use and @arianvp, the amazon images
maintainer does not know about one either.
This commit is contained in:
phaer 2025-04-08 10:25:49 +02:00
parent b2b0718004
commit 263e266c27

View file

@ -339,32 +339,6 @@ rec {
); );
# Test job for https://github.com/NixOS/nixpkgs/issues/121354 to test
# automatic sizing without blocking the channel.
amazonImageAutomaticSize = forMatchingSystems [ "x86_64-linux" "aarch64-linux" ] (
system:
with import ./.. { inherit system; };
hydraJob (
(import lib/eval-config.nix {
inherit system;
modules = [
configuration
versionModule
./maintainers/scripts/ec2/amazon-image.nix
(
{ ... }:
{
virtualisation.diskSize = "auto";
}
)
];
}).config.system.build.amazonImage
)
);
# An image that can be imported into incus and used for container creation # An image that can be imported into incus and used for container creation
incusContainerImage = incusContainerImage =
forMatchingSystems forMatchingSystems