diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2017-01-24 01:20:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-24 01:20:23 +0000 |
commit | 8cb5166cee8f446b9759d27e77192a19f94bdddc (patch) | |
tree | 38a3bc4907c08170199d85858e970ceeff514235 /jjb/opera | |
parent | 47f445a47cbfd5a262ac94b9051883d8bfe71236 (diff) | |
parent | ca8d5d9f1f054acece699037b6487e679b282419 (diff) |
Merge "[macro] property logrotate"
Diffstat (limited to 'jjb/opera')
-rw-r--r-- | jjb/opera/opera-daily-jobs.yml | 2 | ||||
-rw-r--r-- | jjb/opera/opera-project-jobs.yml | 1 | ||||
-rw-r--r-- | jjb/opera/opera-verify-jobs.yml | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/jjb/opera/opera-daily-jobs.yml b/jjb/opera/opera-daily-jobs.yml index 556d59fcb..76aeb741e 100644 --- a/jjb/opera/opera-daily-jobs.yml +++ b/jjb/opera/opera-daily-jobs.yml @@ -38,6 +38,7 @@ concurrent: false properties: + - logrotate-default - throttle: enabled: true max-total: 1 @@ -105,6 +106,7 @@ concurrent: true properties: + - logrotate-default - throttle: enabled: true max-per-node: 1 diff --git a/jjb/opera/opera-project-jobs.yml b/jjb/opera/opera-project-jobs.yml index 19f066b5f..19c9a881e 100644 --- a/jjb/opera/opera-project-jobs.yml +++ b/jjb/opera/opera-project-jobs.yml @@ -21,6 +21,7 @@ concurrent: true properties: + - logrotate-default - throttle: enabled: true max-total: 1 diff --git a/jjb/opera/opera-verify-jobs.yml b/jjb/opera/opera-verify-jobs.yml index 0e9dba01d..d936cde9b 100644 --- a/jjb/opera/opera-verify-jobs.yml +++ b/jjb/opera/opera-verify-jobs.yml @@ -38,6 +38,7 @@ concurrent: true properties: + - logrotate-default - throttle: enabled: true max-total: 1 @@ -117,6 +118,7 @@ concurrent: true properties: + - logrotate-default - throttle: enabled: true max-per-node: 1 |