New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 767484 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 784831



Sign in to add a comment

Don't package build for Debug builders in chromium.webrtc.fyi

Project Member Reported by kjellander@chromium.org, Sep 21 2017

Issue description

In  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
 
Owner: oprypin@chromium.org
Status: Assigned (was: Available)
Something to look at while streamlining waterfalls.
Project Member

Comment 2 by bugdroid1@chromium.org, 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

Blocking: 784831
Status: Fixed (was: Assigned)

Sign in to add a comment