feat(gerrit): run git-gc-preserve on a daily timer #110
No reviewers
Labels
No labels
Compat/Breaking
Difficulty
Architectural
Difficulty
Easy
Difficulty
Hard
Help Wanted
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Tracking Issue
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: the-distro/infra#110
Loading…
Reference in a new issue
No description provided.
Delete branch "gerrit-gc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fwiw: I didn't apply it yet
09af4dfb7c
toe5e578711c
@ -0,0 +83,4 @@
};
};
mkTimer = lib.mapAttrs' mkGCTimer;
enabledTimers = lib.filterAttrs (_: gcConfig: gcConfig.timerConfig != null) cfg;
do we plan to have no timer but services? enabledTimers sounds like
gcConfig.enable
to me againI honestly don't know, I can remove it if you think it doesn't give any benefit.
I think let's keep it simple:
gcConfig.enable
Done, feel free to merge if you think it looks good.
e5e578711c
tod462e8ca9c