Skip to content

chore(step-registry): transfer cucushift/installer/rehearse/aws/ipi/o…#80911

Open
mgencur wants to merge 1 commit into
openshift:mainfrom
mgencur:cucushift_hypershift_install_owners
Open

chore(step-registry): transfer cucushift/installer/rehearse/aws/ipi/o…#80911
mgencur wants to merge 1 commit into
openshift:mainfrom
mgencur:cucushift_hypershift_install_owners

Conversation

@mgencur

@mgencur mgencur commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

…vn/hypershift ownership to hypershift team

Update the root OWNERS file to the hypershift team (csrwng, enxebre, sjenning, mgencur, bryan-cox, jparrill) and replace all 29 subdirectory OWNERS files with symlinks to ../OWNERS for consistent ownership propagation. Regenerate metadata to reflect the new owners.

Summary by CodeRabbit

This PR reassigns ownership of the cucushift/installer/rehearse/aws/ipi/ovn/hypershift directory structure in the OpenShift release repository to the hypershift team as part of organizational restructuring.

Scope of Changes:

  • Root OWNERS file: Updated to designate the new hypershift team as both approvers and reviewers: csrwng, enxebre, sjenning, mgencur, bryan-cox, and jparrill
  • Subdirectory ownership consolidation: 29 subdirectory OWNERS files throughout the directory hierarchy have their ownership entries removed (being replaced with symlinks to the parent ../OWNERS file for centralized management)
  • Metadata regeneration: All workflow and chain metadata JSON files across the directory structure are regenerated to reflect the new ownership assignments

Affected Workflows/Chains:
The changes touch multiple test workflows and provisioning/deprovisioning chains under this path, including:

  • Main hypershift workflow and cluster-bot workflow
  • Guest cluster variants (standard, advanced, ipsec, efs, calico, cilium)
  • Heterogeneous cluster configurations
  • MCE (Multicluster Engine) variants (guest, provision, deprovision, ibmz, power)
  • Private cluster configurations and public-private hybrid setups

Ownership Transition:
Prior reviewers/approvers (LiangquanLi930, heliubj18, jianlinliu, yunjiang29, gpei) are replaced with the new six-person hypershift team across all metadata configurations, ensuring consistent ownership and review authority throughout the directory structure.

…vn/hypershift ownership to hypershift team

Update the root OWNERS file to the hypershift team (csrwng, enxebre,
sjenning, mgencur, bryan-cox, jparrill) and replace all 29 subdirectory
OWNERS files with symlinks to ../OWNERS for consistent ownership
propagation. Regenerate metadata to reflect the new owners.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Ownership configuration across all cucushift/installer/rehearse/aws/ipi/ovn/hypershift CI step-registry artifacts is updated. Previous approver/reviewer handles (LiangquanLi930, heliubj18, jianlinliu, yunjiang29, gpei) are replaced with six new handles (csrwng, enxebre, sjenning, mgencur, bryan-cox, jparrill) in OWNERS files and all associated *.metadata.json files.

Changes

Hypershift Rehearse Workflow Ownership Rotation

Layer / File(s) Summary
OWNERS file updates
ci-operator/step-registry/cucushift/installer/rehearse/aws/ipi/ovn/hypershift/OWNERS, .../mce/deprovision/OWNERS, .../public-private/guest/OWNERS
Top-level OWNERS gains new approvers/reviewers lists and an options: {} entry; subdirectory OWNERS files have their approver/reviewer entries removed or replaced.
Workflow and chain metadata.json owner list updates
ci-operator/step-registry/cucushift/installer/rehearse/aws/ipi/ovn/hypershift/.../*.metadata.json
All owners.approvers and owners.reviewers arrays across every workflow and chain metadata JSON in the hypershift rehearse tree are replaced with the six new handles (csrwng, enxebre, sjenning, mgencur, bryan-cox, jparrill).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • openshift/release#79742: Performs the same pattern of ownership substitution in hypershift step-registry metadata, adding mgencur while removing LiangquanLi930/heliubj18.
  • openshift/release#80904: Identical code-level change — replacing owners.approvers/owners.reviewers from the old set to csrwng/enxebre/sjenning/mgencur/bryan-cox/jparrill — in a different hypershift subtree.

Suggested labels

lgtm, approved

Suggested reviewers

  • csrwng
  • bryan-cox
🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is truncated and vague, using only 'chore' and 'transfer' without clearly specifying which resources are being transferred or to whom. Complete the title to clearly state the destination team or key details. For example: 'chore(step-registry): transfer cucushift/installer/rehearse/aws/ipi/ovn/hypershift ownership to hypershift team'
✅ Passed checks (14 passed)
Check name Status Explanation
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 Custom check for stable Ginkgo test names is not applicable. The PR modifies OWNERS files and CI metadata (30 JSON and 29 YAML files), not test code. No Go test files or Ginkgo test patterns present.
Test Structure And Quality ✅ Passed PR contains only OWNERS, YAML workflow/chain, and metadata JSON files—no Ginkgo test code to review. Custom check for Ginkgo test quality is inapplicable.
Microshift Test Compatibility ✅ Passed This PR does not introduce any new Ginkgo e2e tests. It only modifies OWNERS files, metadata.json files, and workflow/chain YAML definitions—no test code.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR contains no new Ginkgo e2e tests—only OWNERS and CI metadata files. SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed This PR only modifies OWNERS and metadata.json files to update code ownership—no deployment manifests, operator code, controllers, or scheduling constraints are introduced.
Ote Binary Stdout Contract ✅ Passed PR contains only configuration files (OWNERS and .metadata.json), no source code or binaries that could violate the OTE Binary Stdout Contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR modifies only OWNERS and .metadata.json files with no new Ginkgo e2e tests. The check for IPv6/disconnected network compatibility is not applicable to configuration and metadata changes.
No-Weak-Crypto ✅ Passed PR only modifies OWNERS and .metadata.json files for team ownership changes; no code containing cryptographic implementations, weak crypto patterns (MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB), or se...
Container-Privileges ✅ Passed PR only modifies OWNERS and metadata files. No container/K8s manifests with privileged settings, hostPID, hostNetwork, hostIPC, SYS_ADMIN, or allowPrivilegeEscalation were added or modified.
No-Sensitive-Data-In-Logs ✅ Passed PR contains no logging statements or code changes; only OWNERS and metadata configuration files with GitHub usernames (csrwng, enxebre, sjenning, mgencur, bryan-cox, jparrill). No passwords, tokens...
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ 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.

@openshift-ci

openshift-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

@mgencur: 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.

@anuragthehatter

Copy link
Copy Markdown
Contributor

/lgtm

Thanks

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 23, 2026
@openshift-ci

openshift-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anuragthehatter, mgencur

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 Jun 23, 2026
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants