Bug 1667866 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Add a ./mach try command that will re-run the failing tests from a performance alert in Perfherder. Something like `mach try perfalert 88348` where 88348 is the Alert number (shown in perfherder).
Add a ./mach try command that will re-run the failing tests from a performance alert. Something like `mach try perfalert 88348` or just `mach try 88348` where 88348 is the bug number for that alert, or instead use the alert number from Perfherder

I guess the difference here would be that with the alert number, I would assume tests would re-run as soon as an alert is generated. If using a bug number, the tests would re-run when a bug is filed for that alert.

This came up in a brainstorming session, further input is welcome

Back to Bug 1667866 Comment 0