[Autoscaler] Fix utilization calc (#10728)

This commit is contained in:
Alex Wu
2020-09-11 12:41:08 -07:00
committed by GitHub
parent 3eed3eca09
commit 1ff56765f0
2 changed files with 10 additions and 7 deletions
@@ -307,7 +307,7 @@ class AutoscalingTest(unittest.TestCase):
head_ip, {
"CPU": 4,
"GPU": 1
}, {"GPU": 1}, {},
}, {"GPU": 0}, {},
waiting_bundles=[{
"GPU": 1
}])