
Ultimate access to all questions.
You have a CI/CD pipeline that uses Cloud Build to build Docker images and push them to Docker Hub, with Git for version control. After modifying the Cloud Build YAML configuration, you observe that no new artifacts are being generated by the pipeline. Following Site Reliability Engineering (SRE) best practices, how would you troubleshoot and resolve this issue?
A
Disable the CI pipeline and revert to manually building and pushing the artifacts.
B
Change the CI pipeline to push the artifacts is Container Registry instead of Docker Hub.
C
Upload the configuration YAML file to Cloud Storage and use Error Reporting to identify and fix the issue.
D
Run a Git compare between the previous and current Cloud Build Configuration files to find and fix the bug.