-
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
chore(tidb): archive log if test not successful #3028
chore(tidb): archive log if test not successful #3028
Conversation
Signed-off-by: purelind <purelind@gmail.com>
Based on the pull request title and description, it seems that the proposed change is to archive logs if the test is not successful. Looking at the diff, it appears that the change is modifying a file called Overall, the change seems reasonable and should not introduce any issues. However, it might be worthwhile to confirm that the change does not interfere with any other parts of the pipeline that may depend on the As for suggestions, it might be helpful to add some more context to the pull request description. For example, why was this change deemed necessary and how was it tested? Additionally, it might be helpful to include any relevant issue or ticket numbers related to this change. |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
User description
archive log if test not successful, eg test timeout
PR Type
enhancement
Description
ghpr_mysql_test.groovy
pipeline script to archive logs if the test is unsuccessful instead of only on failure.Changes walkthrough 📝
ghpr_mysql_test.groovy
Archive logs if test is unsuccessful instead of failure
pipelines/pingcap/tidb/latest/ghpr_mysql_test.groovy
failure
tounsuccessful
forarchiving artifacts.