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 Sep 23, 2024
1 parent 8800812 commit 931c952
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions config/generated.nix.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1164,3 +1164,21 @@ resource "hydra_jobset" "nix_tmp-rust" {
email_notifications = false
email_override = ""
}

resource "hydra_jobset" "nix_verify-tls" {
project = hydra_project.nix.name
state = "enabled"
visible = false
name = "verify-tls"
type = "flake"
description = "Default branch"

flake_uri = "github:NixOS/nix/verify-tls"

check_interval = 7200
scheduling_shares = 100
keep_evaluations = 3

email_notifications = false
email_override = ""
}
2 changes: 1 addition & 1 deletion config/generated.nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4763,7 +4763,7 @@ resource "hydra_jobset" "nixpkgs_staging-next" {
input {
name = "supportedSystems"
type = "nix"
value = "[ \"x86_64-linux\" \"aarch64-linux\" /*\"x86_64-darwin\"*/ \"aarch64-darwin\" ]"
value = "[ \"x86_64-linux\" \"aarch64-linux\" \"x86_64-darwin\" \"aarch64-darwin\" ]"
notify_committers = false
}

Expand Down
1 change: 1 addition & 0 deletions config/import
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ terraform import hydra_jobset.nix_sqlite-branch nix/sqlite-branch
terraform import hydra_jobset.nix_tmp-pr-2878 nix/tmp-pr-2878
terraform import hydra_jobset.nix_tmp-pr-test nix/tmp-pr-test
terraform import hydra_jobset.nix_tmp-rust nix/tmp-rust
terraform import hydra_jobset.nix_verify-tls nix/verify-tls
terraform import hydra_jobset.nixops_flake-support nixops/flake-support
terraform import hydra_jobset.nixops_hetzner nixops/hetzner
terraform import hydra_jobset.nixops_kms nixops/kms
Expand Down

0 comments on commit 931c952

Please sign in to comment.