wmatrix: buildbot harvester is not working since March 2 |
|||||||||
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:
,
May 2 2016
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.
,
May 11 2016
,
May 11 2016
,
May 11 2016
,
Jun 15 2016
Issue 620146 has been merged into this issue.
,
Jun 15 2016
,
Sep 27 2016
is there more work needed on this?
,
Dec 6 2016
Presumably fixed. Also, nobody is actively maintaining wmatrix. |
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by fdeng@chromium.org
, May 2 2016