Skip to content

MG-272: Add periodic CI jobs for Hypershift #81737

Open
neha037 wants to merge 3 commits into
openshift:mainfrom
neha037:MG-272-Add-periodic-CI-jobs-for-Hypershift-for-support-log-gather-operator-4.22
Open

MG-272: Add periodic CI jobs for Hypershift #81737
neha037 wants to merge 3 commits into
openshift:mainfrom
neha037:MG-272-Add-periodic-CI-jobs-for-Hypershift-for-support-log-gather-operator-4.22

Conversation

@neha037

@neha037 neha037 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Updates ci-operator/config/openshift/must-gather-operator/openshift-must-gather-operator-release-4.22.yaml to add a new multi-latest release candidate for OCP 4.22 (product: ocp, stream: nightly, architecture: multi), pinned via RELEASE_IMAGE_LATEST: release:multi-latest.
  • Adds a scheduled weekly Hypershift end-to-end Prow step (e2e-aws-hypershift-operator-weekly, @weekly) that runs against the openshift-org-aws cluster profile.
  • The job installs the must-gather-operator (waiting for rollout completion with --timeout=15m) and runs make test-e2e using the optional-operators-ci-operator-sdk-hypershift workflow, mounting case-management-creds; it also sets HYPERSHIFT_SKIP_VERSION_VALIDATION: "true".
  • Note: MG-272 is confirmed valid, but its target version currently points to openshift-4.22 (invalid for main); it should target 5.0.* / openshift-5.0.* instead.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 10, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@neha037: This pull request references MG-272 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "5.0." or "openshift-5.0.", but it targets "openshift-4.22" instead.

Details

In response to this:

…erator 4.22

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.

@neha037 neha037 changed the title MG-272: Add periodic CI jobs for Hypershift for support-log-gather-op… MG-272: Add periodic CI jobs for Hypershift Jul 10, 2026
@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Adds a multi-architecture 4.22 release candidate and a weekly AWS Hypershift CI job that installs must-gather-operator, verifies rollout, and runs end-to-end tests.

Changes

Must-gather operator CI updates

Layer / File(s) Summary
4.22 multi-architecture release candidate
ci-operator/config/openshift/must-gather-operator/openshift-must-gather-operator-release-4.22.yaml
Defines the nightly multi-latest release candidate for OCP 4.22.
Weekly AWS Hypershift E2E workflow
ci-operator/config/openshift/must-gather-operator/openshift-must-gather-operator-release-4.22.yaml
Adds the weekly AWS Hypershift workflow with operator installation, rollout verification, release and bundle dependencies, credential mounting, and make test-e2e execution.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested labels: rehearsals-ack

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 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 PR only changes CI YAML; no Ginkgo It/Describe/Context/When titles were added or modified.
Test Structure And Quality ✅ Passed Only a ci-operator YAML changed; no Ginkgo test code, fixtures, or assertions were added, so the test-structure checklist doesn't apply.
Microshift Test Compatibility ✅ Passed Only a CI config YAML changed; no new Ginkgo tests or test code were added to audit for MicroShift-incompatible APIs.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only a CI YAML job was added; no Ginkgo e2e test code changed, so there are no new SNO-specific assumptions to review.
Topology-Aware Scheduling Compatibility ✅ Passed The PR only adds CI job config; the new HyperShift weekly job has no pod affinity, nodeSelectors, topologySpreadConstraints, or replica logic.
Ote Binary Stdout Contract ✅ Passed PR only changes ci-operator YAML job config; no process-level code or stdout writes were added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo test code was added; the PR only adds CI YAML and reuses existing e2e steps without IPv4-only logic.
No-Weak-Crypto ✅ Passed PASS: The patch only adds a multi-latest release and Hypershift CI job config; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto appears in the changed lines.
Container-Privileges ✅ Passed The only changed file is a ci-operator YAML config, and it contains no privileged/hostPID/hostNetwork/hostIPC/SYS_ADMIN/allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed The PR only adds CI job config and shell commands; it references secrets by name/path but does not print tokens, passwords, or PII to logs.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding periodic CI jobs for Hypershift.
✨ 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 Jul 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: neha037
Once this PR has been reviewed and has the lgtm label, please assign shivprakashmuley for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ci-operator/config/openshift/must-gather-operator/openshift-must-gather-operator-release-4.22.yaml`:
- Around line 209-210: Add a finite --timeout value to the rollout status
command in the deployment install step, matching the timeout used by the other
rollout check in this file.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 6610b378-073a-41f6-b98d-ea0daa817aac

📥 Commits

Reviewing files that changed from the base of the PR and between 6c828ff and b16aa72.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/must-gather-operator/openshift-must-gather-operator-release-4.22-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift/must-gather-operator/openshift-must-gather-operator-release-4.22.yaml

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@neha037: pj-rehearse could not automatically process this event because the request waited in queue for longer than 5 minutes. Use /pj-rehearse to trigger rehearsals manually.

@neha037

neha037 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

1 similar comment
@neha037

neha037 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@neha037: 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-must-gather-operator-release-4.22-ci-bundle-must-gather-operator-bundle openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-coverage openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-e2e-gcp-operator openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-e2e-gcp-operator-rhcos10 openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-e2e-gcp-operator-rhcos10-fips openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-images openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-lint openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-test openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-validate-boilerplate openshift/must-gather-operator presubmit Ci-operator config changed
pull-ci-openshift-must-gather-operator-release-4.22-verify-deps openshift/must-gather-operator presubmit Ci-operator config changed
periodic-ci-openshift-must-gather-operator-release-4.22-e2e-aws-hypershift-operator-weekly N/A periodic Periodic changed
periodic-ci-openshift-must-gather-operator-release-4.22-e2e-gcp-operator-weekly N/A periodic Ci-operator config 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.

@neha037

neha037 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@neha037: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-openshift-must-gather-operator-release-4.22-e2e-aws-hypershift-operator-weekly 7e7190d link unknown /pj-rehearse periodic-ci-openshift-must-gather-operator-release-4.22-e2e-aws-hypershift-operator-weekly
ci/rehearse/openshift/must-gather-operator/release-4.22/e2e-gcp-operator 7e7190d link unknown /pj-rehearse pull-ci-openshift-must-gather-operator-release-4.22-e2e-gcp-operator
ci/rehearse/periodic-ci-openshift-must-gather-operator-release-4.22-e2e-gcp-operator-weekly 7e7190d link unknown /pj-rehearse periodic-ci-openshift-must-gather-operator-release-4.22-e2e-gcp-operator-weekly

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants