Skip to content

Conversation

@cgwalters
Copy link
Collaborator

In the future, we may want to "shard" tests across multiple runners, but as is right now it's basically just adding overhead to copy the disk image as an artifact across the job.

While we're here, clean things up further to match the general principle that GHA flows should mostly just be running just. The logic from build.sh to map from strings -> containers though moves into the GHA for now.

In the future, we may want to "shard" tests across multiple runners,
but as is right now it's basically just adding overhead to copy
the disk image as an artifact across the job.

While we're here, clean things up further to match the general
principle that GHA flows should mostly just be running `just`.
The logic from build.sh to map from strings -> containers though
moves into the GHA for now.

Signed-off-by: Colin Walters <walters@verbum.org>
@bootc-bot bootc-bot bot requested a review from gursewak1997 October 30, 2025 17:01
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request simplifies the CI by combining build and test jobs, which is a positive change for efficiency. However, the removal of tests/build.sh introduces a breaking change for local development workflows by breaking several just commands (build-disk, test-tmt, test-tmt-one) that depend on this script. My review provides a suggestion to either restore this functionality within the Justfile or remove the broken commands to maintain a usable local development environment.

@cgwalters cgwalters enabled auto-merge (rebase) October 30, 2025 20:17
@cgwalters
Copy link
Collaborator Author

@gursewak1997 this one should be a straightforward review when you have a sec

Copy link
Contributor

@gursewak1997 gursewak1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks sane to me

@cgwalters cgwalters merged commit a043c8e into bootc-dev:main Oct 30, 2025
47 of 48 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.

2 participants