Commit
fd6d19da401d79e966556aec319ef4d7789fac27
by noreplyfeat(presubmits): skip error log review for batch jobs (#3721)
Added a conditional check in multiple presubmit job configurations to
skip the error log review process if the JOB_TYPE is set to "batch".
This change applies to the following job configurations: ticdc, tidb,
tiflash, tiflow, pd, and tikv.
All PRs entering the batch merge have passed all required checks
(including error log review check), so the modifications here will not
cause any issues. It can ensure the normal merging of batch jobs without
blocking.
(commit: fd6d19d)