New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 820363 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Get more CPU/RAM quota for CL-Exonerator

Project Member Reported by pho...@chromium.org, Mar 9 2018

Issue description

Unfortunately it the gcloud app deploy error message is really vague and useless for this case, but CL-Exonerator fails to deploy when I increase the CPU / RAM requirements to 4 CPUs and 4GB ram:

23f5d997f07c: Pushed
b4ad1045355e: Pushed
337aa6a3ff72: Pushed
4ec96a1e07f7: Pushed
latest: digest: sha256:3a9bafe9f47fbb17b97934897bdf14874c3aebb875fea9940a3d1e1d59c7c6c3 size: 2836
DONE
-------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------

Updating service [default] (this may take several minutes)...failed.

ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app infrastructure to become healthy.
Traceback (most recent call last):
  File "./deploy_app.py", line 143, in <module>
    fire.Fire(Main)
  File "/Users/phobbs/.local/share/virtualenvs/cl_exonerator-GoHstgjQ/lib/python2.7/site-packages/fire/core.py", line 127, in Fire
    component_trace = _Fire(component, args, context, name)                                                                                        File "/Users/phobbs/.local/share/virtualenvs/cl_exonerator-GoHstgjQ/lib/python2.7/site-packages/fire/core.py", line 366, in _Fire
    component, remaining_args)
  File "/Users/phobbs/.local/share/virtualenvs/cl_exonerator-GoHstgjQ/lib/python2.7/site-packages/fire/core.py", line 542, in _CallCallable
    result = fn(*varargs, **kwargs)
  File "./deploy_app.py", line 139, in Main
    cros_build_lib.RunCommand(['gcloud', 'app', 'deploy', app], cwd=tempdir)
  File "/Volumes/cros/infra/cl_exonerator/chromite/lib/cros_build_lib.py", line 658, in RunCommand
    raise RunCommandError(msg, cmd_result)
chromite.lib.cros_build_lib.RunCommandError: return code: 1; command: gcloud app deploy app.yaml


We need more quota to support the higher CPU count.
 
apparently this needs to be compute engine quota.
I'm increasing CPUs to increase the tail performance of talking to the gerrit API for large cron batches. I had similar problems with Cl-Scanner performance using the default 1-CPU configuration.
Status: Done (was: Started)
Status: Verified (was: Done)

Sign in to add a comment