github: add minimal reverse dependency test for ibcli#1711
Merged
Conversation
mvo5
force-pushed
the
reverse-deps-test-ibcli
branch
6 times, most recently
from
July 30, 2025 11:50
b8b7381 to
5d32c6d
Compare
mvo5
marked this pull request as ready for review
July 30, 2025 12:02
supakeen
approved these changes
Jul 30, 2025
thozza
approved these changes
Jul 30, 2025
thozza
enabled auto-merge
July 30, 2025 13:18
Member
|
This will need a rebase after #1710 lands in |
This commit adds a minimal workflow to run the image-builder-cli unit tests against the images library that is PRed. This is inspired by the osbuild-composer integration but starts initially much simpler to avoid duplicating too much code, it would be nice to extract a common helper workflow.
bcl
force-pushed
the
reverse-deps-test-ibcli
branch
from
July 30, 2025 22:19
5d32c6d to
c3cc5c5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds a minimal workflow to run the
image-builder-cli unit tests against the images library that is PRed.
This is inspired by the osbuild-composer integration but starts initially much simpler to avoid duplicating too much code, it would be nice to extract a common helper workflow.
This should give as a (non-required) test failure if we break ibcli accidentally.
[edit: this will fail until https://github.com//pull/1710 is merged]