Skip to content

Commit 8b4e0de

Browse files
authored
Merge pull request #1038 from gursewak1997/update-gc-policy-new
gc-policy.yaml: Add images and builds pruning
2 parents b60103f + fc06810 commit 8b4e0de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gc-policy.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ rawhide:
44
cloud-uploads: 1y
55
bodhi-updates:
66
cloud-uploads: 1y
7+
images: 58m
8+
images-keep: [qemu, live-iso]
9+
build: 62m

jobs/garbage-collection.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ properties([
1414
pipelineTriggers([]),
1515
parameters([
1616
choice(name: 'STREAM',
17-
choices: pipeutils.get_streams_choices(pipecfg),
17+
choices: pipeutils.get_streams_choices(pipecfg) + ['branched', 'bodhi-updates'],
1818
description: 'CoreOS stream to run GC'),
1919
booleanParam(name: 'DRY_RUN',
2020
defaultValue: true,

0 commit comments

Comments
 (0)