feat: split tidb&tiflow pipelines on branch release-6.5-20241101-v6.5.7 (#3228)
Split tidb&tiflow pipelines on branch release-6.5-20241101-v6.5.7 ===
This pull request introduces new Jenkins pipeline jobs for the `pingcap/tidb` and `pingcap/tiflow` repositories, specifically for the `release-6.5-20241101-v6.5.7` version. The changes include creating folders and defining multiple pipeline jobs with log rotation, parameters, properties, and SCM configurations.
New folder creation:
* Created a new folder for `pingcap/tidb` pipelines (`jobs/pingcap/tidb/release-6.5-20241101-v6.5.7/aa_folder.groovy`). * Created a new folder for `pingcap/tiflow` pipelines (`jobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/aa_folder.groovy`).
New pipeline jobs for `pingcap/tidb`:
* Defined `ghpr_build` pipeline job with log rotation, parameters, properties, and SCM configuration (`jobs/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_build.groovy`). * Defined `ghpr_check` pipeline job with similar configurations as `ghpr_build` (`jobs/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_check.groovy`). * Added several other pipeline jobs (`ghpr_check2`, `ghpr_mysql_test`, `ghpr_unit_test`, `pull_br_integration_test`, `pull_common_test`, `pull_e2e_test`, `pull_integration_common_test`, `pull_integration_copr_test`, `pull_integration_ddl_test`, `pull_integration_jdbc_test`, `pull_integration_mysql_test`, `pull_sqllogic_test`, `pull_tiflash_test`) with similar configurations. [[1]](diffhunk://#diff-ef254b861d46c5427f89a5020af7f183614e13c5faf08e675e36bfd202501223R1-R40) [[2]](diffhunk://#diff-5c43e2109d9b4f0d002005d1b691a06ade154d04dd8ff9e04d6d127b6a2c2601R1-R40) [[3]](diffhunk://#diff-a59c9ee5d8149a2987504bf53da62a8b6e94ca5bec8e6d27c3d5004b9523f0e3R1-R40) [[4]](diffhunk://#diff-60c1799e27080766b6972924ec3c8b5c597dee79e6e9fd634e657299c4a54e54R1-R40) [[5]](diffhunk://#diff-f5d18ea66ce547b9e077a2b8d13fb6881f6a6895c24b1117649b7ba868769172R1-R40) [[6]](diffhunk://#diff-78614e7318a27733c9ba22224eaa101d41ca3f082b188f0f3310f446dbd0a284R1-R40) [[7]](diffhunk://#diff-f9740eb8c8d277e485f4e7fcbbae95cd7a0507338a394339d9141eb81985cb5eR1-R40) [[8]](diffhunk://#diff-d8598c584933966a7667a5cbf3274cc2408838b37cf5a0c804699cdd504d6d2fR1-R40) [[9]](diffhunk://#diff-e87a231a000290e32db15f4183cf5b6c7ff5071ad89dc868d394ab3c2afee0aaR1-R40) [[10]](diffhunk://#diff-3c6af4f53cab72ed55890badc6dfe614380f64fd937a1b5b0f29a908e23fa4afR1-R40) [[11]](diffhunk://#diff-0e413462a52d018e95343877298b8f2f696de99a4256ff1894d64f5e8e54f803R1-R40) [[12]](diffhunk://#diff-ae4139543d76ef351cf09a4ea71f35fde269e6254a91a107afe4d9150945bfe9R1-R40) [[13]](diffhunk://#diff-1079320ac2cc56b062f5c96bc6b46dc61374d72831c60baa45ff607c88823c76R1-R40)
New pipeline job for `pingcap/tiflow`:
* Defined `ghpr_verify` pipeline job with log rotation, parameters, properties, and SCM configuration (`jobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/ghpr_verify.groovy`). (commit: f4e712a)