EngineeringProductivity/Projects/Treeherder: Difference between revisions

Jump to navigation Jump to search
→‎Bug Tables: Overhaul tables
m (Add component column to the cross-component bug tables)
(→‎Bug Tables: Overhaul tables)
Line 61: Line 61:
Once one queue (eg P1) is nearing depletion, a selection of the bugs from the group below will be promoted to that priority level. Once the substantial lists of [[#Developer_transition_blockers]] and [[#Operational_and_scaling_bugs]] have been reduced, the guide above may change.
Once one queue (eg P1) is nearing depletion, a selection of the bugs from the group below will be promoted to that priority level. Once the substantial lists of [[#Developer_transition_blockers]] and [[#Operational_and_scaling_bugs]] have been reduced, the guide above may change.


=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+P1 P1 Bugs] ===
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org Assigned] ===
A summary of bugs that are being worked on at the moment.
<bugzilla>
{
"component": "Treeherder", "component_type": "contains",
"resolution": "---",
"email1": "nobody@mozilla.org", "email1_type": "not_equals", "email1_assigned_to": "1",
"include_fields": "id, component, priority, summary, assigned_to",
"order": "assigned_to"
}
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+P1+assignee%3Anobody%40mozilla.org Unassigned P1] ===
A summary of P1 bugs from all tables listed below, which are where work should be focused.
A summary of P1 bugs from all tables listed below, which are where work should be focused.
<bugzilla>
<bugzilla>
Line 67: Line 78:
"component": "Treeherder", "component_type": "contains",
"component": "Treeherder", "component_type": "contains",
"resolution": "---",
"resolution": "---",
"email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1",
"priority": "P1",
"priority": "P1",
"include_fields": "id, component, summary, assigned_to",
"include_fields": "id, component, summary, assigned_to",
Line 72: Line 84:
}
}
</bugzilla>
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A-- Unprioritised] ===
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A-- Needing Triage] ===
All bugs that do not have a priority set.
All bugs that do not have a priority set.
<bugzilla>
<bugzilla>
Line 78: Line 90:
"component": "Treeherder", "component_type": "contains",
"component": "Treeherder", "component_type": "contains",
"resolution": "---",
"resolution": "---",
"email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1",
"priority": "--",
"priority": "--",
"include_fields": "id, component, summary, assigned_to",
"include_fields": "id, component, summary, assigned_to",
Line 90: Line 103:
"include_fields": "id, component, priority, summary, assigned_to",
"include_fields": "id, component, priority, summary, assigned_to",
"order": "resolution,priority,assigned_to"
"order": "resolution,priority,assigned_to"
}
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocked%3A1080757 Operational and scaling bugs] ===
Open bugs affecting the day to day operation of the Treeherder infrastructure - including code deployment, server monitoring, reliability and its ability to scale well and work correctly under load.
<bugzilla>
{
"resolution": "---",
"blocked": "1080757",
"include_fields": "id, priority, summary, assigned_to",
"order": "priority,assigned_to"
}
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocked%3A1072676 Data submission bugs] ===
Open bugs affecting the ability to report correctness tests to Treeherder from sources other than buildbot.
<bugzilla>
{
"resolution": "---",
"blocked": "1072676",
"include_fields": "id, priority, summary, assigned_to",
"order": "priority,assigned_to"
}
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocked%3A1072681 Hacking UX bugs] ===
Open bugs related to the clean-up of Treeherder's docs and development environment that will make Treeherder more accessible to other developers, both those hacking on Treeherder as well as those making use of Treeherder's APIs.
<bugzilla>
{
"resolution": "---",
"blocked": "1072681",
"include_fields": "id, priority, summary, assigned_to",
"order": "priority,assigned_to"
}
}
</bugzilla>
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocked%3A1054977 TBPL switch-off tasks] ===
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocked%3A1054977 TBPL switch-off tasks] ===
Moved to [[Sheriffing/TBPL#TBPL_switch-off_tasks]].
Moved to [[Sheriffing/TBPL#TBPL_switch-off_tasks]].
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-blocked%3A1030636+-blocked%3A1080757+-blocked%3A1059400+-blocked%3A1072676+-blocked%3A1072681+-bug_id%3A1030636+-bug_id%3A1059400+-bug_id%3A1072676+-bug_id%3A1072681+-bug_id%3A1080757 All others] ===
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder All open bugs] ===
All other open bugs not included above.
<bugzilla>
<bugzilla>
{
{
"component": "Treeherder", "component_type": "contains",
"component": "Treeherder", "component_type": "contains",
"resolution": "---",
"resolution": "---",
"id": "1030636,1059400,1072676,1072681,1080757", "id_mode": "exclude",
"include_fields": "id, component, priority, summary, assigned_to",
"blocked": "1030636 1059400,1072676,1072681,1080757", "blocked_type": "not_contains_any_words",
"include_fields": "id, priority, summary, assigned_to",
"order": "priority,assigned_to"
"order": "priority,assigned_to"
}
}
canmove, Confirmed users
1,126

edits

Navigation menu