diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-25 18:42:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-25 18:42:15 +0200 |
commit | f9b1069c6679b8fab4e423fead85541c7b0aaa43 (patch) | |
tree | be76db5ad32cb042f7b38ad59e40ca8059e2485b | |
parent | 14add14aa5904ddec837f763312bd3dd7112a07b (diff) | |
download | jenkins.debian.net-f9b1069c6679b8fab4e423fead85541c7b0aaa43.tar.xz |
keep less many logs less long
-rw-r--r-- | job-cfg/chroot-installation.yaml | 12 | ||||
-rw-r--r-- | job-cfg/d-i.yaml | 24 | ||||
-rw-r--r-- | job-cfg/dvswitch.yaml | 6 | ||||
-rwxr-xr-x | job-cfg/edu-packages.yaml.py | 6 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 10 | ||||
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 2 | ||||
-rw-r--r-- | job-cfg/lintian-tests.yaml | 6 | ||||
-rw-r--r-- | job-cfg/piuparts.yaml | 6 | ||||
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 4 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 18 | ||||
-rw-r--r-- | job-cfg/schroot.yaml | 12 | ||||
-rw-r--r-- | job-cfg/self.yaml | 6 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 6 |
13 files changed, 35 insertions, 83 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 14cb0d82..ebf4bf34 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -4,9 +4,7 @@ description: '{my_description}{do_not_edit}' logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 builders: - shell: '/srv/jenkins/bin/chroot-installation.sh {installation_params}' publishers: @@ -44,9 +42,7 @@ description: '{my_description}{do_not_edit}' logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 builders: - shell: '/srv/jenkins/bin/chroot-installation.sh {installation_params}' publishers: @@ -86,9 +82,7 @@ description: '{my_description}{do_not_edit}' logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 triggers: - timed: '{my_time}' builders: diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 00747779..135169f9 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -3,9 +3,7 @@ project-type: freestyle logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -25,9 +23,7 @@ project-type: freestyle logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -78,9 +74,7 @@ project-type: freestyle logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -131,9 +125,7 @@ project-type: freestyle logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -179,9 +171,7 @@ project-type: freestyle logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -227,9 +217,7 @@ project-type: freestyle logrotate: daysToKeep: 90 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 30 properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml index 566697a3..0f391b1f 100644 --- a/job-cfg/dvswitch.yaml +++ b/job-cfg/dvswitch.yaml @@ -16,10 +16,8 @@ icon: /userContent/images/profitbricks-24x24.png description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/dvswitch.yaml">dvswitch.yaml</a>.' logrotate: - daysToKeep: 180 - numToKeep: 100 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 scm: - git: url: 'git://anonscm.debian.org/dvswitch/dvswitch.git' diff --git a/job-cfg/edu-packages.yaml.py b/job-cfg/edu-packages.yaml.py index 54bd8f09..618273bc 100755 --- a/job-cfg/edu-packages.yaml.py +++ b/job-cfg/edu-packages.yaml.py @@ -30,10 +30,8 @@ print(""" icon: /userContent/images/profitbricks-24x24.png description: 'Build the master branch of git://anonscm.debian.org/debian-edu/{my_package}.git in sid on every commit.<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/edu-packages.yaml">edu-packages.yaml</a>.' logrotate: - daysToKeep: 180 - numToKeep: 100 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 scm: - git: url: 'git://anonscm.debian.org/debian-edu/{my_package}.git' diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 283d3d4c..742efdf2 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -4,9 +4,7 @@ description: '{my_description}{do_not_edit}' logrotate: daysToKeep: 90 - numToKeep: 25 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + numToKeep: 20 triggers: - timed: "{my_timed}" builders: @@ -51,10 +49,8 @@ name: g-i-installation-housekeeping description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}' logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 20 triggers: - timed: "0 6 * * *" builders: diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index 8873efab..281aedca 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -18,8 +18,6 @@ logrotate: daysToKeep: 365 numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 builders: - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} "apt-get --no-install-recommends -y install {my_pkgs}; {my_shell}"' publishers: diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index 4f38b9ac..7bec6d2d 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -16,10 +16,8 @@ icon: /userContent/images/profitbricks-24x24.png description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/lintian-tests.yaml">lintian-tests.yaml</a>.' logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 scm: - git: url: 'git://anonscm.debian.org/lintian/lintian.git' diff --git a/job-cfg/piuparts.yaml b/job-cfg/piuparts.yaml index 28d03733..0b0b126c 100644 --- a/job-cfg/piuparts.yaml +++ b/job-cfg/piuparts.yaml @@ -12,10 +12,8 @@ icon: /userContent/images/profitbricks-24x24.png description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/piuparts.yaml">piuparts.yaml</a>.' logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 20 scm: - git: url: 'git://anonscm.debian.org/piuparts/piuparts.git' diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index ecb382db..2d433a0b 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -51,10 +51,8 @@ print(""" - rebootstrap description: '{my_description}{do_not_edit}' logrotate: - daysToKeep: 365 + daysToKeep: 90 numToKeep: 20 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 scm: - git: url: 'git://anonscm.debian.org/users/helmutg/rebootstrap.git' diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 085c3925..7c7a7f85 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -18,10 +18,8 @@ icon: /userContent/images/profitbricks-24x24.png description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at the <a href="https://jenkins.debian.net/userContent/reproducible.html">reproducible builds overview</a> pages.' logrotate: - daysToKeep: 365 - numToKeep: 100 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 builders: - shell: '{my_shell}' publishers: @@ -53,10 +51,8 @@ icon: /userContent/images/profitbricks-24x24.png description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at the <a href="https://jenkins.debian.net/userContent/reproducible.html">reproducible builds overview</a> pages.' logrotate: - daysToKeep: 365 - numToKeep: 100 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 20 builders: - shell: '{my_shell}' publishers: @@ -101,10 +97,8 @@ - reproducible description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at the <a href="https://jenkins.debian.net/userContent/reproducible.html">reproducible builds overview</a> pages.' logrotate: - daysToKeep: 365 - numToKeep: 500 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 14 + numToKeep: 750 builders: - shell: '{my_shell}' publishers: diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 37f59691..e2ddfbe7 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -14,10 +14,8 @@ text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 publishers: - email: recipients: jenkins+debian-qa holger@layer-acht.org @@ -44,10 +42,8 @@ text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 publishers: - email: recipients: jenkins+debian-qa holger@layer-acht.org diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml index e6063475..67c48d33 100644 --- a/job-cfg/self.yaml +++ b/job-cfg/self.yaml @@ -2,10 +2,8 @@ name: self-housekeeping description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}' logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 triggers: - timed: "30 6 * * *" builders: diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index c85128b4..d4223589 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -3,10 +3,8 @@ name: webcheck description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} on the first day of a month. These patters are ignored: <pre>{webcheck_ignore_patterns}</pre>{do_not_edit}' logrotate: - daysToKeep: 365 - numToKeep: 50 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + daysToKeep: 90 + numToKeep: 30 triggers: - timed: "{timed}" builders: |