feat(tidb): add ddlv1 unit test pipeline #3150
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new Jenkins pipeline job for running unit tests on the latest version of the
pingcap/tidb
repository. It includes the creation of the pipeline job, its definition, and updates to the relevant presubmits configuration.New Jenkins Pipeline Job:
jobs/pingcap/tidb/latest/pull_unit_test_ddlv1.groovy
: Added a new pipeline job definition forpingcap/tidb/pull_unit_test_ddlv1
, including parameters, properties, and SCM configuration.pipelines/pingcap/tidb/latest/pull_unit_test_ddlv1.groovy
: Implemented the pipeline script for the new job, setting up Kubernetes agents, environment variables, and stages for debugging, checkout, and testing.Presubmits Configuration:
prow-jobs/pingcap/tidb/latest-presubmits.yaml
: Added a new presubmit configuration for thepingcap/tidb/pull_unit_test_ddlv1
job, including branches, trigger commands, and context settings.Add a new pipeline foro ddlv1 unit test, we need to monitor the stability of the new pipeline, only support trigger manually currently.