terraform/hydra-nixpkgs: add unfree-redist-stable

This commit is contained in:
zowoq 2024-10-30 08:46:31 +10:00
parent de95074435
commit d3fe346b63
2 changed files with 14 additions and 1 deletions

View file

@ -18,10 +18,14 @@ Built on `nixos-$RELEASE-small` for `x86_64-linux`:
[unfree redistributable release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-unfree-redistributable.nix)
Built on `nixos-unstable-small` for `x86_64-linux`, `aarch64-linux`:
Built on `nixos-unstable-small` for `aarch64-linux`, `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist)
Built on `nixos-$RELEASE-small` for `aarch64-linux`, `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable)
#### Cache
All of the above builds are pushed to the cache.

View file

@ -47,6 +47,15 @@ locals {
supported_systems = "[ \"x86_64-linux\" ]"
full = "true"
}
unfree_redist_stable = {
name = "unfree-redist-stable"
description = "nixos-24.11-small unfree+redistributable"
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-24.11-small"
nixpkgs_release_file = "pkgs/top-level/release-unfree-redistributable.nix"
check_interval = 1800
scheduling_shares = 5000
supported_systems = "[ \"aarch64-linux\" \"x86_64-linux\" ]"
}
}
}