-
Notifications
You must be signed in to change notification settings - Fork 726
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
fix: fix update-dashboard script not work when target is semver style (#7638) #7643
fix: fix update-dashboard script not work when target is semver style (#7638) #7643
Conversation
close tikv#7637 Signed-off-by: ti-chi-bot <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
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/test-infra repository. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-7.5 #7643 +/- ##
===============================================
- Coverage 74.74% 74.66% -0.08%
===============================================
Files 443 443
Lines 47891 47903 +12
===============================================
- Hits 35795 35766 -29
- Misses 8950 8981 +31
- Partials 3146 3156 +10
Flags with carried forward coverage won't be shown. Click here to find out more. |
Please help close this PR, |
PR needs rebase. 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/test-infra repository. |
|
This is an automated cherry-pick of #7638
What problem does this PR solve?
Issue Number: Close #7637
What is changed and how does it work?
This PR fix the
scripts/update-dashboard
script can't work with dashboard semver style version format.Test
Release note