docs/infra/Understanding-a-LUCI-build-failure.md
Most tests have been running in Flutter CI LUCI for multiple flutter repositories, including post-submit framework, pre-submit framework, etc. This page uses framework as an example, and talks about what to do when a LUCI build failure happens.
An infra failure comes with network connection issues, hardware outage, recipe breakage, cipd dependency issues, etc. It shows up as a purple box in the dashboards:
An example build: Linux color_filter_and_fade_perf__e2e_summary
stdout for detailed loghackers-infra channelRe-run in the check run page.
flutter-hackers group.#hackers-infra if you don't have access.RERUN.
#hackers-infra.A test failure shows up as a red box in the dashboards:
Please refer to the above example of the infra failure.
See also: How to fix a PR's failing checks