Skip to content

Fix ARK pipelines

By moving rpm repo creation to publish stage, we have no repos for the ARK kernel. Fix this by adding the stage to the upstream tree where ARK lives. Since the repo creation is guarded by a make_target condition, regular upstream kernels aren't affected.

Ideally we'd include the publish stage based on make_target value itself, however we can't do it yet because we still have RHEL5 to support and we have to include the stage there for Brew builds.

Signed-off-by: Veronika Kabatova vkabatov@redhat.com

Merge request reports