TRT-2689: add python 3.12 to bin-uv in order to actually utilize apm-cli#81758
TRT-2689: add python 3.12 to bin-uv in order to actually utilize apm-cli#81758smg247 wants to merge 1 commit into
Conversation
The build root ships Python 3.9 which doesn't meet apm-cli's >=3.10 requirement, causing verify-apm to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@smg247: This pull request references TRT-2689 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smg247 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 |
|
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 OpenShift origin CI pipeline now installs Python 3.12 through DNF and cleans DNF metadata afterward. ChangesOrigin CI environment
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 93 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-origin-main-verify |
|
@smg247: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@smg247: 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. |
The build root ships Python 3.9 which doesn't meet apm-cli's >=3.10 requirement, causing verify-apm to fail.
Summary by CodeRabbit
bin-uvCI image setup to install Python 3.12, enablingapm-cliand preventingverify-apmfailures caused by the existing Python 3.9 environment.