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

Conversation

cgwalters
Copy link
Collaborator

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.

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 cgwalters merged commit c69e132 into containers:main May 20, 2024
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants