Add CI job for Y-stream version skew e2e test#80315
Conversation
Adds periodic CI job to run Y-stream version skew testing for HyperShift. Test configuration: - Runs weekly (Monday 6:00 AM) - Uses OCP 4.22 (latest) and 4.21 (previous) - Executes TestYStreamVersionSkew from hypershift e2e suite - Verifies control plane and data plane version skew support This job validates CORENET-6787 (Y-stream skew support) by: - Creating cluster at 4.21.15 - Upgrading control plane to 4.22.0-rc.4 - Gradually upgrading NodePools to create mixed versions - Testing networking across version boundaries Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
/payload-with-prs openshift/hypershift#8707 |
|
/test e2e-aws-ystream-version-skew |
|
@weliang1: The specified target(s) for The following commands are available to trigger optional jobs: Use DetailsIn response to this:
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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughAdds a new periodic hypershift e2e test entry ChangesHypershift periodic test configuration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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/hypershift/openshift-hypershift-release-4.22__periodics.yaml`:
- Around line 342-355: The new periodic job configuration for
e2e-aws-ystream-version-skew (env entries TestYStreamVersionSkew and flag
--e2e.test-ystream-version-skew) was added to the source config but the
generated prow job YAML wasn't updated/committed; run the repository generation
step (make update) to regenerate ci-operator job outputs so the periodic appears
in the final openshift-hypershift-release-4.22-periodics.yaml, verify the
generated job includes the e2e-aws-ystream-version-skew entry and the
TestYStreamVersionSkew/--e2e.test-ystream-version-skew occurrences, and commit
the generated YAML (or alternatively fix the source config so generation will
pick it up) before pushing the PR.
🪄 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: 0a0f2f99-ee1e-468c-bc69-982e22adca0e
📒 Files selected for processing (1)
ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.22__periodics.yaml
- Fixed workflow name: hypershift-aws-e2e-external -> hypershift-aws-e2e-nested - Use CI_TESTS_RUN env var instead of HYPERSHIFT_E2E_TEST - Use release:latest-4-20 instead of release:n1minor - Regenerated Prow job configurations with make update
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weliang1 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/test e2e-aws-ystream-version-skew |
|
@weliang1: The specified target(s) for The following commands are available to trigger optional jobs: Use DetailsIn response to this:
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. |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-4.22-periodics-e2e-aws-ystream-version-skew |
|
@weliang1: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@weliang1: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Summary
This PR adds a weekly periodic CI job to validate Y-stream version skew support in HyperShift hosted clusters.
Job Details
Job Name:
e2e-aws-ystream-version-skewSchedule: Weekly on Mondays at 6:00 AM UTC
Platform: AWS
Test:
TestYStreamVersionSkewTest Coverage:
Configuration
Testing
This PR depends on test code from openshift/hypershift#8707
To test both changes together:
Related
Files Changed
ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.22__periodics.yaml- Added periodic job definitionDependencies:
/payload-with-prscommandSummary by CodeRabbit
This PR updates the OpenShift CI configuration for the HyperShift repository by adding a new weekly periodic job to the 4.22 release periodics that validates Y-stream version-skew behavior for hosted clusters on AWS.
Practical effect:
Additional notes:
Impact: