From f14197644bd2e09577da2593d84fa51fda73c078 Mon Sep 17 00:00:00 2001 From: bot Date: Mon, 16 Sep 2024 18:11:10 +0000 Subject: [PATCH] Update the configuration mirror. --- config/generated.nixpkgs.tf | 42 +++++++++++++++++++++++++++++++++++++ config/import | 1 + 2 files changed, 43 insertions(+) diff --git a/config/generated.nixpkgs.tf b/config/generated.nixpkgs.tf index d43ff8f..f9365d3 100644 --- a/config/generated.nixpkgs.tf +++ b/config/generated.nixpkgs.tf @@ -1156,6 +1156,48 @@ resource "hydra_jobset" "nixpkgs_glibc-232" { email_override = "" } +resource "hydra_jobset" "nixpkgs_glibc-bump" { + project = hydra_project.nixpkgs.name + state = "enabled" + visible = false + name = "glibc-bump" + type = "legacy" + description = "See PR #342073: glibc: 2.39 -> 2.40" + + nix_expression { + file = "pkgs/top-level/release.nix" + input = "nixpkgs" + } + + input { + name = "nixpkgs" + type = "git" + value = "https://github.com/Ma27/nixpkgs.git bump-glibc" + notify_committers = false + } + + input { + name = "officialRelease" + type = "boolean" + value = "false" + notify_committers = false + } + + input { + name = "supportedSystems" + type = "nix" + value = "[ \"x86_64-linux\" /*\"aarch64-linux\"*/ ]" + notify_committers = false + } + + check_interval = 0 + scheduling_shares = 1 + keep_evaluations = 1 + + email_notifications = false + email_override = "" +} + resource "hydra_jobset" "nixpkgs_gnome" { project = hydra_project.nixpkgs.name state = "enabled" diff --git a/config/import b/config/import index cddf32b..1ea222a 100644 --- a/config/import +++ b/config/import @@ -325,6 +325,7 @@ terraform import hydra_jobset.nixpkgs_glibc-230 nixpkgs/glibc-230 terraform import hydra_jobset.nixpkgs_glibc-231 nixpkgs/glibc-231 terraform import hydra_jobset.nixpkgs_glibc-232 nixpkgs/glibc-232 terraform import hydra_jobset.nixpkgs_glibc-2_34 nixpkgs/glibc-2.34 +terraform import hydra_jobset.nixpkgs_glibc-bump nixpkgs/glibc-bump terraform import hydra_jobset.nixpkgs_gnome nixpkgs/gnome terraform import hydra_jobset.nixpkgs_gnome-stable nixpkgs/gnome-stable terraform import hydra_jobset.nixpkgs_graham-i686 nixpkgs/graham-i686