-
Notifications
You must be signed in to change notification settings - Fork 262
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
Reorganize directory structure for jobs and the framework #631
Reorganize directory structure for jobs and the framework #631
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/assign @alculquicondor @kerthcet |
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.
/lgtm
/approve
"sigs.k8s.io/kueue/pkg/controller/jobs/job" | ||
"sigs.k8s.io/kueue/pkg/controller/jobs/mpijob" |
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.
once mpijob goes into another module:
"sigs.k8s.io/kueue/pkg/controller/jobs/job" | |
"sigs.k8s.io/kueue/pkg/controller/jobs/mpijob" | |
"sigs.k8s.io/kueue/pkg/controller/job" |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, mimowo 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The current directory structure has been contested as problematic: #578 (comment).
One issue is that the framwork and the jobs are under workload directory, which is misleading in this case as it is ambiguous (generalization of a batch workload, or a specific concept in Kueue).
Another issue is that the jobframework library is at the same level in hierarchy as jobs of particular frameworks.
Which issue(s) this PR fixes:
Part of #369
Special notes for your reviewer:
As a starting point organize according to the proposal: #627 (comment).