Skip to content

Add Hypershift TechPreview serial conformance periodic job for 5.0 - #82744

Open
Leo6Leo wants to merge 2 commits into
openshift:mainfrom
Leo6Leo:hypershift-techpreview-serial-5.0
Open

Add Hypershift TechPreview serial conformance periodic job for 5.0#82744
Leo6Leo wants to merge 2 commits into
openshift:mainfrom
Leo6Leo:hypershift-techpreview-serial-5.0

Conversation

@Leo6Leo

@Leo6Leo Leo6Leo commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Add a new periodic job e2e-aws-ovn-conformance-serial-techpreview for Hypershift 5.0 that runs the serial conformance suite with TechPreviewNoUpgrade enabled on hosted clusters.

This job is needed to provide Sippy signal for feature gates that target both Hypershift and SelfManagedHA cluster profiles. Currently, there is no Hypershift job that runs serial tests with TechPreview enabled, which blocks feature gate promotion for features like IngressComponentRouteLabels (openshift/api#2935).

Details

  • Combines the existing e2e-aws-ovn-conformance-serial (serial suite) with GUEST_FEATURE_SET: TechPreviewNoUpgrade from e2e-aws-ovn-conformance-techpreview
  • Runs daily at 4am UTC
  • Uses the existing hypershift-aws-conformance workflow — no step registry changes needed
  • The hypershift-aws-create chain already supports GUEST_FEATURE_SET

Related

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Adds a daily AWS OVN serial conformance job for Hypershift 5.0.
  • Runs with TechPreviewNoUpgrade enabled through the existing hypershift-aws-conformance workflow.
  • Provides Sippy signal for Hypershift and SelfManagedHA cluster profiles.

Add e2e-aws-ovn-conformance-serial-techpreview periodic job that runs
the serial conformance suite with TechPreviewNoUpgrade on hosted clusters.
This provides Sippy signal for feature gates targeting both Hypershift
and SelfManagedHA cluster profiles, unblocking promotion for features
like IngressComponentRouteLabels (openshift/api#2935).

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

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-5.0-periodics.yaml is excluded by !ci-operator/jobs/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 1e6e88df-338d-4fb8-919e-eb392525447a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

Added a daily AWS OVN serial conformance periodic job for TechPreview features. The job enables TechPreviewNoUpgrade and uses the AWS conformance workflow.

Changes

TechPreview AWS OVN conformance

Layer / File(s) Summary
Scheduled conformance job
ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0__periodics.yaml
Adds the e2e-aws-ovn-conformance-serial-techpreview job with a daily 04:00 schedule, AWS cluster profile, TechPreviewNoUpgrade feature set, serial conformance suite, and AWS conformance workflow.

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

Suggested reviewers: bryan-cox, mgencur, mtulio

🚥 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 and concisely describes the added Hypershift TechPreview serial conformance periodic job for version 5.0.
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 one YAML periodic job; its identifier and environment values are static, and no Ginkgo test-title constructs were added or changed.
Test Structure And Quality ✅ Passed The pull request changes only a periodic-job YAML entry; it adds no Ginkgo test code, so the listed test-quality requirements are not applicable.
Microshift Test Compatibility ✅ Passed The change adds only a YAML periodic job; it adds no Ginkgo tests or test references that require MicroShift compatibility review.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The pull request changes only one periodic YAML configuration file and adds no Ginkgo tests or Go source, so SNO test compatibility does not apply.
Topology-Aware Scheduling Compatibility ✅ Passed The PR changes only one periodic CI YAML file, adding a schedule, workflow reference, and test environment variables; it adds no deployment, controller, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The commit changes only one periodic-job YAML file; it adds no OTE binary, suite setup, logging, or stdout-writing code.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The pull request only adds a periodic YAML job; it adds no Ginkgo tests, IPv4 assumptions, or external connectivity requirements.
No-Weak-Crypto ✅ Passed The PR adds only an 8-line periodic-job YAML entry; the added content contains no MD5, SHA1, DES, RC4, Blowfish, ECB, crypto implementation, or secret comparison.
Container-Privileges ✅ Passed The added periodic job only sets schedule, cluster profile, feature-set, test suite, and an existing workflow; no privileged, host namespace, SYS_ADMIN, or escalation settings were added.
No-Sensitive-Data-In-Logs ✅ Passed The change adds only a job name, schedule, cluster profile, feature-set flag, test suite, and workflow; it contains no passwords, tokens, API keys, PII, hostnames, or customer data.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 31, 2026
@openshift-ci
openshift-ci Bot requested review from bryan-cox and clebs July 31, 2026 16:27
Run `make jobs` to generate the Prow job YAML for the new
e2e-aws-ovn-conformance-serial-techpreview periodic config.

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

openshift-ci Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Leo6Leo
Once this PR has been reviewed and has the lgtm label, please assign enxebre 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

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@Leo6Leo: 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
periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance-serial-techpreview N/A periodic Periodic 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.

@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 31, 2026
@openshift-ci

openshift-ci Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant