-
Notifications
You must be signed in to change notification settings - Fork 307
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
Add support for classifying invalid compatibility reports to the http service #3846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! If we get too many, we might want to have a separate queue with a lower priority so that we don't impact the other API endpoints too much. Let's see how it looks after deployment.
Sounds good. We've shipped the reporter in Nightly on desktop about a week ago and got about 150 reports so far (only 80 have description and would have needed classification). But I think most of these reports are from QA testing the feature :) |
Thanks! |
@ksy36 when would you like to see this deployed? |
Would it be possible to deploy this some time next week? (I was thinking to start working on an ETL script that will use this endpoint then) |
Sure! I will deploy a new version now, so we can root out any potential bugs now and retrigger a new release if necessary. |
Perfect, thank you! |
I released a new version and triggered a new pipeline run: https://community-tc.services.mozilla.com/tasks/groups/NSVaUXIURx6zKSUcsItQZw. In a few hours, the new API endpoint should be available. |
Fixes #3839