
Answer-first summary for fast verification
Answer: Perform a Git comparison between the current and previous Cloud Build Configuration files to pinpoint and correct the error.
This approach aligns with Site Reliability Engineering principles by emphasizing the importance of identifying the root cause of an issue before implementing a solution. A Git comparison allows for a straightforward identification of changes made to the Cloud Build YAML Configuration file, facilitating a reliable and efficient resolution to the problem.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When adopting Site Reliability Engineering practices, how should you address the issue where your CI/CD pipeline, utilizing Cloud Build for Docker image creation and Git for version control, fails to produce artifacts after a YAML configuration change?
A
Disable the CI pipeline and manually build and push the artifacts to overcome the issue.
B
Adjust the CI pipeline to direct artifacts to Container Registry instead of Docker Hub.
C
Upload the configuration YAML file to Cloud Storage and utilize Error Reporting to identify and resolve the problem.
D
Perform a Git comparison between the current and previous Cloud Build Configuration files to pinpoint and correct the error.
No comments yet.