summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/chroot-installation.yaml6
-rw-r--r--job-cfg/d-i.yaml12
-rw-r--r--job-cfg/dvswitch.yaml2
-rwxr-xr-xjob-cfg/edu-packages.yaml.py2
-rw-r--r--job-cfg/g-i-installation.yaml4
-rw-r--r--job-cfg/haskell-package-plan.yaml2
-rw-r--r--job-cfg/lintian-tests.yaml2
-rw-r--r--job-cfg/piuparts.yaml2
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
-rw-r--r--job-cfg/reproducible.yaml6
-rw-r--r--job-cfg/schroot.yaml4
-rw-r--r--job-cfg/self.yaml2
-rw-r--r--job-cfg/webcheck.yaml2
13 files changed, 48 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml
index 2d639c6f..91b1d022 100644
--- a/job-cfg/chroot-installation.yaml
+++ b/job-cfg/chroot-installation.yaml
@@ -5,6 +5,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
builders:
- shell: '/srv/jenkins/bin/chroot-installation.sh {installation_params}'
publishers:
@@ -43,6 +45,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
builders:
- shell: '/srv/jenkins/bin/chroot-installation.sh {installation_params}'
publishers:
@@ -83,6 +87,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
triggers:
- timed: '{my_time}'
builders:
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index 135169f9..26b5199e 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -4,6 +4,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
properties:
- sidebar:
url: https://jenkins.debian.net/userContent/about.html
@@ -24,6 +26,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
properties:
- sidebar:
url: https://jenkins.debian.net/userContent/about.html
@@ -75,6 +79,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
properties:
- sidebar:
url: https://jenkins.debian.net/userContent/about.html
@@ -126,6 +132,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
properties:
- sidebar:
url: https://jenkins.debian.net/userContent/about.html
@@ -172,6 +180,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
properties:
- sidebar:
url: https://jenkins.debian.net/userContent/about.html
@@ -218,6 +228,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
properties:
- sidebar:
url: https://jenkins.debian.net/userContent/about.html
diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml
index 0f391b1f..243cc8a2 100644
--- a/job-cfg/dvswitch.yaml
+++ b/job-cfg/dvswitch.yaml
@@ -18,6 +18,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
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 aef9734f..fd0f8635 100755
--- a/job-cfg/edu-packages.yaml.py
+++ b/job-cfg/edu-packages.yaml.py
@@ -32,6 +32,8 @@ print("""
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
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 e41a87bb..dbffa186 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -5,6 +5,8 @@
logrotate:
daysToKeep: 90
numToKeep: 20
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
triggers:
- timed: "{my_timed}"
builders:
@@ -51,6 +53,8 @@
logrotate:
daysToKeep: 90
numToKeep: 20
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
triggers:
- timed: "0 6 * * *"
builders:
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
index 281aedca..8873efab 100644
--- a/job-cfg/haskell-package-plan.yaml
+++ b/job-cfg/haskell-package-plan.yaml
@@ -18,6 +18,8 @@
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 7bec6d2d..5a6110cc 100644
--- a/job-cfg/lintian-tests.yaml
+++ b/job-cfg/lintian-tests.yaml
@@ -18,6 +18,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
scm:
- git:
url: 'git://anonscm.debian.org/lintian/lintian.git'
diff --git a/job-cfg/piuparts.yaml b/job-cfg/piuparts.yaml
index 0b0b126c..0cf50a14 100644
--- a/job-cfg/piuparts.yaml
+++ b/job-cfg/piuparts.yaml
@@ -14,6 +14,8 @@
logrotate:
daysToKeep: 90
numToKeep: 20
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
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 2d433a0b..aebee3ab 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -53,6 +53,8 @@ print("""
logrotate:
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 7c7a7f85..7b4dbfc0 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -20,6 +20,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
builders:
- shell: '{my_shell}'
publishers:
@@ -53,6 +55,8 @@
logrotate:
daysToKeep: 90
numToKeep: 20
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
builders:
- shell: '{my_shell}'
publishers:
@@ -99,6 +103,8 @@
logrotate:
daysToKeep: 14
numToKeep: 750
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
builders:
- shell: '{my_shell}'
publishers:
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml
index e2ddfbe7..48d39599 100644
--- a/job-cfg/schroot.yaml
+++ b/job-cfg/schroot.yaml
@@ -16,6 +16,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
publishers:
- email:
recipients: jenkins+debian-qa holger@layer-acht.org
@@ -44,6 +46,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
publishers:
- email:
recipients: jenkins+debian-qa holger@layer-acht.org
diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml
index 67c48d33..000e21d6 100644
--- a/job-cfg/self.yaml
+++ b/job-cfg/self.yaml
@@ -4,6 +4,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
triggers:
- timed: "30 6 * * *"
builders:
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index d4223589..c410778d 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -5,6 +5,8 @@
logrotate:
daysToKeep: 90
numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
triggers:
- timed: "{timed}"
builders: