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 16, 2024
1 parent 6e9671a commit f141976
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions config/generated.nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions config/import
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f141976

Please sign in to comment.