terraform/hydra-nixpkgs: add branch to cuda/rocm description
This commit is contained in:
parent
b82016ca99
commit
ab3225e958
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue