[ 
https://issues.apache.org/jira/browse/BEAM-4569?focusedWorklogId=112481&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-112481
 ]

ASF GitHub Bot logged work on BEAM-4569:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jun/18 23:08
            Start Date: 15/Jun/18 23:08
    Worklog Time Spent: 10m 
      Work Description: chamikaramj closed pull request #5661: [BEAM-4569] 
Increase Jenkins build retention from 14 to 30 days.
URL: https://github.com/apache/beam/pull/5661
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/common_job_properties.groovy 
b/.test-infra/jenkins/common_job_properties.groovy
index ec19dd303c2..84841cd8678 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -89,7 +89,7 @@ class common_job_properties {
 
     // Discard old builds. Build records are only kept up to this number of 
days.
     context.logRotator {
-      daysToKeep(14)
+      daysToKeep(30)
     }
 
     // Source code management.
diff --git a/.test-infra/jenkins/job_00_seed.groovy 
b/.test-infra/jenkins/job_00_seed.groovy
index 9fcd9d632ba..646d2b8c758 100644
--- a/.test-infra/jenkins/job_00_seed.groovy
+++ b/.test-infra/jenkins/job_00_seed.groovy
@@ -29,7 +29,7 @@ job('beam_SeedJob') {
   label('beam')
 
   logRotator {
-    daysToKeep(14)
+    daysToKeep(30)
   }
 
   scm {
diff --git a/.test-infra/jenkins/job_seed_standalone.groovy 
b/.test-infra/jenkins/job_seed_standalone.groovy
index beaecd95a6a..dd1b6e7538c 100644
--- a/.test-infra/jenkins/job_seed_standalone.groovy
+++ b/.test-infra/jenkins/job_seed_standalone.groovy
@@ -29,7 +29,7 @@ job('beam_SeedJob_Standalone') {
   label('beam')
 
   logRotator {
-    daysToKeep(14)
+    daysToKeep(30)
   }
 
   scm {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 112481)
    Time Spent: 50m  (was: 40m)

> Jenkins: increase build history retention to 4 weeks
> ----------------------------------------------------
>
>                 Key: BEAM-4569
>                 URL: https://issues.apache.org/jira/browse/BEAM-4569
>             Project: Beam
>          Issue Type: Improvement
>          Components: build-system
>            Reporter: Udi Meiri
>            Assignee: Udi Meiri
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> We would like to increase build history to 4 weeks in order to track build 
> time trends (we're trying to keep them fast).
> Example job: 
> https://builds.apache.org/job/beam_PreCommit_Python_GradleBuild/buildTimeTrend
>  
> If you scroll to the bottom of the page, the last build listed is 2 weeks 
> old. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to