You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by joshk <gi...@git.apache.org> on 2015/07/11 20:47:49 UTC

[GitHub] thrift pull request: Trying out the Travis CI beta setup

GitHub user joshk opened a pull request:

    https://github.com/apache/thrift/pull/548

    Trying out the Travis CI beta setup

    Sorry for the noise, but this project looks like a good candidate for helping us test out our new setup we are working on.
    
    Please do not merge this in.

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

    $ git pull https://github.com/joshk/thrift patch-1

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

    https://github.com/apache/thrift/pull/548.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 #548
    
----
commit 48597b438b426b0bb8259d520144de20953f02c1
Author: Josh Kalderimis <jo...@gmail.com>
Date:   2015-07-11T18:47:42Z

    Trying out the Travis CI beta setup
    
    Sorry for the noise, but this project looks like a good candidate for helping us test out our new setup we are working on.
    
    Please do not merge this in.

----


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by joshk <gi...@git.apache.org>.
Github user joshk commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-120993975
  
    So just to confirm, you just want to be able to use Docker within your build?
    
    For now you can just do what I do in this PR, this will send you to the new stack which has Docker reinstalled.


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by joshk <gi...@git.apache.org>.
Github user joshk commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-121240427
  
    @jfarrell have you tried this on Travis yet? I would love to see how this works and performs.


---
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] thrift pull request: Trying out the Travis CI beta setup

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

    https://github.com/apache/thrift/pull/548


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by joshk <gi...@git.apache.org>.
Github user joshk commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-121061375
  
    @jfarrell hey, I was just wondering, all the failures, are they expected?


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by joshk <gi...@git.apache.org>.
Github user joshk commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-121286215
  
    It is my pleasure, and there is more goodness to come!


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by joshk <gi...@git.apache.org>.
Github user joshk commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-121075497
  
    Hey @jfarrell, so I took a few stabs to see if I could get more of your build green, and I don't think I can by myself.
    
    I would really love your help in getting this green so we can then compare this build to your master build. 
    
    To note: this build is running on Trusty, so some packages may be different. You have 4 CPUs and around 15gigs of ram, but don't rely on this being the final config. And please don't merge in yet.
    
    Thanks a bundle


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by joshk <gi...@git.apache.org>.
Github user joshk commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-120980979
  
    This new setup will allow you to use Docker in your builds, is that something you are interested in?


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-121234119
  
    hey @joshk, i'm testing the docker build now with the following. We are looking to simplify this process with our next release, but currently the main tests can be run with
    
    ```
    docker build -t thrift build/docker/ubuntu
    docker run -it --rm -v $(pwd):/thrift thrift /bin/bash -c "cd /thrift && ./bootstrap.sh && ./configure && make check"
    ```


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-140595373
  
    This is now publicly available, closing test pr


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-121285896
  
    I have not tried this out yet, this has been one of the longer lagging issues I would love to address, but travis not supporting docker has been a blocker until now. I am preparing for a release candidate now and will plan on investing some time into fully testing this out in one of my branches. appreciate your help and also making docker support a direct possibility in travis


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-120985354
  
    yes, if we can get into the beta that would be great. our dockerfile that .travis.yaml mirrors from is build/docker/ubuntu/Dockerfile


---
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] thrift pull request: Trying out the Travis CI beta setup

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the pull request:

    https://github.com/apache/thrift/pull/548#issuecomment-120975801
  
    Hey @joshk, would love to get to a dockerized build in travis for testing so we can mirror our test env anywhere (currently having to duplicate setup in .travis.yaml and in dockerfiles is not ideal). What are the new beta setup capabilities?


---
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.
---