For compile failures and consistent gtest failures, Findit started to auto-revert culprits by creating & committing a revert like this. For compile failures, Findit is usually pretty quick for CXX/CC failures (compile x.cc into x.o), and it is recommended that sheriffs wait for Findit in such cases (~70% of all compile step failures).
* In total, Findit is expected to auto-commit no more than 8 and auto-create no more than 12 within 24 hours.
Findit is integrated with Sheriff-O-Matic (aka SoM) to show analysis results on SoM automatically. For failures on SoM, there is no need to manually trigger the analysis in Findit.
Open https://findit-for-me.appspot.com/, paste the build URL, trigger an analysis by clicking the Analyze button, and wait for the result.
Findit provides different information to each failure based on its findings or its status.
Chromium Sheriffs: Please review and commit the revert CL if you confirm the revert is correct.
Chromium Sheriffs: Please confirm if the revert CL is correct. If not, please revert it and file a bug.
The result from heuristic analysis is usually shown first, because it is as quick as ~ 2 minutes. Later, try-job results for compile and gtest failures will be shown instead.