cicd: skip checks in order to pass ecosystem-cert-preflight-checks#31
Draft
cicd: skip checks in order to pass ecosystem-cert-preflight-checks#31
Conversation
avitova
approved these changes
Apr 1, 2026
Collaborator
Author
|
Do not merge, looking into other failures. |
Collaborator
Author
|
Okay so instead of using the default pipeline bootstrapped from Konflux which assumes UBI containers, we should build our build pipeline based on https://gitlab.com/fedora/bootc/base-images specifically https://gitlab.com/fedora/bootc/base-images/-/work_items/51 which uses custom jobs from https://gitlab.com/fedora/bootc/tekton-catalog specifically the one that builds images is https://gitlab.com/fedora/bootc/tekton-catalog/-/tree/main/pipelines/buildah-build-bootc-multi-platform-oci-ta |
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.
We need to run EnterpriseContract in order to get the final image pushed into the destination. But the train will not depart if there are checks failing. Currently the failing task
ecosystem-cert-preflight-checksis blocking this.Unfortunately, this cannot be self-serviced in Konflux, however, we can update it in our own pipelines. This is what this PR does. We can re-enable this if we find another way, or alternatively these jobs can be deleted completely from all tekton files in this repo.
It will also disable other checks, but these all have warnings anyway:
If we start publishing these containers, then we need to align the integration test pipeline with bootc containers.
For the record, the failure is caused by series of checks which are designed for ubi containers but not bootc containers: