diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-11-26 22:32:45 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-12-01 17:53:28 +0900 |
commit | 3559db4bdc4ac047726121e82bc4a1150e137447 (patch) | |
tree | ed01355a748ddeaa664190bdef1972cb4ae51352 /jjb/prediction | |
parent | a3eda1ce7953fc80ecf07905c2e551893b6ffc10 (diff) |
jjb: add default logrotate to releng-defaults.yaml
Change-Id: I373d24be32e154b25d685df47e6d06ad352877c4
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/prediction')
-rw-r--r-- | jjb/prediction/prediction.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jjb/prediction/prediction.yml b/jjb/prediction/prediction.yml index 76fcef208..d47392c20 100644 --- a/jjb/prediction/prediction.yml +++ b/jjb/prediction/prediction.yml @@ -118,12 +118,6 @@ # # This job's purpose is to update all the JJB - logrotate: - daysToKeep: 30 - numToKeep: 40 - artifactDaysToKeep: -1 - artifactNumToKeep: 5 - parameters: - project-parameter: project: '{project}' |