Skip to content

Commit

Permalink
builder-common: Run additional prune job to free up space
Browse files Browse the repository at this point in the history
The Aarch64 builder consistently complains about a lack of space,
particularly around 10am UTC / 12pm BST (London).
This additional prune job aims to mitigate the space issues.

See: openshift/os#1554
  • Loading branch information
c4rt0 committed Sep 10, 2024
1 parent cd1c87e commit b7b0118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multi-arch-builders/builder-common.bu
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ storage:
contents:
inline: |
[Timer]
OnCalendar=*-*-* 05:00:00 UTC
OnCalendar=*-*-* 10:00:00 UTC
OnCalendar=*-*-* 22:00:00 UTC
AccuracySec=30m
Persistent=true
[Install]
Expand Down

0 comments on commit b7b0118

Please sign in to comment.