File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments