Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Remove bugzilla search from sweep commands #584

Closed
wants to merge 2 commits into from

Conversation

thegreyd
Copy link
Contributor

@thegreyd thegreyd commented Aug 3, 2023

Normal OCP bugs are no longer allowed to open in Bugzilla.
Bugzilla is only used for tracking flaw bugs for OCP purposes (which are not part of sweep commands)
So remove searching bugzilla for ocp bugs

Test

  • ./elliott --group openshift-4.13 --assembly 4.13.8 find-bugs:sweep --use-default-advisory microshift --noop

@thegreyd thegreyd changed the title Remove bugzilla from sweep commands Remove bugzilla search from sweep commands Aug 3, 2023
Copy link
Contributor

@locriandev locriandev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but why removing exception handling?

@thegreyd
Copy link
Contributor Author

thegreyd commented Aug 3, 2023

The try-catch block was useful when there were multiple bug trackers being run - so an error from one wouldn't fail the whole command - we would print it out and then continue. Now that it's just one bug tracker, any exception should end the command in failure which is fine since nothing else is running in parallel.. I am fine keeping it as well since we put in place these abstractions to support multiple bug trackers at any time

@joepvd
Copy link
Contributor

joepvd commented Aug 7, 2023

Not sure about the timing. I'd like to be convinced that for legacy releases that may see an update (3.11, 4.6, ...) we can find bugs. These are the potential problems:

3.11: [1968041,2052901]
4.8: [2010895,2010899]

So I think we need to get these to jira, or wait until these are out.

@thegreyd thegreyd changed the title Remove bugzilla search from sweep commands WIP Remove bugzilla search from sweep commands Aug 8, 2023
@thegreyd thegreyd added the do-not-merge DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed. label Aug 8, 2023
@thegreyd thegreyd changed the title WIP Remove bugzilla search from sweep commands Remove bugzilla search from sweep commands Aug 8, 2023
@thegreyd
Copy link
Contributor Author

thegreyd commented Aug 8, 2023

Ack. Let's park this PR until we have confirmation

@thegreyd thegreyd closed this Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
do-not-merge DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants