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 docker compose based test environment for Linux #733

Merged
merged 2 commits into from
Sep 25, 2024

Commits on Sep 13, 2024

  1. tox.ini: generate HTML coverage output

    This makes it trivial to inspect, line by line, what got covered.
    That is useful when evaluating coverage for a new feature.
    
    Signed-off-by: Martí Bolívar <mbolivar@amperecomputing.com>
    mbolivar-ampere authored and pdgendt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e6b3014 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add docker compose based testing

    Our release process documentation recommends getting passing tox
    results on as many popular linux distributions as time allows. Doing
    this by hand is cumbersome, redundant, and error prone.
    
    Add a directory with a helper script that automates the entire process
    using docker compose and document its use in MAINTAINERS.rst.
    
    Signed-off-by: Martí Bolívar <mbolivar@amperecomputing.com>
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    mbolivar-ampere authored and pdgendt committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    89e9dc8 View commit details
    Browse the repository at this point in the history