GoogleCloudPlatform / GoogleCloudPlatform/cloud-builders-community

Android build-test-deploy.yaml comment is incorrect

Open
#160 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1.3k
Forks
848
PR merge metrics
No merged PRs in 30d

Description

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](https://cloud.google.com/compute/docs/machine-types), 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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.