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 tests back to the development-v6 container #1396

Merged
merged 5 commits into from
Jul 26, 2023
Merged

Commits on Jul 24, 2023

  1. - Change test dockerfile base to alpine, too (Alpine all the things!)

    - Tweak build-and-test.sh to allow tests to run against more platforms using buildx
    - Split GHA out into two seperate files. One for tests on pull requests, another for build and merge on push to `development-v6` (add other branches in later)
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    PromoFaux committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6b5332b View commit details
    Browse the repository at this point in the history
  2. Strip out no longer relevant tests/test fixtures (persist_docker, for…

    … example has not been used in a long time) , begin building test library from ground up.
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    PromoFaux committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3208c40 View commit details
    Browse the repository at this point in the history
  3. Change test dockerfile base to docker:24.0.4-cli-alpine3.18 rather …

    …than copying in, buildx would not work the other way.
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    PromoFaux committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1202daf View commit details
    Browse the repository at this point in the history
  4. test names should match the regular expression ^[a-z_][a-z0-9_]*$. Ap…

    …parently
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    PromoFaux committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4c8f461 View commit details
    Browse the repository at this point in the history
  5. ./build-and-test.sh enter was not working because bash not installe…

    …d, change command to sh instead of bash
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    PromoFaux committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fee2595 View commit details
    Browse the repository at this point in the history