pingchunzhang commented on code in PR #19059:
URL: https://github.com/apache/doris/pull/19059#discussion_r1176287256


##########
regression-test/pipeline/common/check-pr-if-need-run-build.sh:
##########
@@ -87,7 +87,9 @@ need_run_fe_ut() {
     for af in ${all_files}; do
         if [[ "${af}" == 'fe'* ]] ||
             [[ "${af}" == 'fe_plugins'* ]] ||
-            [[ "${af}" == 'bin/start_fe.sh' ]] ||
+            [[ "${af}" == 'fe_plugins'* ]] ||

Review Comment:
   1. duplicate check fe_plugins
   2. if start_fe.sh is changed, no need to run fe ut, org check is need?
   3. sql-manual change need run fe ut is ok



-- 
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]

Reply via email to