From abf37be7dbaa321fe54d2e873d1ec6fc6cf62849 Mon Sep 17 00:00:00 2001 From: bot Date: Sat, 11 Jan 2025 06:11:25 +0000 Subject: [PATCH] Update the configuration mirror. --- config/generated.nix.tf | 343 ---------------------------------------- config/import | 13 -- 2 files changed, 356 deletions(-) diff --git a/config/generated.nix.tf b/config/generated.nix.tf index 85a6e85..c018805 100644 --- a/config/generated.nix.tf +++ b/config/generated.nix.tf @@ -875,346 +875,3 @@ resource "hydra_jobset" "nix_maintenance-2_8" { email_override = "" } -resource "hydra_jobset" "nix_maintenance-2_9" { - project = hydra_project.nix.name - state = "disabled" - visible = true - name = "maintenance-2.9" - type = "flake" - description = "2.9 release branch" - - flake_uri = "github:NixOS/nix/2.9-maintenance" - - check_interval = 3600 - scheduling_shares = 100 - keep_evaluations = 1 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_markdown" { - project = hydra_project.nix.name - state = "disabled" - visible = false - name = "markdown" - type = "flake" - description = "Markdown test" - - flake_uri = "github:edolstra/nix/markdown" - - check_interval = 86400 - scheduling_shares = 100 - keep_evaluations = 1 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_master" { - project = hydra_project.nix.name - state = "enabled" - visible = true - name = "master" - type = "flake" - description = "Default branch" - - flake_uri = "github:NixOS/nix" - - check_interval = 10800 - scheduling_shares = 100 - keep_evaluations = 3 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_nixpkgs-master" { - project = hydra_project.nix.name - state = "disabled" - visible = false - name = "nixpkgs-master" - type = "legacy" - description = "Master branch against nixpkgs master" - - nix_expression { - file = "release.nix" - input = "nix" - } - - input { - name = "nix" - type = "git" - value = "https://github.com/NixOS/nix.git master 1" - notify_committers = false - } - - input { - name = "nixpkgs" - type = "git" - value = "https://github.com/NixOS/nixpkgs.git master" - notify_committers = false - } - - input { - name = "officialRelease" - type = "boolean" - value = "false" - notify_committers = false - } - - check_interval = 300 - scheduling_shares = 100 - keep_evaluations = 0 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_pr-11566" { - project = hydra_project.nix.name - state = "enabled" - visible = true - name = "pr-11566" - type = "flake" - description = "PR #11566" - - flake_uri = "github:Mic92/nix-1/nixpkgs-upgrade" - - check_interval = 3600 - scheduling_shares = 100 - keep_evaluations = 1 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_pr-7774" { - project = hydra_project.nix.name - state = "disabled" - visible = false - name = "pr-7774" - type = "flake" - description = "PR #7774" - - flake_uri = "github:edolstra/nix/submodule-fixes" - - check_interval = 7200 - scheduling_shares = 100 - keep_evaluations = 3 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_pr-8477" { - project = hydra_project.nix.name - state = "enabled" - visible = false - name = "pr-8477" - type = "flake" - description = "PR #8477" - - flake_uri = "github:edolstra/nix/tarball-flake-redirects" - - check_interval = 3600 - scheduling_shares = 100 - keep_evaluations = 1 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_pr-8569" { - project = hydra_project.nix.name - state = "disabled" - visible = false - name = "pr-8569" - type = "flake" - description = "PR #8569" - - flake_uri = "github:vcunat/nix/p/flake-update" - - check_interval = 3600 - scheduling_shares = 100 - keep_evaluations = 1 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_sqlite-branch" { - project = hydra_project.nix.name - state = "disabled" - visible = false - name = "sqlite-branch" - type = "legacy" - description = "Nix with SQLite" - - nix_expression { - file = "release.nix" - input = "nix" - } - - input { - name = "nix" - type = "svn" - value = "https://nixos.org/repos/nix/nix/branches/sqlite" - notify_committers = false - } - - input { - name = "nixpkgs" - type = "git" - value = "https://github.com/NixOS/nixpkgs.git" - notify_committers = false - } - - input { - name = "officialRelease" - type = "boolean" - value = "false" - notify_committers = false - } - - input { - name = "system" - type = "string" - value = "i386-sunos" - notify_committers = false - } - - input { - name = "tarball" - type = "build" - value = "tarball" - notify_committers = false - } - - check_interval = 300 - scheduling_shares = 100 - keep_evaluations = 0 - - email_notifications = true - email_override = "eelco.dolstra@logicblox.com" -} - -resource "hydra_jobset" "nix_tmp-pr-2878" { - project = hydra_project.nix.name - state = "disabled" - visible = false - name = "tmp-pr-2878" - type = "legacy" - description = "PR test" - - nix_expression { - file = "release.nix" - input = "nix" - } - - input { - name = "nix" - type = "git" - value = "https://github.com/NixOS/nix.git run-in-pts" - notify_committers = false - } - - input { - name = "nixpkgs" - type = "git" - value = "https://github.com/NixOS/nixpkgs-channels.git nixos-18.09-small" - notify_committers = false - } - - input { - name = "officialRelease" - type = "boolean" - value = "false" - notify_committers = false - } - - check_interval = 0 - scheduling_shares = 100 - keep_evaluations = 3 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_tmp-pr-test" { - project = hydra_project.nix.name - state = "disabled" - visible = false - name = "tmp-pr-test" - type = "flake" - description = "Flakes branch" - - flake_uri = "github:CSVdB/nix/nixIsTooPure" - - check_interval = 0 - scheduling_shares = 100 - keep_evaluations = 1 - - email_notifications = false - email_override = "" -} - -resource "hydra_jobset" "nix_tmp-rust" { - project = hydra_project.nix.name - state = "enabled" - visible = false - name = "tmp-rust" - type = "legacy" - description = "Rust test" - - nix_expression { - file = "release.nix" - input = "nix" - } - - input { - name = "nix" - type = "git" - value = "https://github.com/edolstra/nix.git oxidize" - notify_committers = false - } - - input { - name = "nixpkgs" - type = "git" - value = "https://github.com/NixOS/nixpkgs-channels.git nixos-19.09-small" - notify_committers = false - } - - input { - name = "officialRelease" - type = "boolean" - value = "false" - notify_committers = false - } - - check_interval = 86400 - scheduling_shares = 100 - keep_evaluations = 3 - - 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 = "" -} diff --git a/config/import b/config/import index 363cb3e..d61e801 100644 --- a/config/import +++ b/config/import @@ -160,19 +160,6 @@ terraform import hydra_jobset.nix_maintenance-2_5 nix/maintenance-2.5 terraform import hydra_jobset.nix_maintenance-2_6 nix/maintenance-2.6 terraform import hydra_jobset.nix_maintenance-2_7 nix/maintenance-2.7 terraform import hydra_jobset.nix_maintenance-2_8 nix/maintenance-2.8 -terraform import hydra_jobset.nix_maintenance-2_9 nix/maintenance-2.9 -terraform import hydra_jobset.nix_markdown nix/markdown -terraform import hydra_jobset.nix_master nix/master -terraform import hydra_jobset.nix_nixpkgs-master nix/nixpkgs-master -terraform import hydra_jobset.nix_pr-11566 nix/pr-11566 -terraform import hydra_jobset.nix_pr-7774 nix/pr-7774 -terraform import hydra_jobset.nix_pr-8477 nix/pr-8477 -terraform import hydra_jobset.nix_pr-8569 nix/pr-8569 -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