Skip to content

Commit

Permalink
terraform/hydra-nixpkgs: add branch to cuda/rocm description
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 14, 2024
1 parent 1485581 commit 53c6f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/hydra-nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,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
Expand Down

0 comments on commit 53c6f1b

Please sign in to comment.