Open
Bug 2002759
Opened 1 day ago
Make retrying tasks more accessible
Categories
(Tree Management :: Treeherder, enhancement)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: manuel, Unassigned)
Details
Especially for testing whether a test is still intermittent, I usually need to run a task a few times (20, 50). The treeherder UI allows for it, but it is very hidden.
How I usually do it is --rebuild 20 on submit.
In the UI: spam click the arrow button (or spam r on the keyboard).
Another way I just got aware of existing:
- the three dots in the same row as the arrow
- then "Custom Action..."
- select "retrigger" (not sure if "retrigger-custom" would do the same thing)
- modify the
times: 1to the amount of retriggers - confirm by clicking
☑ Retrigger
I got aware of this being possible by a peer, but the flow to retrigger a job multiple times is very hidden.
Proposed change: when clicking on retrigger (or pressing r) directly ask for the amount (or more complex: ask for the amount after clicking on it for two times).
You need to log in
before you can comment on or make changes to this bug.
Description
•