[Bug][Azure Devops GO] Skipped pipeline tasks are being classified as FAILURE #8293
Open
2 of 3 tasks
Labels
devops
Something about CI/CD (devops)
severity/p1
This bug affects functionality or significantly affect ux
type/bug
This issue is a bug
Search before asking
What happened
I had some pipelines being reported as PRODUCTION deployment on DORA charts even when the deployment tasks were skipped. (Actually, all tasks were skipped).
After investigating the source code, it was clear that tasks resulting in a skipped state were being classified as failures.
Screenshots available at:
question
What do you expect to happen
Skipped tasks should not be classified as RESULT_DEFAULT not Failure, and be ignored when calculating metrics
How to reproduce
Create a deployment pipeline, add a task that is understood as deploymento to production with a condition that will fail.
Run the pipeline and verify that the task was skipped
When checking the DORA Validation dashboard, you can see the pipeline is marked as success with a production environment
Anything else
No response
Version
v1.0.1@e061ef2
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: