You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Keptn 0.8 the monaco service can respond with a status and a detailed result message.
Right now it only says: "Successfully ran monaco!" - even if the monaco-cli actually failed.
I suggest the monaco CLI output to be parsed and based on the actual result correctly set status and result message.
The text was updated successfully, but these errors were encountered:
HEre is an example where currently the monaco-sevice reports that monaco execution was successful where in fact there was one error as we can see in the log files of the monaco service
2021-06-22 10:09:08 ERROR Failed to create DT object demo-delivery production (HTTP 400)!
Response was: {"error":{"code":400,"message":"Unknown location(s): [GEOLOCATION-388A5AD15726CB6F]"}}, responsible config: tmp/monaco/0aadc6a3-530d-469c-b98f-183e69ea3e7d-production/projects/simplenode/synthetic-monitor/synthetic.json
2021-06-22 10:09:08 ERROR Errors during deployment! Check log!
With Keptn 0.8 the monaco service can respond with a status and a detailed result message.
Right now it only says: "Successfully ran monaco!" - even if the monaco-cli actually failed.
I suggest the monaco CLI output to be parsed and based on the actual result correctly set status and result message.
The text was updated successfully, but these errors were encountered: