Skip to content

Onboard lightspeed-agentic-{operator,sandbox,console} on Prow CI#79457

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
blublinsky:lightspeed-agentic
May 20, 2026
Merged

Onboard lightspeed-agentic-{operator,sandbox,console} on Prow CI#79457
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
blublinsky:lightspeed-agentic

Conversation

@blublinsky
Copy link
Copy Markdown
Contributor

@blublinsky blublinsky commented May 19, 2026

Summary

Enable Prow CI for three new lightspeed-agentic repositories:

  • openshift/lightspeed-agentic-operator — CI config with build verification, manifest generation check, and unit tests (Go 1.25)
  • openshift/lightspeed-agentic-sandbox — CI config with lint and unit tests (Python, uv-based)
  • openshift/lightspeed-agentic-console — Prow config only (CI config to follow)

Changes

CI Operator configs (ci-operator/config/)

  • Add openshift/lightspeed-agentic-operator config: binary_build_commands, generate and unit tests
  • Update openshift/lightspeed-agentic-sandbox OWNERS to align with source repo

Prow configs (core-services/prow/02_config/)

  • Add Tide, approve/lgtm plugin, and triggers config for all three repos
  • Add OWNERS files mirroring source repo ownership

Test plan

  • make prow-config passes
  • make ci-operator-config passes
  • All files are valid YAML
  • CI rehearsal jobs pass on this PR

Summary

This PR onboards three Lightspeed agentic repositories to OpenShift Prow CI and CI-Operator:

What changed (practical effects)

  • Enables automated CI for new component repositories so PRs and merges will be validated and gated by OpenShift's CI tooling.
  • openshift/lightspeed-agentic-operator
    • Added a ci-operator config that builds the operator binary, runs manifest generation checks, and executes unit tests using Go 1.25. This enables automated build verification and test gating for operator changes.
    • Added Prow repo configuration (tide, approve/lgtm plugin scoping, triggers) and an OWNERS file to align review/approval rules with the source repo.
  • openshift/lightspeed-agentic-sandbox
    • Added ci-operator config for linting and unit tests for the Python (uv-based) project, plus an updated OWNERS file to mirror the source repo ownership. This enables lint/test jobs for sandbox PRs.
    • Added Prow repo configuration (tide, approve/lgtm plugin scoping, triggers) and OWNERS.
  • openshift/lightspeed-agentic-console
    • Added Prow configuration (tide, approve/lgtm plugin scoping, triggers) and OWNERS to start repo-level gating and plugin behavior; ci-operator config for build/tests will be added in a follow-up PR.

CI behavior and policies

  • Tide queries added so merges require both approved and lgtm and exclude known blocking labels (backports, do-not-merge, WIP, needs-rebase, Jira/invalid-bug, etc.).
  • Approve plugin scoped to each repo with ignore_review_state: true and require_self_approval: true (self-approval allowed under configured rules).
  • org_invite triggers and trusted-app whitelists added (dependabot, red-hat-konflux, openshift-merge-bot).
  • OWNERS files were mirrored/auto-generated from the source repos to ensure consistent approvers and reviewers for each repo.

Files added/updated (high level)

  • ci-operator/config/openshift/lightspeed-agentic-operator/: ci-operator config + OWNERS
  • ci-operator/config/openshift/lightspeed-agentic-sandbox/: ci-operator config + OWNERS (OWNERS updated)
  • core-services/prow/02_config/openshift/lightspeed-agentic-{console,operator,sandbox}/: OWNERS, _prowconfig.yaml (tide), and _pluginconfig.yaml (approve/lgtm/triggers) for each repo

Validation status

  • make prow-config: passed
  • make ci-operator-config: passed
  • YAML syntax validation: passed
  • CI rehearsal jobs: pending

This PR puts the three repos under OpenShift's Prow/Tide gating and approval workflows, enabling automated validation and consistent ownership rules; the console repo still needs a ci-operator config in a follow-up change.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 19, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 8fbc9605-50d1-4a37-94bc-b6b6379800c4

📥 Commits

Reviewing files that changed from the base of the PR and between af23fa5 and 282a432.

⛔ Files ignored due to path filters (2)
  • ci-operator/jobs/openshift/lightspeed-agentic-operator/OWNERS is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lightspeed-agentic-operator/openshift-lightspeed-agentic-operator-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (12)
  • ci-operator/config/openshift/lightspeed-agentic-operator/OWNERS
  • ci-operator/config/openshift/lightspeed-agentic-operator/openshift-lightspeed-agentic-operator-main.yaml
  • ci-operator/config/openshift/lightspeed-agentic-sandbox/OWNERS
  • core-services/prow/02_config/openshift/lightspeed-agentic-console/OWNERS
  • core-services/prow/02_config/openshift/lightspeed-agentic-console/_pluginconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-console/_prowconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-operator/OWNERS
  • core-services/prow/02_config/openshift/lightspeed-agentic-operator/_pluginconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-operator/_prowconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/OWNERS
  • core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_pluginconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_prowconfig.yaml
✅ Files skipped from review due to trivial changes (8)
  • ci-operator/config/openshift/lightspeed-agentic-sandbox/OWNERS
  • core-services/prow/02_config/openshift/lightspeed-agentic-console/_pluginconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_pluginconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-operator/_prowconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-operator/OWNERS
  • core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/OWNERS
  • core-services/prow/02_config/openshift/lightspeed-agentic-console/OWNERS
  • ci-operator/config/openshift/lightspeed-agentic-operator/OWNERS
🚧 Files skipped from review as they are similar to previous changes (4)
  • core-services/prow/02_config/openshift/lightspeed-agentic-operator/_pluginconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_prowconfig.yaml
  • core-services/prow/02_config/openshift/lightspeed-agentic-console/_prowconfig.yaml
  • ci-operator/config/openshift/lightspeed-agentic-operator/openshift-lightspeed-agentic-operator-main.yaml

Walkthrough

Adds ci-operator manifests, OWNERS, and repo-scoped Prow plugin and tide configurations for lightspeed-agentic operator, sandbox, and console repositories.

Changes

Lightspeed Agentic CI/CD Configuration

Layer / File(s) Summary
Operator ci-operator manifest and OWNERS
ci-operator/config/openshift/lightspeed-agentic-operator/OWNERS, ci-operator/config/openshift/lightspeed-agentic-operator/openshift-lightspeed-agentic-operator-main.yaml
Defines operator repo OWNERS, build command and image_stream_tag, workload resource requests/limits, generate and unit test stages with skip patterns, and zz_generated_metadata for org/repo/branch.
Operator Prow plugins and tide
core-services/prow/02_config/openshift/lightspeed-agentic-operator/OWNERS, core-services/prow/02_config/openshift/lightspeed-agentic-operator/_pluginconfig.yaml, core-services/prow/02_config/openshift/lightspeed-agentic-operator/_prowconfig.yaml
Adds repo-scoped OWNERS and Prow plugin config enabling approve/lgtm behavior (self-approval, ignore_review_state), org_invite triggers with trusted apps, and a tide query requiring approved+lgtm while listing missing/blocking labels.
Sandbox OWNERS update
ci-operator/config/openshift/lightspeed-agentic-sandbox/OWNERS, core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/OWNERS
Adds raptorsun to approvers, sets reviewers to empty, and provides generated OWNERS metadata for the sandbox repo.
Sandbox Prow plugins and tide
core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_pluginconfig.yaml, core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_prowconfig.yaml
Adds repo-scoped Prow plugin config enabling approve/lgtm with self-approval and org_invite triggers, plus tide query requiring approved+lgtm and listing missing/blocking labels.
Console Prow plugins and tide
core-services/prow/02_config/openshift/lightspeed-agentic-console/OWNERS, core-services/prow/02_config/openshift/lightspeed-agentic-console/_pluginconfig.yaml, core-services/prow/02_config/openshift/lightspeed-agentic-console/_prowconfig.yaml
Adds OWNERS, repo-scoped approve/lgtm plugin settings (ignore_review_state, require_self_approval), org_invite trusted apps, and a tide query requiring approved and lgtm while excluding various blocking labels.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested labels

lgtm, rehearsals-ack

Suggested reviewers

  • deepsm007
  • jstourac
🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the primary change: onboarding three Lightspeed agentic repositories (operator, sandbox, console) onto Prow CI infrastructure.
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 PR contains no Ginkgo test files or test definitions. Changes are limited to YAML CI/Prow configuration files and auto-generated OWNERS metadata. The check is not applicable.
Test Structure And Quality ✅ Passed This PR contains only configuration files (OWNERS, YAML) with no Ginkgo test code. The custom check for test quality is not applicable to this PR.
Microshift Test Compatibility ✅ Passed No Ginkgo e2e tests are added in this PR. The PR contains only CI/Prow configuration files (YAML) for three new repositories. The MicroShift Test Compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds only CI/Prow YAML configuration files for three Lightspeed repositories. No Ginkgo e2e tests are added, so the check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR contains only CI/CD configuration files (OWNERS, Prow, CI Operator configs). No deployment manifests, operator code, or pod specs are present. No topology-sensitive scheduling constraints found.
Ote Binary Stdout Contract ✅ Passed PR contains only CI/Prow configuration files (YAML, OWNERS) for the openshift/release repo, not executable code. OTE Binary Stdout Contract check is not applicable to configuration-only changes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No Ginkgo e2e tests are added in this PR. All changes are CI configuration files (YAML) and OWNERS files. The IPv6/disconnected network compatibility check does not apply.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@openshift-ci openshift-ci Bot requested review from Prucek and deepsm007 May 19, 2026 09:19
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 19, 2026
@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 19, 2026
@blublinsky blublinsky force-pushed the lightspeed-agentic branch from af23fa5 to ebce075 Compare May 19, 2026 10:12
@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 19, 2026
@blublinsky blublinsky force-pushed the lightspeed-agentic branch from ebce075 to 282a432 Compare May 19, 2026 10:34
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@blublinsky: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-lightspeed-agentic-operator-main-generate openshift/lightspeed-agentic-operator presubmit Presubmit changed
pull-ci-openshift-lightspeed-agentic-operator-main-unit openshift/lightspeed-agentic-operator presubmit Presubmit changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@raptorsun
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 19, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 19, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: blublinsky, raptorsun

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

@blublinsky
Copy link
Copy Markdown
Contributor Author

/rehearsals-ack

@raptorsun
Copy link
Copy Markdown
Contributor

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@raptorsun: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 20, 2026
@blublinsky
Copy link
Copy Markdown
Contributor Author

/rehearsals-ack

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

@blublinsky: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot Bot merged commit 87f83f6 into openshift:main May 20, 2026
20 checks passed
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

@blublinsky: Updated the following 2 configmaps:

  • config configmap in namespace ci at cluster app.ci using the following files:
    • key core-services-prow-02_config-openshift-lightspeed-agentic-console-_prowconfig.yaml using file core-services/prow/02_config/openshift/lightspeed-agentic-console/_prowconfig.yaml
    • key core-services-prow-02_config-openshift-lightspeed-agentic-operator-_prowconfig.yaml using file core-services/prow/02_config/openshift/lightspeed-agentic-operator/_prowconfig.yaml
    • key core-services-prow-02_config-openshift-lightspeed-agentic-sandbox-_prowconfig.yaml using file core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_prowconfig.yaml
  • config configmap in namespace ci at cluster core-ci using the following files:
    • key core-services-prow-02_config-openshift-lightspeed-agentic-console-_prowconfig.yaml using file core-services/prow/02_config/openshift/lightspeed-agentic-console/_prowconfig.yaml
    • key core-services-prow-02_config-openshift-lightspeed-agentic-operator-_prowconfig.yaml using file core-services/prow/02_config/openshift/lightspeed-agentic-operator/_prowconfig.yaml
    • key core-services-prow-02_config-openshift-lightspeed-agentic-sandbox-_prowconfig.yaml using file core-services/prow/02_config/openshift/lightspeed-agentic-sandbox/_prowconfig.yaml
Details

In response to this:

Summary

Enable Prow CI for three new lightspeed-agentic repositories:

  • openshift/lightspeed-agentic-operator — CI config with build verification, manifest generation check, and unit tests (Go 1.25)
  • openshift/lightspeed-agentic-sandbox — CI config with lint and unit tests (Python, uv-based)
  • openshift/lightspeed-agentic-console — Prow config only (CI config to follow)

Changes

CI Operator configs (ci-operator/config/)

  • Add openshift/lightspeed-agentic-operator config: binary_build_commands, generate and unit tests
  • Update openshift/lightspeed-agentic-sandbox OWNERS to align with source repo

Prow configs (core-services/prow/02_config/)

  • Add Tide, approve/lgtm plugin, and triggers config for all three repos
  • Add OWNERS files mirroring source repo ownership

Test plan

  • make prow-config passes
  • make ci-operator-config passes
  • All files are valid YAML
  • CI rehearsal jobs pass on this PR

Summary

This PR onboards three Lightspeed agentic repositories to OpenShift Prow CI and CI-Operator:

What changed (practical effects)

  • Enables automated CI for new component repositories so PRs and merges will be validated and gated by OpenShift's CI tooling.
  • openshift/lightspeed-agentic-operator
  • Added a ci-operator config that builds the operator binary, runs manifest generation checks, and executes unit tests using Go 1.25. This enables automated build verification and test gating for operator changes.
  • Added Prow repo configuration (tide, approve/lgtm plugin scoping, triggers) and an OWNERS file to align review/approval rules with the source repo.
  • openshift/lightspeed-agentic-sandbox
  • Added ci-operator config for linting and unit tests for the Python (uv-based) project, plus an updated OWNERS file to mirror the source repo ownership. This enables lint/test jobs for sandbox PRs.
  • Added Prow repo configuration (tide, approve/lgtm plugin scoping, triggers) and OWNERS.
  • openshift/lightspeed-agentic-console
  • Added Prow configuration (tide, approve/lgtm plugin scoping, triggers) and OWNERS to start repo-level gating and plugin behavior; ci-operator config for build/tests will be added in a follow-up PR.

CI behavior and policies

  • Tide queries added so merges require both approved and lgtm and exclude known blocking labels (backports, do-not-merge, WIP, needs-rebase, Jira/invalid-bug, etc.).
  • Approve plugin scoped to each repo with ignore_review_state: true and require_self_approval: true (self-approval allowed under configured rules).
  • org_invite triggers and trusted-app whitelists added (dependabot, red-hat-konflux, openshift-merge-bot).
  • OWNERS files were mirrored/auto-generated from the source repos to ensure consistent approvers and reviewers for each repo.

Files added/updated (high level)

  • ci-operator/config/openshift/lightspeed-agentic-operator/: ci-operator config + OWNERS
  • ci-operator/config/openshift/lightspeed-agentic-sandbox/: ci-operator config + OWNERS (OWNERS updated)
  • core-services/prow/02_config/openshift/lightspeed-agentic-{console,operator,sandbox}/: OWNERS, _prowconfig.yaml (tide), and _pluginconfig.yaml (approve/lgtm/triggers) for each repo

Validation status

  • make prow-config: passed
  • make ci-operator-config: passed
  • YAML syntax validation: passed
  • CI rehearsal jobs: pending

This PR puts the three repos under OpenShift's Prow/Tide gating and approval workflows, enabling automated validation and consistent ownership rules; the console repo still needs a ci-operator config in a follow-up change.

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.

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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants