-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(pingcap/tidb): support more integration pipeline in VerfiyCI of tidb lts branches #3060
Conversation
I Skip it since the diff size(221125 bytes > 80000 bytes) is too large |
jobs/pingcap/tidb/release-6.1/pull_integration_lightning_test.groovy
Outdated
Show resolved
Hide resolved
jobs/pingcap/tidb/release-6.5/pull_integration_lightning_test.groovy
Outdated
Show resolved
Hide resolved
pipelines/pingcap/tidb/release-6.1/pod-pull_integration_copr_test.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
I Skip it since the diff size(198349 bytes > 80000 bytes) is too large |
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
I Skip it since the diff size(198501 bytes > 80000 bytes) is too large |
- name: pingcap/tidb/release-6.5/pull_lightning_integration_test | ||
agent: jenkins | ||
decorate: false # need add this. | ||
context: pull-lightning-integration-test | ||
always_run: false | ||
optional: true | ||
skip_report: false | ||
trigger: "(?m)^/test (?:.*? )?pull-lightning-integration-test(?: .*?)?$" | ||
rerun_command: "/test pull-lightning-integration-test" | ||
branches: *branches |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove those lines. Not exist lighting pipelines in 6.5(br & lightning are in the same dir)
- name: pingcap/tidb/release-6.1/pull_lightning_integration_test | ||
agent: jenkins | ||
decorate: false # need add this. | ||
context: pull-lightning-integration-test | ||
always_run: false | ||
optional: true | ||
skip_report: false | ||
trigger: "(?m)^/test (?:.*? )?pull-lightning-integration-test(?: .*?)?$" | ||
rerun_command: "/test pull-lightning-integration-test" | ||
branches: *branches |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove those lines. This branch's lightning pipeline has not been split from br, so this pipeline is not needed.
I Skip it since the diff size(198078 bytes > 80000 bytes) is too large |
I Skip it since the diff size(197655 bytes > 80000 bytes) is too large |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: purelind The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #3057
Fixes #3059
Signed-off-by: wuhuizuo wuhuizuo@126.com