I am testing new Google Cloud Deploy with my current projects.
I have defined skaffold.yaml, cloudbuild.yaml (using skaffold and gcloud beta deploy), and a basic clouddeploy.yaml.
CI with skaffold and cloud build builds image correctly locally and in the cloud.
But Google Cloud deploy pipeline fails with the error "Parent release failed to render." without any more information.
I have checked "skaffold render" and works well for different profiles. is it possible to check some logs about this rendering in google cloud deploy?
Thanks in advance Regards
You can detect any errors in your pipeline runs by using the Dataflow monitoring interface.
To view the Job Logs generated by your pipeline code and the Dataflow service, click keyboard_capslock on the bottom Logs panel.
You can filter the messages that appear in Job logs by clicking Info-arrow_drop_down and filter_listFilter. To only display error messages, click Info-arrow_drop_down and select Error.
To expand an error message, click the expandable section -arrow_right. Alternatively, you can click the Diagnostics tab. This tab shows where errors occurred along the chosen timeline, a count of all logged errors, and possible recommendations for your pipeline.
This Documentation has a detailed explanation on checking logs for pipelines.