terraform/hydra-projects: remove aarch64 cuda/rocm
This commit is contained in:
parent
dbabc7db0e
commit
ac75c59200
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ resource "hydra_jobset" "nixpkgs_cuda" {
|
||||||
input {
|
input {
|
||||||
name = "supportedSystems"
|
name = "supportedSystems"
|
||||||
type = "nix"
|
type = "nix"
|
||||||
value = "[ \"x86_64-linux\" \"aarch64-linux\" ]"
|
value = "[ \"x86_64-linux\" ]"
|
||||||
notify_committers = false
|
notify_committers = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ resource "hydra_jobset" "nixpkgs_rocm" {
|
||||||
input {
|
input {
|
||||||
name = "supportedSystems"
|
name = "supportedSystems"
|
||||||
type = "nix"
|
type = "nix"
|
||||||
value = "[ \"x86_64-linux\" \"aarch64-linux\" ]"
|
value = "[ \"x86_64-linux\" ]"
|
||||||
notify_committers = false
|
notify_committers = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue