cloud-builders-community icon indicating copy to clipboard operation
cloud-builders-community copied to clipboard

Android build-test-deploy.yaml comment is incorrect

Open robertoestivill opened this issue 7 years ago • 0 comments

At the bottom of the android/examples/build-test-deploy.yaml file you can find the following comment and configuration:

# This build requires more than 3.75 GB of memory, so I have to use a HIGHCPU machine
# which has 30 GB of memory.  This means I can give Gradle lots of processes to run
# highly parallelized.

[...]

options:
  machineType: 'N1_HIGHCPU_8'

According to the Google cloud machine types documentation, the n1-highcpu-8 only has 7.2gb of RAM and NOT 30gb.

Am I missing something? Is GCB using the same machine types than GCC?

robertoestivill avatar Jan 08 '19 10:01 robertoestivill