bug 833689 will enforce a limit of size of a build. If a large number of tests failed in a Chromium build and the recipe dumps ALL of them to step_text or step links, the build might violate the limit and will be marked as an infra failure (because of the violation) instead of the failure.
I believe a user would be still happy if the recipe dumps only first 100 tests to the step text, and dumps all tests into a step log.
bug 833689 will enforce a limit of size of a build. If a large number of tests failed in a Chromium build and the recipe dumps ALL of them to step_text or step links, the build might violate the limit and will be marked as an infra failure (because of the violation) instead of the failure.
I believe a user would be still happy if the recipe dumps only first 100 tests to the step text, and dumps all tests into a step log.
example build that would violate the limit: https://ci.chromium.org/p/chromium/builds/b8949700709453540704
context: go/cit-pm-76
Comment 1 Deleted