Conversation
|
Skipping CI for Draft Pull Request. |
fa1d197 to
fc76737
Compare
damdo
left a comment
There was a problem hiding this comment.
/approve
Thanks @RadekManak that's a nice update!
I'll add my LGTM once CI is green
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo, RadekManak 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 |
a4a5175 to
6982d0b
Compare
| echo "=== Debug Information ===" | ||
| echo "Current working directory: $(pwd)" | ||
| echo "Current user: $(whoami)" | ||
| echo "Current user ID: $(id)" |
There was a problem hiding this comment.
IIRC you need to use double dollars in Make to escape shell dollars. e.g. $$(pwd)
|
/retest |
6982d0b to
bdb5fb8
Compare
|
/retest |
bdb5fb8 to
ef468e1
Compare
|
/retest |
1390ce1 to
2be846c
Compare
|
/retest |
2be846c to
56851ca
Compare
|
/retest |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
56851ca to
9850020
Compare
|
/test |
|
/test all |
e34236b to
1f8cc21
Compare
|
/test all |
Lock the direct build, runtime, and dev dependencies to exact versions and refresh uv.lock so CI uses a reproducible toolchain. Update the PR title failure path to use a specific exception so the pinned Ruff version passes lint cleanly.
Add local build_root/src image targets and a unittest stage so CI failures can be reproduced with the same locked environment.
1f8cc21 to
766334a
Compare
|
/test all |
Keep the CI deps path on --no-install-project and disable pytest cache so Prow-style runs do not try to write into the source checkout.
766334a to
07ccc94
Compare
|
/test all |
This PR primarily brings in
uvfor dependency management andrufffor linting and auto formatting.Draft until openshift/release#65749 merges