Skip to content

Commit

Permalink
Update the configuration mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Jan 6, 2025
1 parent 4dc28de commit 772e4be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/generated.equinix-metal-builders.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ resource "hydra_project" "equinix-metal-builders" {
homepage = ""
description = "NixOS systems for hydra.nixos.org's Equinix Metal builders."
owner = "[email protected]"
enabled = true
enabled = false
visible = true
}

resource "hydra_jobset" "equinix-metal-builders_aarch64-community-box" {
project = hydra_project.equinix-metal-builders.name
state = "enabled"
state = "disabled"
visible = true
name = "aarch64-community-box"
type = "flake"
Expand All @@ -28,7 +28,7 @@ resource "hydra_jobset" "equinix-metal-builders_aarch64-community-box" {

resource "hydra_jobset" "equinix-metal-builders_main" {
project = hydra_project.equinix-metal-builders.name
state = "enabled"
state = "disabled"
visible = true
name = "main"
type = "flake"
Expand Down

0 comments on commit 772e4be

Please sign in to comment.