Topic 1 Question 56
You use Cloud Build to build your application. You want to reduce the build time while minimizing cost and development effort. What should you do?
Use Cloud Storage to cache intermediate artifacts.
Run multiple Jenkins agents to parallelize the build.
Use multiple smaller build steps to minimize execution time.
Use larger Cloud Build virtual machines (VMs) by using the machine-type option.
ユーザの投票
コメント(17)
- 👍 13TNT872021/10/26
Correct Answer is (D):
Using custom virtual machine sizes In addition to the standard machine type, Cloud Build provides four high-CPU virtual machine types to run your builds. To increase the speed of your build, select a virtual machine with a higher CPU. Requesting a high-CPU machine may increase the startup time of your build as Cloud Build only starts these machines on demand.
👍 6ESP_SAP2021/12/05- 👍 6bob_builder2021/12/15
シャッフルモード