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

Issue 3005723002: Added ability to find builder-groups (Closed)

Created:
3 years, 3 months ago by mkroghj
Modified:
3 years, 3 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Added ability to find builder-groups Added calls to CBE, cleaned up the remaining screen-scraping and added ability to find builder-groups and builders in groups R=johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/dfd5038ecbd42328519418938b5e66b937b1bff6

Patch Set 1 #

Total comments: 8

Patch Set 2 : Landing with changes from johnniwinther #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -680 lines) Patch
A + tools/gardening/bin/luci.dart View 1 10 chunks +78 lines, -26 lines 0 comments Download
M tools/gardening/bin/luci_api.dart View 1 1 chunk +0 lines, -173 lines 0 comments Download
A + tools/gardening/lib/src/luci.dart View 1 2 chunks +33 lines, -89 lines 0 comments Download
M tools/gardening/lib/src/luci_api.dart View 1 1 chunk +0 lines, -385 lines 0 comments Download
M tools/gardening/lib/src/luci_services.dart View 1 2 chunks +65 lines, -6 lines 0 comments Download
M tools/gardening/lib/src/util.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
M tools/gardening/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
mkroghj
ptal
3 years, 3 months ago (2017-08-28 13:15:06 UTC) #2
Johnni Winther
lgtm https://codereview.chromium.org/3005723002/diff/1/tools/gardening/lib/src/luci_api.dart File tools/gardening/lib/src/luci_api.dart (right): https://codereview.chromium.org/3005723002/diff/1/tools/gardening/lib/src/luci_api.dart#newcode21 tools/gardening/lib/src/luci_api.dart:21: /// some information is found via CBE (Chrome ...
3 years, 3 months ago (2017-08-29 07:23:04 UTC) #3
mkroghj
Committed patchset #2 (id:20001) manually as dfd5038ecbd42328519418938b5e66b937b1bff6 (presubmit successful).
3 years, 3 months ago (2017-08-30 07:26:54 UTC) #5
mkroghj
3 years, 3 months ago (2017-08-30 07:27:44 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/3005723002/diff/1/tools/gardening/lib/src/luc...
File tools/gardening/lib/src/luci_api.dart (right):

https://codereview.chromium.org/3005723002/diff/1/tools/gardening/lib/src/luc...
tools/gardening/lib/src/luci_api.dart:21: /// some information is found via CBE
(Chrome Built Extract)
On 2017/08/29 07:23:04, Johnni Winther wrote:
> -> `Chrome Build Extract` ?

Done.

https://codereview.chromium.org/3005723002/diff/1/tools/gardening/lib/src/luc...
tools/gardening/lib/src/luci_api.dart:28: /// [getBuilderGroups] fetches all
builder groups not in -dev, -stable and
On 2017/08/29 07:23:04, Johnni Winther wrote:
> Documentation doesn't seem to match the implementation.

Done.

https://codereview.chromium.org/3005723002/diff/1/tools/gardening/lib/src/luc...
tools/gardening/lib/src/luci_api.dart:30: Future<Try<dynamic>> getCBEJson(
On 2017/08/29 07:23:04, Johnni Winther wrote:
> Rename to [getJsonFromChromeBuildExtract]

Done.

https://codereview.chromium.org/3005723002/diff/1/tools/gardening/lib/src/luc...
tools/gardening/lib/src/luci_api.dart:39: /// Gets master information out for
all bots, which is not that
On 2017/08/29 07:23:04, Johnni Winther wrote:
> Remove ', which is not that useful atm'. Maybe add a TODO for you about want
you
> think it should/could be used for in the future.

Done.

Powered by Google App Engine
This is Rietveld 408576698