Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile & Docker for running tests locally #19981

Merged

Commits on Nov 1, 2020

  1. Add Makefile & Docker for running tests locally

    * Add Makefile with targets:
      * For a single or all tets
      * For CI, local, or docker
    * Add Dockerfile and docker-compose configuration
    costas-basdekis committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    3ce8667 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Add ability to run only one sub-test

    To do that use `ONLY_TEST=<The description of the test>`
    costas-basdekis committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    51bb8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d58e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c60c82 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Add Makefile & Docker for running tests locally

    * Add Makefile with targets:
      * For a single or all tets
      * For CI, local, or docker
    * Add Dockerfile and docker-compose configuration
    costas-basdekis committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    3c65e04 View commit details
    Browse the repository at this point in the history
  2. Add ability to run only one sub-test

    To do that use `ONLY_TEST=<The description of the test>`
    costas-basdekis committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    1c0b7e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1436945 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77e946e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e12a0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60a623c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bea5106 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    614644e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Fix, improve mftest

    thinkyhead committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b3d2eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a65f76b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4fdf0d View commit details
    Browse the repository at this point in the history
  4. Even better mftest

    thinkyhead committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    3328630 View commit details
    Browse the repository at this point in the history
  5. More colorful mftest

    thinkyhead committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    19bd4ec View commit details
    Browse the repository at this point in the history