Skip to content

Commit

Permalink
terraform/hydra-nixpkgs: cuda-oldstable
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Oct 23, 2024
1 parent c24df65 commit f5b7ccc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/hydra-nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ locals {
scheduling_shares = 6000
supported_systems = "[ \"x86_64-linux\" ]"
}
cuda_oldstable = {
name = "cuda-cuda_oldstable"
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"
scheduling_shares = 6000
supported_systems = "[ \"x86_64-linux\" ]"
}
rocm = {
name = "rocm"
description = "Testing ROCm support."
Expand Down

0 comments on commit f5b7ccc

Please sign in to comment.