Skip to content

NO-ISSUE: Create Konflux Pipelines for branch (backplane-5.1) - #856

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
rivkyrizel:konflux-5.1
Aug 18, 2026
Merged

NO-ISSUE: Create Konflux Pipelines for branch (backplane-5.1)#856
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
rivkyrizel:konflux-5.1

Conversation

@rivkyrizel

@rivkyrizel rivkyrizel commented Aug 16, 2026

Copy link
Copy Markdown

Add Konflux build configuration for backplane-5.1

This PR adds the necessary Konflux pipeline configuration files to support the new backplane-5.1 branch.

Changes include:

  • Add Tekton pipeline definitions for pull requests and pushes
  • Add Dockerfile.konflux for Konflux builds (if not exists)
  • Add rpms configuration files for dependency management (if not exists)
  • Update version references from MCE 5.0 to 5.1

Based on configuration from origin/backplane-5.0.

/cc @carbonin @gamli75

Summary by CodeRabbit

  • Chores
    • Updated build and release automation to target MCE 5.1.
    • Aligned pull-request validation and image publishing workflows with the MCE 5.1 release configuration.
    • Updated associated image tags and build settings for the new release version.

@openshift-ci-robot

Copy link
Copy Markdown

@rivkyrizel: This pull request explicitly references no jira issue.

Details

In response to this:

Add Konflux build configuration for backplane-5.1

This PR adds the necessary Konflux pipeline configuration files to support the new backplane-5.1 branch.

Changes include:

  • Add Tekton pipeline definitions for pull requests and pushes
  • Add Dockerfile.konflux for Konflux builds (if not exists)
  • Add rpms configuration files for dependency management (if not exists)
  • Update version references from MCE 5.0 to 5.1

Based on configuration from origin/backplane-5.0.

/cc @carbonin @gamli75

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 16, 2026
@openshift-ci
openshift-ci Bot requested review from carbonin and gamli75 August 16, 2026 00:33
@coderabbitai

coderabbitai Bot commented Aug 16, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: bc0c6545-37c4-4bfc-a346-ac9a5fbc7390

📥 Commits

Reviewing files that changed from the base of the PR and between 822cf93 and 2a3c416.

📒 Files selected for processing (2)
  • .tekton/image-based-install-operator-mce-51-pull-request.yaml
  • .tekton/image-based-install-operator-mce-51-push.yaml

Included review availability: Your plan includes up to 12 reviews per rolling hour; 11 remain after this review.


Walkthrough

The Tekton pull-request and push PipelineRun configurations now target MCE 5.1. Branches, identifiers, output image paths, and build service accounts were updated.

Changes

MCE 5.1 pipeline configurations

Layer / File(s) Summary
Pull-request PipelineRun configuration
.tekton/image-based-install-operator-mce-51-pull-request.yaml
The pull-request trigger, PipelineRun identifiers, output image path, and service account now use MCE 5.1 values.
Push PipelineRun configuration
.tekton/image-based-install-operator-mce-51-push.yaml
The push trigger, PipelineRun identifiers, output image tag, and service account now use MCE 5.1 values.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 2a3c4

This PR adds branch-specific Tekton trigger definitions, and the supplied evidence does not show an incorrect trigger target; no actionable merge-blocking risk remains after normal checks.

Suggested reviewers: carbonin, gamli75

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the creation of Konflux pipelines for the backplane-5.1 branch, which matches the primary change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The commit changes only two Tekton YAML configurations. The diff adds no Ginkgo test constructs or test titles, so no dynamic test name is introduced.
Test Structure And Quality ✅ Passed The diff only renames and updates two Tekton YAML files; it adds no Ginkgo test code or It blocks, so this check is inapplicable.
Microshift Test Compatibility ✅ Passed The commit only renames and updates two Tekton YAML PipelineRun files; it adds no Ginkgo e2e tests or MicroShift-incompatible API references.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The pull request only renames and edits two Tekton YAML PipelineRuns; the exact diff adds no Ginkgo tests or multi-node test behavior.
Topology-Aware Scheduling Compatibility ✅ Passed The commit only renames and updates Tekton PipelineRun configuration files; it adds no deployment, operator, controller, or pod scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The PR only renames and updates two Tekton YAML files; it introduces no OTE binary or process-level stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The parent-to-HEAD diff contains only two Tekton YAML configurations and no new Ginkgo e2e tests, so this compatibility check is not applicable.
No-Weak-Crypto ✅ Passed The commit only renames two Tekton YAML files and updates MCE 5.0 branch, labels, names, image tags, and service accounts; no weak-crypto or custom crypto usage was added.
Container-Privileges ✅ Passed The PR only renames and updates two PipelineRun manifests; no added privileged, host namespace, SYS_ADMIN, root, or allowPrivilegeEscalation settings are present.
No-Sensitive-Data-In-Logs ✅ Passed The diff only updates Tekton branch, labels, names, image tags, and service accounts; it adds no logging commands or sensitive values to logs.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@giladravid16

Copy link
Copy Markdown
Contributor

/hold
This PR needs to be to main

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 16, 2026
@rivkyrizel
rivkyrizel changed the base branch from backplane-5.1 to main August 17, 2026 09:33
Co-authored-by: Cursor <cursoragent@cursor.com>
@giladravid16

Copy link
Copy Markdown
Contributor

/unhold
/approve
/lgtm

This only affects konflux, not prow so no need to run e2e tests
/override ci/prow/e2e-ibio ci/prow/e2e-ibio-v4v6 ci/prow/e2e-ibio-v6v4 ci/prow/ibio-reinstall ci/prow/ibio-reinstall-v4v6 ci/prow/ibio-reinstall-v6v4

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 18, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 18, 2026
@openshift-ci

openshift-ci Bot commented Aug 18, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: giladravid16, rivkyrizel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 18, 2026
@openshift-ci

openshift-ci Bot commented Aug 18, 2026

Copy link
Copy Markdown

@giladravid16: Overrode contexts on behalf of giladravid16: ci/prow/e2e-ibio, ci/prow/e2e-ibio-v4v6, ci/prow/e2e-ibio-v6v4, ci/prow/ibio-reinstall, ci/prow/ibio-reinstall-v4v6, ci/prow/ibio-reinstall-v6v4

Details

In response to this:

/unhold
/approve
/lgtm

This only affects konflux, not prow so no need to run e2e tests
/override ci/prow/e2e-ibio ci/prow/e2e-ibio-v4v6 ci/prow/e2e-ibio-v6v4 ci/prow/ibio-reinstall ci/prow/ibio-reinstall-v4v6 ci/prow/ibio-reinstall-v6v4

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.

@openshift-merge-bot
openshift-merge-bot Bot merged commit bc1ddc6 into openshift:main Aug 18, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants