-
Notifications
You must be signed in to change notification settings - Fork 17
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
ci: modify Konflux pipelines #745
Conversation
d07915a
to
472582e
Compare
/override "Test upgrade operator" |
@osmman: Overrode contexts on behalf of osmman: Test upgrade operator In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@osmman is there a reason you are chaining the pipelines? Rather than having them be in the one tekton file? Im also going to re run Konflux builds as the tasks on Konflux are not reporting much . |
/retest |
I’m chaining the pipelines to avoid duplicating code for push and pull_request pipelines. This approach makes it easier to add new steps, like unit tests, in future updates. I followed the Konflux example for this setup. There has been added new step to build-image-index which enable to have images for multiple architectures. |
472582e
to
78e0948
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: osmman, tommyd450 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Migrated Konflux pipeline based on OLM operator example
https://github.com/konflux-ci/olm-operator-konflux-sample