From ab3225e958c318ca21adb9677d2cc705263cfec0 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Fri, 15 Nov 2024 09:44:11 +1000
Subject: [PATCH] terraform/hydra-nixpkgs: add branch to cuda/rocm description

---
 terraform/hydra-nixpkgs.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/terraform/hydra-nixpkgs.tf b/terraform/hydra-nixpkgs.tf
index c8668ba..c3081b9 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
@@ -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