tests: Update tests_all_options.yml to do bootc end-to-end validation#187
Merged
martinpitt merged 2 commits intolinux-system-roles:mainfrom Jun 6, 2025
Merged
tests: Update tests_all_options.yml to do bootc end-to-end validation#187martinpitt merged 2 commits intolinux-system-roles:mainfrom
martinpitt merged 2 commits intolinux-system-roles:mainfrom
Conversation
Reviewer's GuideThis PR updates the test playbook to support a full bootc end-to-end validation by relocating the SSH config file into /etc, gating relevant tasks with a __bootc_validation flag, adding a QEMU deployment step for buildah connections, and adjusts Galaxy metadata to include container tags. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @martinpitt - I've reviewed your changes - here's some feedback:
- Consider using a test-specific temporary path instead of
/etc/test_ssh_configto avoid permission issues and potential conflicts with system configs. - Add a
failed_whencondition to the QEMU deployment task to catch script failures rather than always marking the task as changed. - Use the explicit
| default(false)filter instead ofd(false)for clarity and consistency in thewhenstatements.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Review instructions: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Move the generated file to /etc, as files in /tmp don't get included in a bootc deployment. See https://issues.redhat.com/browse/RHEL-78157
Contributor
Author
|
[citest] |
spetrosi
approved these changes
Jun 6, 2025
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.
Move the generated file to /etc, as files in /tmp don't get included in a bootc deployment.
See https://issues.redhat.com/browse/RHEL-78157
Summary by Sourcery
Enable bootc end-to-end validation by relocating generated test files, guarding tasks with __bootc_validation, adding a QEMU deployment step, and updating metadata tags.
New Features:
Enhancements: