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

[jira] [Commented] (SAMZA-1725) Set travis build idle time out to 20 minutes.

    [ https://issues.apache.org/jira/browse/SAMZA-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16485751#comment-16485751 ] 

ASF GitHub Bot commented on SAMZA-1725:
---------------------------------------

GitHub user shanthoosh opened a pull request:

    https://github.com/apache/samza/pull/530

    SAMZA-1725: Set travis build idle time out to 20 minutes.

    Currently, average build time of samza codebase is 15 to 20 minutes. However, travis has a build idle timeout of 10 minutes and fails the build if the gradle build command doesn't log anything to console
    for 10 minutes(occurs when running tests in samza-test module).
    
    Increasing the build idle-wait timeout value to 20 minutes.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shanthoosh/samza increase_travis_build_wait_time

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/530.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #530
    
----
commit 2cfc1cd0dc2fb675b25785cdb079f7bb79d52b46
Author: Shanthoosh Venkataraman <sa...@...>
Date:   2018-05-22T21:34:16Z

    Set travis build time out to 20 minutes.
    
    Currently, average build time of samza codebase is 15 to 20 minutes.
    However, travis has a build idle-wait timeout of 10 minutes and fails
    the build if the gradle build command doesn't log anything to console
    within that time(occurs when running tests in samza-test module).
    
    Increasing the build idle-wait timeout value to 20 minutes.

----


> Set travis build idle time out to 20 minutes.
> ---------------------------------------------
>
>                 Key: SAMZA-1725
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1725
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Major
>
> Currently, average build time of samza codebase is 15 to 20 minutes. However, travis has a build idle timeout of 10 minutes and fails the build if the gradle build command doesn't log anything to console within that time(occurs when running tests in samza-test module).
> Sample log having the build time of samza code-base in dev environment.
> {code:java}
> :samza-yarn_2.11:build
> BUILD SUCCESSFUL
> Total time: 15 mins 22.595 secsĀ 
> {code}
> Proposal is to increase the build idle timeout to 20 minutes



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