X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fperiodic.yaml;h=7e55fbee7ed564f7c9f524d18f6bea6b23a6bb00;hb=a59fa943cb530740f19e3b100ff7af776c942902;hp=6d8531daca257f32cd7d051814976f435f028e03;hpb=f73aa0b876faaa1f435d5a32b83bf1a436f0475d;p=releng%2Fbuilder.git diff --git a/jjb-templates/periodic.yaml b/jjb-templates/periodic.yaml index 6d8531daca..7e55fbee7e 100644 --- a/jjb-templates/periodic.yaml +++ b/jjb-templates/periodic.yaml @@ -1,7 +1,6 @@ - job-template: name: 'PROJECT_SHORTNAME-periodic-{stream}' - # Temporarily disable until Rackspace networking issues are resolved - disabled: true + disabled: false # Job template for periodic builders # @@ -17,8 +16,8 @@ jdk: '{jdk}' logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' + daysToKeep: '14' + numToKeep: '10' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}'