Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Issue 325963006: Kill builds that produce too much output (Closed)

Created:
6 years, 6 months ago by Paweł Hajdan Jr.
Modified:
3 years, 11 months ago
CC:
chromium-reviews, kjellander-cc_chromium.org, cmp-cc_chromium.org, stip+watch_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Kill builds that produce too much output This gums up the buildbot master The limit is set to 50 MB so far (per step, but note that annotated builds have a step called "steps" or "slave_steps" which contains output of other steps). BUG=382648

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -0 lines) Patch
M third_party/buildbot_slave_8_4/README.chromium View 1 chunk +33 lines, -0 lines 0 comments Download
M third_party/buildbot_slave_8_4/buildslave/runprocess.py View 3 chunks +7 lines, -0 lines 1 comment Download

Messages

Total messages: 6 (1 generated)
Paweł Hajdan Jr.
6 years, 6 months ago (2014-06-10 15:12:15 UTC) #1
cmp
Thank you for taking this on. This type of solution is exactly what we discussed ...
6 years, 6 months ago (2014-06-10 15:51:23 UTC) #2
Paweł Hajdan Jr.
On 2014/06/10 15:51:23, cmp wrote: > Update the description to include the limit and mention ...
6 years, 6 months ago (2014-06-10 17:32:27 UTC) #3
cmp
>> This change will be more successful, actually, if you limit it to take effect ...
6 years, 6 months ago (2014-06-10 18:12:49 UTC) #4
ghost stip (do not use)
6 years, 6 months ago (2014-06-11 18:16:08 UTC) #5
Note: annotator 'steps' stdio logs can be unbounded. A previously big offender
was android_dbg_triggered_tests which would emit logcat logs directly into stdio
(and thus both the annotator and step log). Thanks to the fix in
https://crbug.com/362787 this has been resolved, and
https://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggere...
is about 14 megs.

Powered by Google App Engine
This is Rietveld 408576698