Giter Site home page Giter Site logo

Tests about swift-docker HOT 3 CLOSED

swizzlr avatar swizzlr commented on July 17, 2024
Tests

from swift-docker.

Comments (3)

Khalian avatar Khalian commented on July 17, 2024

There are two ways to solve this problem.

  1. Shippable supports on_success ci step. I can technically jam the bash script there. This has the obvious advantage of decoupling the build and the test, thereby making shippable optimize the build better. The obvious drawback is we would have to rewrite this if we wanna move to travis or circle CI tomorrow.

  2. COPY the files and run cmd and check the return type. This contains the test inside the Docker file, making the testing more portable around different CI styles. But build times would marginally increase and the docker file gets a little complex.

I will leave the decision to you. I can draft an impl once I get a go ahead on which one makes more sense. I am in favor of 2.

from swift-docker.

swizzlr avatar swizzlr commented on July 17, 2024

Both good options – the third is to use bashbrew, which is what the official docker library uses, and we use when PRing our work. For simplicity's sake, that might make more sense. See https://github.com/docker-library/official-images/tree/master/test for more info

from swift-docker.

shahmishal avatar shahmishal commented on July 17, 2024

@swizzlr We are moving Swift Docker issues to https://bugs.swift.org Component: Docker. Can you please file your issue on bugs.swift.org?

We are planning on closing GitHub swift-docker issues on Dec 20th, 2018 (PST).

from swift-docker.

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.