-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cleanup] Remove internal tools dependency on relative path #3076
[Cleanup] Remove internal tools dependency on relative path #3076
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
We also need to fix it for kjobctl. |
I see, thanks |
/ok-to-test |
/retest-required |
Apply verify changes
/retest-required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you generate docs for kjobctl?
I run both kjobctl generate targets |
It's strange that it doesn't regenerate docs for kjobctl. |
/retest |
I found my mistake, they are regenerated rn |
And also it's strange that test didn't show error. UPDATE: Ah, I see why it's happens. |
/lgtm Thanks! |
LGTM label has been added. Git tree hash: 48ff348892dd166efb02bf40e564b23eaa379abd
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, mszadkow The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…es-sigs#3076) * Move kueuectl-docs to cmd * Regenerate docs * Move kjobctl-docs to cmd and kjobctl to separate folder * More re-generated files * Run go mod tidy * Run go mod tidy on kjobctl Apply verify changes * Fix template path and regenerate
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Dependabot suggests updates that are incompatible with internal tools, replaced version.
Which issue(s) this PR fixes:
Fixes #3062
Special notes for your reviewer:
Does this PR introduce a user-facing change?