backport-resolve-issue: "recognize that Target version is populated" and "prune duplicate URLs"#31247
Merged
smithfarm merged 2 commits intoceph:masterfrom Oct 31, 2019
Merged
Conversation
Due to a regression, the script stopped recognizing that a Backport tracker issue's "Target version" field is populated. Fixes: af43b3c Signed-off-by: Nathan Cutler <ncutler@suse.com>
theanalyst
approved these changes
Oct 30, 2019
I have seen PR descriptions with a single backport tracker URL mentioned twice. When backport-resolve-issue hit one of these, it would say: Found backport tracker: https://tracker.ceph.com/issues/39272 Found backport tracker: https://tracker.ceph.com/issues/39272 ----------------------------------------------------------------- INFO:root:Tracker https://tracker.ceph.com/issues/39272 links to PR ceph#29153 INFO:root:Backport Tracker 39272 target version already populated with correct value v12.2.13 INFO:root:Backport Tracker 39272 status is already set to Resolved ----------------------------------------------------------------- INFO:root:Tracker https://tracker.ceph.com/issues/39272 links to PR ceph#29153 INFO:root:Backport Tracker 39272 target version already populated with correct value v12.2.13 INFO:root:Backport Tracker 39272 status is already set to Resolved ================================================================= This commit fixes the issue. Signed-off-by: Nathan Cutler <ncutler@suse.com>
Member
|
I ran this on the luminous branch and works great! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Due to a regression, the script stopped recognizing that a Backport tracker
issue's "Target version" field is populated.
Fixes: af43b3c
Signed-off-by: Nathan Cutler ncutler@suse.com