You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by xunzhang <gi...@git.apache.org> on 2016/06/28 06:20:05 UTC

[GitHub] incubator-hawq pull request #756: HAWQ-873. improve checking time for .travi...

GitHub user xunzhang opened a pull request:

    https://github.com/apache/incubator-hawq/pull/756

    HAWQ-873. improve checking time for .travis.yml

    From 25min -> 17min: https://travis-ci.org/xunzhang/incubator-hawq/builds/140718129

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

    $ git pull https://github.com/xunzhang/incubator-hawq HAWQ-873

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

    https://github.com/apache/incubator-hawq/pull/756.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 #756
    
----
commit 47f82ea0ed0ebd37d7737a15bc006fc4a333a446
Author: xunzhang <xu...@gmail.com>
Date:   2016-06-28T05:53:04Z

    HAWQ-873. improve checking time for .travis.yml

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #756: HAWQ-873. improve checking time for .travis.yml

Posted by xunzhang <gi...@git.apache.org>.
Github user xunzhang commented on the issue:

    https://github.com/apache/incubator-hawq/pull/756
  
    cc @liming01 @yaoj2 @radarwave 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #756: HAWQ-873. improve checking time for .travis.yml

Posted by radarwave <gi...@git.apache.org>.
Github user radarwave commented on the issue:

    https://github.com/apache/incubator-hawq/pull/756
  
    LGTM. +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #756: HAWQ-873. improve checking time for .travis.yml

Posted by yaoj2 <gi...@git.apache.org>.
Github user yaoj2 commented on the issue:

    https://github.com/apache/incubator-hawq/pull/756
  
    Cool +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #756: HAWQ-873. improve checking time for .travi...

Posted by xunzhang <gi...@git.apache.org>.
Github user xunzhang commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/756#discussion_r68899447
  
    --- Diff: .travis.yml ---
    @@ -43,7 +43,7 @@ before_script:
       - ./configure
     
     script:
    -  - make -j2
    +  - make -j$(sysctl -n hw.ncpu)
    --- End diff --
    
    It is the number of CPUs in the platform like `nprocs` in ubuntu. This pr has already been merged into master.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #756: HAWQ-873. improve checking time for .travi...

Posted by ictmalili <gi...@git.apache.org>.
Github user ictmalili commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/756#discussion_r68894658
  
    --- Diff: .travis.yml ---
    @@ -43,7 +43,7 @@ before_script:
       - ./configure
     
     script:
    -  - make -j2
    +  - make -j$(sysctl -n hw.ncpu)
    --- End diff --
    
    @xunzhang ,  could you tell what's the meaning for this parameter "hw.ncpu"? Have you uploaded the code to HAWQ master code? Thanks


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #756: HAWQ-873. improve checking time for .travi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/756


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---