CNTRLPLANE-3871: add temporary e2e-v2-aws-techpreview-osimagestream job - #82438
CNTRLPLANE-3871: add temporary e2e-v2-aws-techpreview-osimagestream job#82438jparrill wants to merge 1 commit into
Conversation
|
@jparrill: This pull request references CNTRLPLANE-3871 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 the "5.0.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughAdds an optional HyperShift AWS TechPreviewNoUpgrade job, workflow registration, lifecycle orchestration, and a dedicated ChangesHyperShift OSImageStream validation
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant CIJob
participant HyperShiftWorkflow
participant AWSCluster
participant E2ETestChain
CIJob->>HyperShiftWorkflow: run AWS OSImageStream workflow
HyperShiftWorkflow->>AWSCluster: create TechPreviewNoUpgrade cluster
HyperShiftWorkflow->>E2ETestChain: run nodepool-osimagestream tests
E2ETestChain-->>HyperShiftWorkflow: write JUnit results
HyperShiftWorkflow->>AWSCluster: destroy cluster
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
c552cc6 to
4872ae1
Compare
4872ae1 to
99608dc
Compare
99608dc to
33a8500
Compare
33a8500 to
69caea4
Compare
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-v2-aws-techpreview-osimagestream |
|
@jparrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
69caea4 to
25b65a0
Compare
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-v2-aws-techpreview-osimagestream |
|
@jparrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…gestream job Add a dedicated CI job that creates the hosted cluster with TechPreviewNoUpgrade feature set to validate OSImageStream (dual-stream RHEL 9/10) in HyperShift E2E tests. - Presubmit: always_run + optional (runs on every PR, non-blocking) - Periodic: 4x/day (00:00, 06:00, 12:00, 18:00 UTC) against release-5.0 The e2e-v2-aws job creates hosted clusters with Default feature set, where the MCO ignores 99_osimagestream.yaml because OSStreams FG is not active. This new job runs only the nodepool-osimagestream tests against a TechPreview hosted cluster. TODO(CNTRLPLANE-3871): Remove this job after the OSStreams feature gate is graduated to Default for the Hypershift cluster profile (openshift/api#2950). After graduation, the osimagestream tests can move back to the standard e2e-v2-aws workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
25b65a0 to
5dc29e3
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jparrill: The following test failed, say
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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csrwng, jparrill The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
Add a dedicated CI job
e2e-v2-aws-techpreview-osimagestreamthat creates the hosted cluster withTechPreviewNoUpgradefeature set to validate the dual-stream RHEL 9/10 (OSStreams) feature in HyperShift E2E tests.always_run: true,optional: true— runs on every HyperShift PR, non-blockingcron: 0 0,6,12,18 * * *— 4x/day againstrelease-5.0Why a separate job?
The existing
e2e-v2-awscreates hosted clusters with Default feature set — the MCO ignores99_osimagestream.yamlbecause the OSStreams FG is not active in Default for the Hypershift cluster profile. This new job runs only thenodepool-osimagestreamlabeled tests against a TechPreview hosted cluster.This is temporary
Once the OSStreams feature gate is graduated to Default for Hypershift (openshift/api#2950), this job can be removed and the osimagestream tests can move back to the standard
e2e-v2-awsworkflow. TODOs are placed in the code to track this.New files
ci-operator/step-registry/hypershift/e2e-v2/osimagestream/— chain filtering--ginkgo.label-filter='nodepool-osimagestream'ci-operator/step-registry/hypershift/aws/e2e-v2-osimagestream/— workflow (same pre/post ashypershift-aws-e2e-v2, uses osimagestream chain)openshift-hypershift-main.yamlopenshift-hypershift-release-5.0__periodics.yamlDependency chain
This PR must merge first to register the new job in Prow. Then:
e2e-v2-aws-techpreview-osimagestreamjob (presubmit + periodic)lifecyclelabel (tests move back toe2e-v2-aws)Already merged
Fixes
🤖 Generated with Claude Code