Skip to content

Add --test-copr option to test-os-variants workflow - #1722

Merged
KKoukiou merged 1 commit into
rhinstaller:mainfrom
KKoukiou:test-os-variant-custom-iso
Sep 16, 2026
Merged

KKoukiou merged 1 commit into
rhinstaller:mainfrom
KKoukiou:test-os-variant-custom-iso

Conversation

@KKoukiou

Copy link
Copy Markdown
Contributor

Allow testing with custom packages from COPR repos by building a boot.iso with additional COPRs enabled. Multiple COPRs can be specified comma-separated. Usage:
/test-os-variants --test-copr=owner/project --os-variants=daily-iso /test-os-variants --test-copr=owner1/p1,owner2/p2 --os-variants=daily-iso-webui

Requires --os-variants with exactly one of daily-iso or daily-iso-webui. The webui flag is set automatically based on the selected os-variant.

The reusable ISO build workflow gains a test_copr input and handles COPR URL construction. test-os-variants adds a conditional build-iso job that calls it before running the test matrix.

Assisted-By: Claude Opus 4.6 noreply@anthropic.com

@KKoukiou
KKoukiou requested review from jikortus and rvykydal July 24, 2026 14:24

@jikortus jikortus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Having a possibility to use content from COPR looks really useful, thank you!

@rvykydal rvykydal left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good to me.

Allow testing with custom packages from COPR repos by building a
boot.iso with additional COPRs enabled. Multiple COPRs can be
specified comma-separated. Usage:
/test-os-variants --test-copr=owner/project --os-variants=daily-iso
/test-os-variants --test-copr=owner1/p1,owner2/p2 --os-variants=daily-iso-webui

Requires --os-variants with exactly one of daily-iso or
daily-iso-webui. The webui flag is set automatically based on the
selected os-variant.

The reusable ISO build workflow gains a test_copr input and handles
COPR URL construction. test-os-variants adds a conditional build-iso
job that calls it before running the test matrix.

Assisted-By: Claude Opus 4.6 <noreply@anthropic.com>
@KKoukiou
KKoukiou force-pushed the test-os-variant-custom-iso branch from c32a65d to 066df98 Compare September 15, 2026 14:33
@KKoukiou
KKoukiou merged commit c8e53cc into rhinstaller:main Sep 16, 2026
3 checks passed
@KKoukiou
KKoukiou deleted the test-os-variant-custom-iso branch September 16, 2026 06:03
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.

3 participants