PingCAP-QE / ci

Continue intergration tests
Apache License 2.0
19 stars 99 forks source link

Prioritize more integration testing pipelines before merging PRs on tidb #2398

Open purelind opened 1 year ago

purelind commented 1 year ago

Now, before merging a PR in the tidb repository, several pipelines are triggered to validate and ensure the quality of the PR. These pipelines typically consume fewer resources and have shorter execution times.

Meanwhile, after the PR merge, more integration testing pipelines will be triggered based on the newly merged commit to ensure the code quality of the master branch. These integrated tests typically have high concurrency, require significant resources, and take a relatively long time to execute.

For the pipelines that must be run before merging PRs, in order to ensure efficiency and user experience of PR merging, we have put forward the following requirements.

wuhuizuo commented 11 months ago

@purelind Any updates? if it is not finished, please move it to next milestone.