HYPERFLEET-1108 - feat: Pass E2E_RUN_ID when running make install-hyp…#80983
HYPERFLEET-1108 - feat: Pass E2E_RUN_ID when running make install-hyp…#80983mliptak0 wants to merge 1 commit into
Conversation
…erfleet (prerequisite for labeling e2e resources)
|
@mliptak0, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
Hi @mliptak0. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
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 selected for processing (1)
WalkthroughThe ChangesHyperfleet E2E Setup Environment Variable
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mliptak0 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 |
Summary
This PR updates the HyperFleet E2E CI setup step to pass
E2E_RUN_IDwhen deploying HyperFleet infrastructure, enabling proper resource labeling and tracking for E2E test runs.What changed:
openshift-hyperfleet-e2e-setup-commands.shto passE2E_RUN_ID=${NAMESPACE_NAME}when runningmake install-hyperfleetWhy this is needed:
E2E_RUN_IDto be set when deploying toe2e-gcpenvironmente2e.hyperfleet.io/run-id: <namespace-name>Impact on CI:
Related PRs:
hyperfleet-infra#57 - Infrastructure changes requiring E2E_RUN_ID
HYPERFLEET-1108
Summary by CodeRabbit
Updates the HyperFleet OpenShift CI E2E setup so the installation step now passes
E2E_RUN_IDas the current namespace name when runningmake install-hyperfleet.Practically, this ensures HyperFleet E2E resources in the shared
e2e-gcpflow are labeled with a unique run ID, improving tracking and cleanup and reducing conflicts between concurrent CI jobs. This change prepares the CI setup for the relatedhyperfleet-infrarequirement without affecting other OpenShift CI workflows.