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

Issue 608412 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug
OKR



Sign in to add a comment

wmatrix: buildbot harvester is not working since March 2

Project Member Reported by fdeng@chromium.org, May 2 2016

Issue description

buildbot harvester is not working since March 2

It seems it is not reading anything from the website.

////////////////////////////////////////////////////////////////////////////////
        Starting to harvest BuildBot
        URL: http://chromegw/i/chromiumos.release
        Wed Mar  2 01:26:55 2016 UTC  <- current time.
        Tue Mar  1 23:25:40 2016 UTC  <- will stop on builds that finished before this time.

INFO:root:Finished harvesting BuildBot http://chromegw/i/chromiumos.release in 0 seconds.
INFO:root:

 

Comment 1 by fdeng@chromium.org, May 2 2016

Components: Infra>Client>ChromeOS

Comment 2 by ntang@google.com, May 2 2016

Cc: ntang@chromium.org
I ran the script locally and had the following issues:
1. The script filtered out all builds whose name does not contain either "canary" or "full release". It turned out no buider has name containing them any more.
2. After I change the "full release" to "release", the code choke at accessing the build.properties_as_dict properties:
Traceback (most recent call last):
  File "/usr/local/google/home/ntang/projects/cros/wmatrix/repo/whining_private/src/backend/buildbot_harvester.py", line 184, in harvest_buildbot
    params = get_build_params(build)
  File "/usr/local/google/home/ntang/projects/cros/wmatrix/repo/whining_private/src/backend/buildbot_harvester.py", line 85, in get_build_params
    config = build.properties_as_dict['cbb_config']
AttributeError: 'Build' object has no attribute 'properties_as_dict'

I wonder if this is because the buildbot_json version has changed.

Comment 3 by autumn@chromium.org, May 11 2016

Cc: sbasi@chromium.org

Comment 4 by autumn@chromium.org, May 11 2016

Labels: okr

Comment 5 by autumn@chromium.org, May 11 2016

Labels: Hotlist-Fixit

Comment 6 by fdeng@chromium.org, Jun 15 2016

Cc: fdeng@chromium.org shchen@chromium.org dchan@chromium.org waihong@chromium.org
 Issue 620146  has been merged into this issue.
Labels: faft-in-lab

Comment 8 by autumn@chromium.org, Sep 27 2016

Labels: -okr OKR
Owner: ntang@chromium.org
is there more work needed on this? 
Status: WontFix (was: Available)
Presumably fixed. Also, nobody is actively maintaining wmatrix.

Sign in to add a comment