cs-grrolim commented on issue #8291:
URL: 
https://github.com/apache/incubator-devlake/issues/8291#issuecomment-2657386179

   Thanks for the response but it is still not clear.  I'm checking directly 
the mysql date.
   The _cicd_pipelines_ table shows a SUCCESS pipeline, which is true since all 
stages were skipped
   The _cicd_tasks_ table shows several skipped tasks, all resulting in 
FAILURE, except for the "Report build status" and "Finalize build" tasks, which 
are neither marked as type DEPLOYMENT nor environment PRODUCTION.
   However, the _cicd_deployments_ table shows a SUCCESS record and a 
PRODUCTION environment, which is the same information shown at the 
_cicd_deployment_commits_ table
   
   In the 
[`GenerateDeployment`](https://github.com/apache/incubator-devlake/blob/afcb66ba34dc6e28be93c978d8c273c9b64ead21/backend/plugins/dora/tasks/deployment_generator.go#L48)
 method, shouldn't the skipped stages be ignored when determining if a 
deployment has a environment task (testing, staging ou production) ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to