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

Issue 11358219: Android: Warning on license check fail. (Closed)

Created:
8 years, 1 month ago by nilesh
Modified:
8 years, 1 month ago
Reviewers:
Yaron, Isaac (away)
CC:
chromium-reviews, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, peter+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

Android: Warning on license check fail. LIcense check is failing too frequenly, we should put it on the main builder/CQ. Making the step failure a warning for now (it should not block tests). BUG=160741 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167469

Patch Set 1 #

Patch Set 2 : git show #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M build/android/buildbot/buildbot_functions.sh View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 4 (0 generated)
nilesh
8 years, 1 month ago (2012-11-13 17:40:31 UTC) #1
Yaron
http://codereview.chromium.org/11358219/diff/4001/build/android/buildbot/buildbot_functions.sh File build/android/buildbot/buildbot_functions.sh (right): http://codereview.chromium.org/11358219/diff/4001/build/android/buildbot/buildbot_functions.sh#newcode370 build/android/buildbot/buildbot_functions.sh:370: python android_webview/tools/webview_licenses.py scan Instead change this to: bb_run_step python ...
8 years, 1 month ago (2012-11-13 17:45:32 UTC) #2
Yaron
lgtm
8 years, 1 month ago (2012-11-13 19:40:09 UTC) #3
Isaac (away)
8 years, 1 month ago (2012-11-13 19:50:34 UTC) #4
lgtm.  There are several existing threads w/ android webview team for them to
improve / deprecate this scanner before we run it on CQ.  It's very slow the on
the trybots, so I am not willing to move it to CQ in its present state.

http://codereview.chromium.org/11358219/diff/4001/build/android/buildbot/buil...
File build/android/buildbot/buildbot_functions.sh (right):

http://codereview.chromium.org/11358219/diff/4001/build/android/buildbot/buil...
build/android/buildbot/buildbot_functions.sh:370: python
android_webview/tools/webview_licenses.py scan
On 2012/11/13 17:45:33, Yaron wrote:
> Instead change this to:
> bb_run_step python android_webview/tools/webview_licenses.py scan
> 
> and remove error handlng to avoid stopping the build. Although as you pointed
> out offline, we should make sure it still runs tests

We would need to change the bb_run_step function a bit to suppose "optional"
steps.  Probably easier to copy bb_run_step into a new function
"bb_run_fyi_step" that always uses STEP_WARNINGS instead of STEP_FAILURE.

Powered by Google App Engine
This is Rietveld 408576698