TsukiokaKogane opened a new issue, #67785:
URL: https://github.com/apache/doris/issues/67785
related pr #67480
not able to trigger rerun check_coverage_fe by comment
as I checked code I believe it's a miss in teamcity script
`/regression-test/pipeline/common/teamcity-utils.sh`
```teamcity-utils.sh
# github中评论的要触发的流水线名字
# 到
# teamcity流水线实际的名称
# 的映射
# 新加流水线需要修改这里
declare -A comment_to_pipeline
comment_to_pipeline=(
['feut']='Doris_Doris_FeUt'
['beut']='Doris_DorisBeUt_BeUt'
['cloudut']='Doris_DorisCloudUt_CloudUt'
['compile']='Doris_DorisCompile_Compile'
['p0']='Doris_DorisRegression_P0Regression'
['p1']='Doris_DorisRegression_P1Regression'
['external']='Doris_External_Regression'
['performance']='Doris_DorisPerformance_Performance'
['cloud_p0']='Doris_DorisRegression_CloudP0'
['cloud_p1']='Doris_DorisCloudRegression_CloudP1'
['vault_p0']='Doris_DorisCloudRegression_VaultP0'
['nonConcurrent']='Doris_DorisRegression_NonConcurrentRegression'
['check_coverage']='Doris_Coverage_Merge_P0_UT'
)
# github中评论的要触发的流水线名字
# 到
# teamcity流水线返回结果给github的名称
# 的映射
# 新加流水线需要修改这里
declare -A conment_to_context
conment_to_context=(
['compile']='COMPILE (DORIS_COMPILE)'
['feut']='FE UT (Doris FE UT)'
['beut']='BE UT (Doris BE UT)'
['cloudut']='Cloud UT (Doris Cloud UT)'
['p0']='P0 Regression (Doris Regression)'
['p1']='P1 Regression (Doris Regression)'
['external']='External Regression (Doris External Regression)'
['performance']='performance (Doris Performance)'
['cloud_p0']='cloud_p0 (Doris Cloud Regression)'
['cloud_p1']='cloud_p1 (Doris Cloud Regression)'
['vault_p0']='vault_p0 (Doris Cloud Regression)'
['nonConcurrent']='NonConcurrent Regression (nonConcurrent)'
['check_coverage']='check_coverage (Coverage)'
)
```
--
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]