Skip to content

Commit

Permalink
Merge pull request #10007 from pshipton/limits
Browse files Browse the repository at this point in the history
Reduce limits for keeping artifacts and logs
  • Loading branch information
keithc-ca committed Jun 25, 2020
2 parents 96029e1 + bc2eae6 commit 337bc1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ artifactory:
numArtifacts:
unb: 5
daysToKeepArtifacts:
osu: 50
osu: 40
unb: 2
manualCleanup:
osu: true
Expand All @@ -94,15 +94,15 @@ test_dependencies_job_name: 'test.getDependency'
slack_channel: '#jenkins'
build_discarder:
logs:
Nightly: 40
Nightly: 35
Release: 5
OMR: 15
OpenJDK8: 10
OpenJDK11: 10
OpenJDK14: 10
OpenJDK8: 5
OpenJDK11: 5
OpenJDK14: 5
OpenJDK15: 10
OpenJDK: 10
Personal: 50
Personal: 30
Pipeline: 100
restart_timeout:
time: '5'
Expand Down

0 comments on commit 337bc1c

Please sign in to comment.