mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
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:
parent
b2b0718004
commit
263e266c27
1 changed files with 0 additions and 26 deletions
|
@ -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
|
||||
incusContainerImage =
|
||||
forMatchingSystems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue