New issue
Advanced search Search tips

Issue 718179 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ccompute_config train failure when out of IPs is opaque

Project Member Reported by akes...@chromium.org, May 3 2017

Issue description

Here's the failure I got after patch1 of https://chrome-internal-review.googlesource.com/367968

$ ./ccompute_config.py train
Traceback (most recent call last):
  File "./ccompute_config.py", line 782, in <module>
    machine_type='n1-standard-8', zone='us-east1-a'))
  File "./ccompute_config.py", line 321, in __init__
    kwargs.update(pool.get(instance))
  File "./ccompute_config.py", line 257, in get
    new_instance['external_ip'] = self.ips.pop(0)
IndexError: pop from empty list


dgarrett tells me this is because we our out of capacity in easy.

The failure should make that clear.
 
Owner: hinoka@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment