BuFan
BuFan
> please add unit case to cover your code. thanks UT in `capacity_test` and `proportion_test` already added
Missing https://github.com/volcano-sh/apis/pull/128 in Volcano-Apis `release v1.10`, should I also cherry pick it?
> Missing [volcano-sh/apis#128](https://github.com/volcano-sh/apis/pull/128) in Volcano-Apis `release v1.10`, should I also cherry pick it? pr: https://github.com/volcano-sh/apis/pull/136
In the scenario of scheduling directly with `PodGroup` (without `Volcano Job`), the logic for checking whether a Parent Queue is unable to submit is missing. Maybe we need a `webhooks.admission.podgroups.validate`...
> > In the scenario of scheduling directly with `PodGroup` (without `Volcano Job`), the logic for checking whether a Parent Queue is unable to submit is missing. > > Maybe...
> > > > In the scenario of scheduling directly with `PodGroup` (without `Volcano Job`), the logic for checking whether a Parent Queue is unable to submit is missing. >...
I don't have any more questions, looks good to me
> Have you also executed `bash ./hack/update-codegen.sh`? Done.
## Queue Priority ## Motivation The current queue prioritization in Volcano is based on the principle that a lower share value indicates higher priority for resource allocation during scheduling. However,...