Skip to content

Commit

Permalink
terraform/hydra-nixpkgs: cuda-stable-previous
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 14, 2024
1 parent c2b9098 commit d23c006
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/hydra-nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ locals {
scheduling_shares = 6000
supported_systems = "[ \"x86_64-linux\" ]"
}
cuda_stable_previous = {
name = "cuda-stable-previous"
description = "Testing CUDA support. Come help the CUDA team! https://nixos.org/community/teams/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
scheduling_shares = 6000
supported_systems = "[ \"x86_64-linux\" ]"
}
rocm = {
name = "rocm"
description = "Testing ROCm support."
Expand Down

0 comments on commit d23c006

Please sign in to comment.