Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are using Cloud Build to build a Docker image and need to modify the build process to execute unit and integration tests. You want the build history to clearly indicate the stage where the build failed in case of a failure.
What should you do?
A
Add RUN commands in the Dockerfile to execute unit and integration tests.
B
Create a Cloud Build build config file with a single build step to compile unit and integration tests.
C
Create a Cloud Build build config file that will spawn a separate cloud build pipeline for unit and integration tests.
D
Create a Cloud Build build config file with separate cloud builder steps to compile and execute unit and integration tests.