Add uninqueueable reason in podgroup condition#3045
Conversation
|
/assign @wangyang0616 @hwdef @william-wang @Thor-wl |
300c1ea to
6467b11
Compare
|
I think the pr is well intended, but I have two suggestions:
|
I remember those infor existed in the past version, but some subsequent prs covered those code, and now those info missed.
This pr just add un-enqueueable reson which does not include all cases. I know what you want, eg: issue #2993. It is better to do that in another PR. |
ok, I know, but I still want the docs. Because I do not know why we need this status. |
Yes, I will add it later. |
6467b11 to
88ca78b
Compare
|
Hi, @william-wang , can we push this improvement ahead by merge https://github.com/volcano-sh/apis/pull/113? |
|
We need to refine following message to let user know the enqueue phase and the detail reason. @Monokaix |
|
/assign @Monokaix |
|
@Monokaix Could we release this in v1.9.0? |
|
I think this is important |
|
please squash your commits |
f485978 to
ed40f66
Compare
Last commit is a temp commit for api import. After volcano-sh/apis#113 merged, it will be removed |
|
Please rebase the master code. |
Signed-off-by: lowang-bh <lhui_wang@163.com> add enqueueable test case for un-enqueueable reason Signed-off-by: lowang-bh <lhui_wang@163.com> store
Signed-off-by: lowang-bh <lhui_wang@163.com>
ed40f66 to
144705f
Compare
|
@lowang-bh: PR needs rebase. 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/test-infra repository. |
|
Hello 👋 Looks like there was no activity on this amazing PR for last 180 days. |
|
Closing for now as there was no activity for last 90 days after marked as stale, let us know if you need this to be reopened! 🤗 |
|
/re-open |
|
/reopen |
|
@lowang-bh: Reopened this PR. DetailsIn response to this:
Instructions 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/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |



Please merge API's PR volcano-sh/apis#113 first, and then I need to update the go.mod and refresh the last commit.
Add un-inqueueable reson in podgroup condition if job is rejected to be enqueue, so that it is more clear when describe podgroup to see why job is pending.
This PR is about to change podgroup's pending condition caused by not enough queue's quota from:
to
test result
origin
with this change