USHIFT-7441: Add on-demand MicroShift PR performance testing - #83408
Conversation
Add optional perf-node-density presubmits for MicroShift main and release-4.22. The jobs build the exact pull request revision on self-scheduled bare-metal hardware before running the workload. Teach the shared deploy step to select the frozen Prow SHA, derive the product stream, pass source-build variables only in PR mode, and record and verify source provenance before the workload starts. Signed-off-by: Sebastian Jug <seb@stianj.ug>
|
@sjug: This pull request references USHIFT-7441 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 task 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. |
|
/hold |
|
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: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
WalkthroughMicroShift CI adds optional node-density performance jobs for main and release-4.22 configurations. The deployment step adds validated pull-request checkout, source builds, architecture-based version selection, target-node verification, and published deployment metadata. ChangesMicroShift CI execution
Estimated code review effort: 4 (Complex) | ~45 minutes Mergeability Score: ⚪ Minimal · up to The PR adds optional MicroShift performance jobs and generated CI configuration, with the stated generation checks completed successfully. No actionable merge-blocking risk remains beyond normal review. Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant Deployment as microshift-deploy-commands.sh
participant Repository as MicroShift repository
participant Ansible
participant TargetNode
participant Artifacts
Deployment->>Repository: Fetch and resolve the requested PR SHA
Repository-->>Deployment: Return verified PR revision
Deployment->>Ansible: Pass source-build version and refspec
Ansible->>TargetNode: Build and install MicroShift
Deployment->>TargetNode: Collect source SHA and runtime details
TargetNode-->>Deployment: Return observed source details
Deployment->>Artifacts: Write verification artifacts
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 1 inconclusive)
✅ Passed checks (13 passed)
✨ 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: sjug 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]
The following jobs are not rehearsable without the
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@sjug: 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
/test perf-node-densitypresubmits for MicroShiftmainandrelease-4.22The jobs are optional, never run automatically, and are excluded from rehearsals. They reuse the performance workload and hardware settings added in #72356.
Dependencies
This pull request will remain on hold until:
Validation
make registry-metadatamake ci-operator-configmake jobsbash -non the modified command scriptshellcheck -S warningon the modified command scriptgit diff --checkmake validate-step-registryremains affected by the existing upstream configresolver CLI mismatch: the Makefile passes-prow-config, which the current image no longer accepts. The registry check performed bymake jobspassed.Jira: https://redhat.atlassian.net/browse/USHIFT-7441
Summary by CodeRabbit
/test perf-node-densitypresubmits for MicroShiftmainandrelease-4.22.