Bug 2007009 - Change the bot used for bug filling to a PerfSheriff Bot#9646
Open
junngo wants to merge 1 commit into
Open
Bug 2007009 - Change the bot used for bug filling to a PerfSheriff Bot#9646junngo wants to merge 1 commit into
junngo wants to merge 1 commit into
Conversation
gmierz
reviewed
Jun 25, 2026
|
|
||
| params = request.data | ||
| # Only Perfherder is setting the param needinfo_from when filing a regression bug | ||
| is_perf_bug = bool(params.get("needinfo_from")) |
Collaborator
There was a problem hiding this comment.
Could you file a follow-up bug to better detect this? I think it's fine for now, but it seems like it could easily break for us in the future.
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.
This PR replaces the API key used to file performance bugs from the intermittent bot key to the
Performance Sheriff Botkey.Note:
If
needinfo_fromis not set (e.g. when no triage owner is available [0]), the intermittent bot key will still be used as a fallback. This case hasn't been observed yet, but if it occurs, theStatusDropdowncomponent will need to be updated.Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=2007009
[0]
treeherder/ui/perfherder/alerts/StatusDropdown.jsx
Lines 63 to 71 in 2e8e5f7