Skip to content

feat: add missing Prow plugins for virt-platform-autopilot#79404

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
tiraboschi:autopilot_plugins
May 18, 2026
Merged

feat: add missing Prow plugins for virt-platform-autopilot#79404
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
tiraboschi:autopilot_plugins

Conversation

@tiraboschi
Copy link
Copy Markdown
Contributor

@tiraboschi tiraboschi commented May 18, 2026

Add lifecycle, override, and retitle plugins, and sort the list alphabetically. Also amends the trusted_apps addition from the previous commit (already staged).

  • lifecycle: enables /lifecycle stale|frozen|active on issues and PRs
  • override: lets approvers bypass a failed required status check
  • retitle: lets contributors rename a PR via /retitle

Changes to virt-platform-autopilot Prow plugin configuration

This PR extends the Prow bot capabilities for the OpenShift Virtualization virt-platform-autopilot repository by enabling three additional plugins in its CI configuration:

  • lifecycle: Enables contributors to manage issue and PR lifecycle states using /lifecycle stale|frozen|active commands
  • override: Allows approvers to bypass failed required status checks when needed
  • retitle: Permits contributors to rename PRs via the /retitle command

The plugin list has been reorganized in alphabetical order for consistency and maintainability. These changes enhance the automation and workflow flexibility for the virt-platform-autopilot team's pull request and issue management.

Add lifecycle, override, and retitle plugins, and sort the list
alphabetically. Also amends the trusted_apps addition from the
previous commit (already staged).

- lifecycle: enables /lifecycle stale|frozen|active on issues and PRs
- override: lets approvers bypass a failed required status check
- retitle: lets contributors rename a PR via /retitle

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
@openshift-ci openshift-ci Bot requested review from enp0s3 and tal-hason May 18, 2026 11:03
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 18, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 18, 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: 1ddc9973-fae1-4b2e-a879-a702a3324213

📥 Commits

Reviewing files that changed from the base of the PR and between c18344a and d0b0f65.

📒 Files selected for processing (1)
  • core-services/prow/02_config/openshift-virtualization/virt-platform-autopilot/_pluginconfig.yaml

Walkthrough

The Prow bot plugin configuration for the openshift-virtualization/virt-platform-autopilot repository is updated to add three new plugins—lifecycle, override, and retitle—to the plugin allowlist, with existing plugins (approve, lgtm, trigger, wip) reordered within the list.

Changes

Plugin Allowlist Configuration

Layer / File(s) Summary
Plugin allowlist update
core-services/prow/02_config/openshift-virtualization/virt-platform-autopilot/_pluginconfig.yaml
The plugins.openshift-virtualization/virt-platform-autopilot.plugins allowlist is updated to add lifecycle, override, and retitle, with the existing entries (approve, lgtm, trigger, wip) reordered.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly Related PRs

  • openshift/release#79285: Updates Prow bot plugin allowlist in _pluginconfig.yaml by adding/adjusting the override plugin with reordering in a different repository configuration.

Suggested Labels

lgtm, approved

Suggested Reviewers

  • agullon
  • jeff-roche
🚥 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 'feat: add missing Prow plugins for virt-platform-autopilot' directly and accurately describes the main change: adding three previously missing Prow plugins (lifecycle, override, retitle) to the virt-platform-autopilot configuration.
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 PR modifies only a Prow plugin configuration YAML file. This check is for Ginkgo test names and does not apply to configuration files or non-test code.
Test Structure And Quality ✅ Passed Not applicable - PR is configuration-only (Prow plugin config changes), not Ginkgo test code. Custom check requires reviewing Ginkgo test quality, but no Ginkgo tests present.
Microshift Test Compatibility ✅ Passed PR modifies only a Prow plugin config file (YAML). No Ginkgo e2e tests are added. The MicroShift check applies only to new Ginkgo tests, so it's not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR is a configuration-only change to a Prow plugin configuration file. No Ginkgo e2e tests are added or modified, making the SNO compatibility check inapplicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only Prow bot plugin configuration, not deployment manifests or controllers. No scheduling constraints or topology changes introduced. Check not applicable.
Ote Binary Stdout Contract ✅ Passed Custom check not applicable. PR is configuration-only (YAML changes), with no Go code or test implementation modifications that could violate OTE Binary Stdout Contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR only modifies a Prow bot plugin configuration file (_pluginconfig.yaml). No Ginkgo e2e tests (It(), Describe(), Context(), When()) are added or changed. The custom check is not applicable.

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

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

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

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

[REHEARSALNOTIFIER]
@tiraboschi: no rehearsable tests are affected by this change

Note: If this PR includes changes to step registry files (ci-operator/step-registry/) and you expected jobs to be found, try rebasing your PR onto the base branch. This helps pj-rehearse accurately detect changes when the base branch has moved forward.

@enp0s3
Copy link
Copy Markdown
Contributor

enp0s3 commented May 18, 2026

/lgtm

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

openshift-ci Bot commented May 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: enp0s3, tiraboschi

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
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

@tiraboschi: 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 10e2323 into openshift:main May 18, 2026
12 checks passed
gangwgr pushed a commit to gangwgr/release that referenced this pull request May 18, 2026
…#79404)

Add lifecycle, override, and retitle plugins, and sort the list
alphabetically. Also amends the trusted_apps addition from the
previous commit (already staged).

- lifecycle: enables /lifecycle stale|frozen|active on issues and PRs
- override: lets approvers bypass a failed required status check
- retitle: lets contributors rename a PR via /retitle

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
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