-
Notifications
You must be signed in to change notification settings - Fork 994
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
Fix Failing testcases #32
Milestone
Comments
For Reclaim testcase, Volcano doesn't support setting queue in podgroup, therefore the two jobs are failing into the same queue, which seems make the reclaim process fail. Need to decide how to handle the queue concept in volcano. |
This was referenced Mar 21, 2019
Closed
let's add Queue into Job API directly :) |
fixed by merged PR as referenced. |
kevin-wangzefeng
pushed a commit
to kevin-wangzefeng/volcano
that referenced
this issue
Jun 28, 2019
change SchedulerName kube-batch to volcano
kevin-wangzefeng
pushed a commit
to kevin-wangzefeng/volcano
that referenced
this issue
Jun 28, 2019
change SchedulerName kube-batch to volcano
yolgun
added a commit
to yolgun/volcano
that referenced
this issue
Sep 14, 2022
remove predicates_test.go Co-authored-by: Yunus Olgun <yunuso@spotify.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
Part of the testcases are failing: https://travis-ci.com/volcano-sh/volcano/jobs/186568285
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
For PR #28
The text was updated successfully, but these errors were encountered: