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
Makefile
Outdated
| 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 |
|
@RadekManak: The following tests 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. |
This PR primarily brings in
uvfor dependency management andrufffor linting and auto formatting.Draft until openshift/release#65749 merges