Move Cloud CI YAML loading to new class
What does this MR do and why?
We want to remove all uses of the legacy CI YAML loading Ci::Config::Yaml.load!
. This commit updates the loading done inside GoogleCloud::GeneratePipelineService
to use the new Loader
class
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #409846 (closed)