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

config: add streams[].skip_disk_images #1088

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Feb 4, 2025

As part of openshift/enhancements#1637, we've moved OCP 4.19 to use bootimages with RHEL content only. This means that the bootimages built with OCP content will never be used in practice.

Add a skip_disk_images knob to disable building them.

We still generate the QEMU image for kola tests to run and because they're useful to debug, but we drop everything else. (Actually, we could also not generate the QEMU image either and sanity-check the OCI image with kola run --oscontainer, but that requires more rewiring.)

We don't generate live media since I don't think the test coverage from that is meaningfully different enough from the RHEL-only variants given that the additional OCP packages are unrelated.

As part of openshift/enhancements#1637, we've
moved OCP 4.19 to use bootimages with RHEL content only. This means that
the bootimages built with OCP content will never be used in practice.

Add a `skip_disk_images` knob to disable building them.

We still generate the QEMU image for kola tests to run and because
they're useful to debug, but we drop everything else. (Actually, we
could also not generate the QEMU image either and sanity-check the OCI
image with `kola run --oscontainer`, but that requires more rewiring.)

We don't generate live media since I don't think the test coverage from
that is meaningfully different enough from the RHEL-only variants given
that the additional OCP packages are unrelated.
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.

1 participant