Don't package build for Debug builders in chromium.webrtc.fyi |
|||
Issue descriptionIn bug 752083 debug builders were added to the chromium.webrtc.fyi waterfall in order to get protection against debug-only compile breakages. These bots are only used for compile so there's no need to archive their build output (it's very wasteful since the size is very large), since no tester is downloading it, see https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc_fyi.py The chromium_tests recipe module wasn't structured in a good way to make that possible however, so there's a "package build" step taking place on these builds. Example build where the package build step takes 14 minutes and archives 4.93GB to Google storage for no use: https://build.chromium.org/p/chromium.webrtc.fyi/builders/Win%20Builder%20%28dbg%29/builds/492
,
Mar 22 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build/+/0ff6a1b713cc1764b0cef4d74fa3f7d28d09f7aa commit 0ff6a1b713cc1764b0cef4d74fa3f7d28d09f7aa Author: Oleh Prypin <oprypin@webrtc.org> Date: Thu Mar 22 11:59:26 2018 Don't package build for Debug builders in chromium.webrtc.fyi Bug: chromium:767484 Change-Id: Id4dc5843642a1e3513390e9235d8d0d1b01f5b1a Reviewed-on: https://chromium-review.googlesource.com/974266 Reviewed-by: Patrik Höglund <phoglund@chromium.org> Commit-Queue: Oleh Prypin <oprypin@chromium.org> [modify] https://crrev.com/0ff6a1b713cc1764b0cef4d74fa3f7d28d09f7aa/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc_fyi.py
,
Mar 23 2018
,
Mar 23 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by phoglund@chromium.org
, Jan 17 2018Status: Assigned (was: Available)