dosubot[bot] commented on issue #8291: URL: https://github.com/apache/incubator-devlake/issues/8291#issuecomment-2657431621
<!-- Answer --> The `cicdTaskResultRule` in the Azure DevOps plugin indeed classifies skipped tasks as `devops.RESULT_DEFAULT`, not as failures. This means that skipped tasks should not be marked as failures by default <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/python/plugins/azuredevops/azuredevops/streams/jobs.py)</sup>. If you are observing behavior where skipped tasks are being marked as failures, it might be due to a misconfiguration or an oversight in the implementation. It would be reasonable to open an issue to clarify this behavior and ensure that the implementation aligns with the intended classification rules. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/4a3be91f-eed9-4cf3-9a16-95807aa91cab?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/4a3be91f-eed9-4cf3-9a16-95807aa91cab?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/4a3be91f-eed9-4cf3-9a16-95807aa91cab?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/4a3be91f-eed9-4cf3-9a16-95807aa91cab?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/4a3be91f-eed9-4cf3-9a16-95807aa91cab?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/4a3be91f-eed9-4cf3-9a16-95807aa91cab?feedback_type=other) | [Bug Report](https://app.dosu.dev/response-feedback/4a3be91f-eed9-4cf3-9a16-95807aa91cab?feedback_type=bug_report)</sup> -- 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