Skip to content
Failed

Changes

Summary

  1. feat: split tidb&tiflow pipelines on branch release-6.5-20241101-v6.5.7 (commit: f4e712a) (details)
Commit f4e712ae9dfb907c245c4129c856bbe1a68cf766 by noreply
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)
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pod-pull_dm_integration_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_sqllogic_test.yaml
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/ghpr_verify.groovy
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pod-pull_cdc_integration_kafka_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_mysql_test.groovy
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pod-pull_dm_compatibility_test.yaml
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_jdbc_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-ghpr_unit_test.yaml
The file was addedjobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_dm_compatibility_test.groovy
The file was modifiedprow-jobs/pingcap/tiflow/release-6.5-presubmits.yaml (diff)
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_e2e_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_check.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-ghpr_check.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_common_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-ghpr_build.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_common_test.groovy
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_dm_integration_test.groovy
The file was addedjobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_cdc_integration_kafka_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-ghpr_check2.yaml
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_build.groovy
The file was modifiedprow-jobs/kustomization.yaml (diff)
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_check2.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_unit_test.groovy
The file was addedjobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_dm_integration_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_ddl_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_integration_ddl_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_common_test.yaml
The file was modifiedprow-jobs/pingcap/tidb/release-6.5-presubmits.yaml (diff)
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_br_integration_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_e2e_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_jdbc_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_integration_mysql_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_tiflash_test.yaml
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_mysql_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_sqllogic_test.groovy
The file was addedjobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/aa_folder.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_br_integration_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_mysql_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/aa_folder.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_common_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_tiflash_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_integration_jdbc_test.yaml
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_cdc_integration_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_e2e_test.groovy
The file was addedjobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/ghpr_verify.groovy
The file was addedjobs/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_cdc_integration_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_br_integration_test.groovy
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pod-pull_cdc_integration_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_check2.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_integration_common_test.yaml
The file was addedprow-jobs/pingcap/tiflow/release-6.5-20241101-v6.5.7-presubmits.yaml
The file was addedprow-jobs/pingcap/tidb/release-6.5-20241101-v6.5.7-presubits.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_sqllogic_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-ghpr_mysql_test.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_tiflash_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_copr_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_check.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_build.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/ghpr_unit_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pod-pull_integration_copr_test.yaml
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_cdc_integration_kafka_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_common_test.groovy
The file was addedjobs/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_mysql_test.groovy
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_ddl_test.groovy
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_dm_compatibility_test.groovy
The file was addedpipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pod-ghpr_verify.yaml
The file was addedpipelines/pingcap/tidb/release-6.5-20241101-v6.5.7/pull_integration_copr_test.groovy