You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/25 00:25:00 UTC

[jira] [Work logged] (BEAM-4169) Modify max worker of jenkins build

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

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

                Author: ASF GitHub Bot
            Created on: 25/Apr/18 00:24
            Start Date: 25/Apr/18 00:24
    Worklog Time Spent: 10m 
      Work Description: yifanzou closed pull request #5222: BEAM-4169, remove max worker for Jenkins build
URL: https://github.com/apache/beam/pull/5222
 
 
   

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 1ab3a2f9acd..b13901c7644 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -170,10 +170,7 @@ class common_job_properties {
     "--info",
     // Continue the build even if there is a failure to show as many potential failures as possible.
     '--continue',
-    // Limit background number of workers to prevent exhausting machine memory.
-    // Jenkins machines have 15GB memory, and run 2 jobs in parallel; workers are configured with
-    // JVM max heap size 3.5GB. So 2 jobs * 2 workers * 3.5GB heap = 14GB
-    '--max-workers=2',
+    '--scan',
   ]
 
   static void setGradleSwitches(context) {


 

----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 94893)
    Time Spent: 40m  (was: 0.5h)

> Modify max worker of jenkins build
> ----------------------------------
>
>                 Key: BEAM-4169
>                 URL: https://issues.apache.org/jira/browse/BEAM-4169
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: yifan zou
>            Assignee: yifan zou
>            Priority: Major
>             Fix For: Not applicable
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




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