GithubHelp home page GithubHelp logo

Travis failures about specs HOT 11 CLOSED

prvst avatar prvst commented on June 2, 2024
Travis failures

from specs.

Comments (11)

bgruening avatar bgruening commented on June 2, 2024

We can always try different services like https://circleci.com/docs/docker or https://www.shippable.com/. They are more specialised on Docker containers as far as I know.

from specs.

ypriverol avatar ypriverol commented on June 2, 2024

@bgruening doing some checking I saw that https://circleci.com/pricing is free if we run only one containers at a time. One things of using https://www.shippable.com/ is the API access for future developments. From user experience here some benchmark: http://www.slant.co/topics/186/compare/~circleci_vs_travis_vs_shippable. @leprevost what about try circleci https://circleci.com/integrations/docker. @bgruening which system is Galaxy using.

P.S @leprevost we should use the new account [email protected]

from specs.

bgruening avatar bgruening commented on June 2, 2024

@ypriverol The Galaxy Docker project is currently evaluating different solutions. No clear answer yet.
The Galaxy project is using Travis, Docker is here not needed.

from specs.

ypriverol avatar ypriverol commented on June 2, 2024

Should we keep travis and we can move both togethers ...

from specs.

prvst avatar prvst commented on June 2, 2024

@bgruening hum, didn't heard about circleci, I will check that, thanks.

from specs.

ypriverol avatar ypriverol commented on June 2, 2024

@leprevost can we start the integration with travis and specify the size need to run the tests and the run limitations?

from specs.

sauloal avatar sauloal commented on June 2, 2024

@leprevost & @ypriverol
I've been digging. If we are setting webhooks to re-create the images upon commits and dockerhub will run the dockerfiles and report the result ( https://docs.docker.com/docker-hub/builds/#webhooks ). why do we need travis?

from specs.

prvst avatar prvst commented on June 2, 2024

i still kinda new to travis, so i'm not sure about this. I checked some
forums and people are saying that this is a feature/bug from this service.
Well, we do use the automatic build system that checks the containers and
the images, i think that with travis we can add more tests to evaluate the
containers if we want to.

On Thu, Aug 20, 2015 at 12:38 PM Saulo [email protected] wrote:

@leprevost https://github.com/Leprevost & @ypriverol
https://github.com/ypriverol
I've been digging. If we are setting webhooks to re-create the images upon
commits and dockerhub will run the dockerfiles and report the result (
https://docs.docker.com/docker-hub/builds/#webhooks ). why do we need
travis?


Reply to this email directly or view it on GitHub
#5 (comment).

from specs.

sauloal avatar sauloal commented on June 2, 2024

@leprevost , travis will spin a virtual machine and run a series of commands as defined in a travis file
dockerhub will sping a docker vm and run a series of commands as defined in a dockerfile file.

the only difference is the fact that travis email you. dockerhub can send you a HTTP post with the full log and result of running the dockerfile. if you dockerfile includes a series of tests, if a test fails the docker command fails.

that said, using travis implies that you will have to copy and adapt all the commands you have already tested in the dockerfile. I had huge problems adapting my program from ubuntu 14 to ubuntu 12 (different gcc versions).

from specs.

prvst avatar prvst commented on June 2, 2024

do you think we can drop travis then?

On Thu, Aug 20, 2015 at 10:11 PM Saulo [email protected] wrote:

@leprevost https://github.com/Leprevost , travis will spin a virtual
machine and run a series of commands as defined in a travis file
dockerhub will sping a docker vm and run a series of commands as defined
in a dockerfile file.

the only difference is the fact that travis email you. dockerhub can send
you a HTTP post with the full log and result of running the dockerfile. if
you dockerfile includes a series of tests, if a test fails the docker
command fails.

that said, using travis implies that you will have to copy and adapt all
the commands you have already tested in the dockerfile. I had huge problems
adapting my program from ubuntu 14 to ubuntu 12 (different gcc versions).


Reply to this email directly or view it on GitHub
#5 (comment).

from specs.

sauloal avatar sauloal commented on June 2, 2024

I think so. I can try to create a mock "travis to dockerhub"

from specs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.