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

Move install tests shell script into Rust #548

Merged
merged 1 commit into from
May 20, 2024

Commits on May 19, 2024

  1. Move install tests shell script into Rust

    A few things going on here:
    
    - Rewrite logic from shell script into Rust (using xshell, so
      it's still convenient to fork commands)
    - Make the test logic take an externally-built container image
      instead of using a `-v bootc:/usr/bin/bootc` bind mount
    - Build the container image using our stock hack/Containerfile
      in Github Actions instead of building for c9s in GHA
    - This all hence starts to make the logic reusable outside
      of Github Actions too; the container build is a known standard thing.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed May 19, 2024
    Configuration menu
    Copy the full SHA
    65136e0 View commit details
    Browse the repository at this point in the history