terraform/hydra-nixpkgs: add branch to cuda/rocm description

This commit is contained in:
zowoq 2024-11-15 09:44:11 +10:00
parent b82016ca99
commit ab3225e958

View file

@ -2,7 +2,7 @@ locals {
jobset = { jobset = {
cuda = { cuda = {
name = "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_channel = "https://github.com/NixOS/nixpkgs.git nixos-unstable-small"
nixpkgs_release_file = "pkgs/top-level/release-cuda.nix" nixpkgs_release_file = "pkgs/top-level/release-cuda.nix"
check_interval = 1800 check_interval = 1800
@ -29,7 +29,7 @@ locals {
} }
rocm = { rocm = {
name = "rocm" name = "rocm"
description = "Testing ROCm support." description = "nixos-unstable-small rocm"
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-unstable-small" nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixos-unstable-small"
nixpkgs_release_file = "pkgs/top-level/release-cuda.nix" nixpkgs_release_file = "pkgs/top-level/release-cuda.nix"
check_interval = 1800 check_interval = 1800