Asthenia0412 opened a new pull request, #67943: URL: https://github.com/apache/doris/pull/67943
[fix](regression) Support triggering check_coverage_fe pipeline by comment ### What problem does this PR solve? Issue Number: close #67785 Problem Summary: The build pipeline does not support triggering the check_coverage_fe pipeline by GitHub comment. The root cause is that check_coverage_fe entries are missing in the comment_to_pipeline and conment_to_context mappings in regression-test/pipeline/common/teamcity-utils.sh, and the workflow file .github/workflows/comment-to-trigger-teamcity.yml lacks the corresponding trigger step. This PR adds the missing mappings and the trigger logic so that a "run check_coverage_fe" comment can start the pipeline. ### Release note None ### Check List (For Author) - Test: No need to test (with reason) - CI/CD config change, pipeline behavior will be verified by the TeamCity job once triggered - Behavior changed: Yes (with explanation) - check_coverage_fe can now be triggered via GitHub comment - Does this need documentation: No -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
