diff --git a/terraform/hydra-nixpkgs.tf b/terraform/hydra-nixpkgs.tf index 920435e5..c96c77ff 100644 --- a/terraform/hydra-nixpkgs.tf +++ b/terraform/hydra-nixpkgs.tf @@ -2,7 +2,7 @@ locals { jobset = { cuda = { name = "cuda" - description = "Testing CUDA support. Come help the CUDA team! https://nixos.org/community/teams/cuda/" + description = "nixos-unstable-small cuda" nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-unstable-small" nixpkgs_release_file = "pkgs/top-level/release-cuda.nix" check_interval = 1800 @@ -11,7 +11,16 @@ locals { } cuda_stable = { name = "cuda-stable" - description = "Testing CUDA support. Come help the CUDA team! https://nixos.org/community/teams/cuda/" + description = "nixos-24.11-small cuda" + nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-24.11-small" + nixpkgs_release_file = "pkgs/top-level/release-cuda.nix" + check_interval = 1800 + scheduling_shares = 6000 + supported_systems = "[ \"x86_64-linux\" ]" + } + cuda_stable_previous = { + name = "cuda-stable-previous" + description = "nixos-24.05-small cuda" nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-24.05-small" nixpkgs_release_file = "pkgs/top-level/release-cuda.nix" check_interval = 1800 @@ -20,7 +29,7 @@ locals { } rocm = { name = "rocm" - description = "Testing ROCm support." + description = "nixos-unstable-small rocm" nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-unstable-small" nixpkgs_release_file = "pkgs/top-level/release-cuda.nix" check_interval = 1800