-
Notifications
You must be signed in to change notification settings - Fork 104
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(br): enable condition trigger of br test on 8.1 #3332
feat(br): enable condition trigger of br test on 8.1 #3332
Conversation
Signed-off-by: purelind <[email protected]>
Based on the pull request title and description, the key changes are that this pull request enables a condition trigger for br integration test pipeline on the lts branch release-8.1. This means that pull requests that modify relevant files will need to pass this test before they can be merged. The changes in the diff appear to modify the One potential problem is that the Another potential problem is that the Fixing suggestions:
|
/cc @BornChanger |
/hold |
[LGTM Timeline notifier]Timeline:
|
@BornChanger: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BornChanger, wuhuizuo 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 |
/unhold |
Reverts #3332 Some br tests have failed; automatic triggering will be enabled after the tests are fixed. test link: 1. https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftidb%2Frelease-8.1%2Fpull_br_integration_test/detail/pull_br_integration_test/29/pipeline/241 <img width="338" alt="image" src="https://github.com/user-attachments/assets/3d0f8a9a-c030-4bfa-9e6f-00197d117465" />
Enable condition trigger for br integration test pipepline on lts branch release-8.1,PRs that modify relevant files need to pass this test before they can be merged.