Skip to content

Commit 585c52b

Browse files
author
bot
committed
Update the configuration mirror.
1 parent 5c5a87f commit 585c52b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

config/generated.nixos.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@ resource "hydra_jobset" "nixos_release-24_11" {
35773577
notify_committers = false
35783578
}
35793579

3580-
check_interval = 129600
3580+
check_interval = -129600
35813581
scheduling_shares = 5000000
35823582
keep_evaluations = 1
35833583

@@ -4473,7 +4473,7 @@ resource "hydra_jobset" "nixos_trunk-combined" {
44734473
notify_committers = false
44744474
}
44754475

4476-
check_interval = 129600
4476+
check_interval = -129600
44774477
scheduling_shares = 768
44784478
keep_evaluations = 2
44794479

config/generated.nixpkgs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ resource "hydra_jobset" "nixpkgs_cross-trunk" {
518518
notify_committers = false
519519
}
520520

521-
check_interval = 86400
521+
check_interval = -86400
522522
scheduling_shares = 10
523523
keep_evaluations = 1
524524

@@ -4595,7 +4595,7 @@ resource "hydra_jobset" "nixpkgs_staging" {
45954595
input {
45964596
name = "nixpkgs"
45974597
type = "git"
4598-
value = "https://github.com/nixos/nixpkgs.git staging"
4598+
value = "https://github.com/nixos/nixpkgs.git staging-24.11"
45994599
notify_committers = false
46004600
}
46014601

@@ -5551,7 +5551,7 @@ resource "hydra_jobset" "nixpkgs_trunk" {
55515551
notify_committers = false
55525552
}
55535553

5554-
check_interval = 28800
5554+
check_interval = -28800
55555555
scheduling_shares = 3000
55565556
keep_evaluations = 3
55575557

0 commit comments

Comments
 (0)