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

Issue 2753513005: Add status_summary and current_summary to tools/gardening (Closed)

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

Description

Add status_summary and current_summary to tools/gardening R=karlklose@google.com Committed: https://github.com/dart-lang/sdk/commit/fa8a35f439db733173ad8c302a055c011f7f1f23

Patch Set 1 #

Patch Set 2 : dartfmt #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+556 lines, -501 lines) Patch
M tools/gardening/README.md View 1 chunk +25 lines, -2 lines 0 comments Download
D tools/gardening/compare_failures.dart View 1 chunk +0 lines, -401 lines 0 comments Download
A + tools/gardening/lib/compare_failures.dart View 5 chunks +11 lines, -98 lines 0 comments Download
A tools/gardening/lib/current_summary.dart View 1 1 chunk +75 lines, -0 lines 2 comments Download
A tools/gardening/lib/src/buildbot_data.dart View 1 chunk +219 lines, -0 lines 2 comments Download
A tools/gardening/lib/src/buildbot_structures.dart View 1 chunk +82 lines, -0 lines 0 comments Download
A tools/gardening/lib/src/util.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/gardening/lib/status_summary.dart View 1 1 chunk +110 lines, -0 lines 4 comments Download
A tools/gardening/pubspec.yaml View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Johnni Winther
3 years, 9 months ago (2017-03-15 08:36:35 UTC) #2
karlklose
LGTM https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/current_summary.dart File tools/gardening/lib/current_summary.dart (right): https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/current_summary.dart#newcode45 tools/gardening/lib/current_summary.dart:45: if (testName.contains(arg) || arg.contains(testName)) { How about if ...
3 years, 9 months ago (2017-03-15 14:06:25 UTC) #3
Johnni Winther
https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/current_summary.dart File tools/gardening/lib/current_summary.dart (right): https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/current_summary.dart#newcode45 tools/gardening/lib/current_summary.dart:45: if (testName.contains(arg) || arg.contains(testName)) { On 2017/03/15 14:06:25, karlklose ...
3 years, 9 months ago (2017-03-15 14:32:17 UTC) #4
Johnni Winther
Committed patchset #2 (id:20001) manually as fa8a35f439db733173ad8c302a055c011f7f1f23 (presubmit successful).
3 years, 9 months ago (2017-03-15 14:33:22 UTC) #6
Siggi Cherem (dart-lang)
dbc https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/src/buildbot_data.dart File tools/gardening/lib/src/buildbot_data.dart (right): https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/src/buildbot_data.dart#newcode19 tools/gardening/lib/src/buildbot_data.dart:19: 'dart2js chrome tests', FWIW, in my script (https://github.com/sigmundch/bot_failures) ...
3 years, 9 months ago (2017-03-15 22:35:13 UTC) #8
Johnni Winther
https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/src/buildbot_data.dart File tools/gardening/lib/src/buildbot_data.dart (right): https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/src/buildbot_data.dart#newcode19 tools/gardening/lib/src/buildbot_data.dart:19: 'dart2js chrome tests', On 2017/03/15 22:35:13, Siggi Cherem (dart-lang) ...
3 years, 9 months ago (2017-03-16 08:43:35 UTC) #9
Siggi Cherem (dart-lang)
3 years, 9 months ago (2017-03-17 23:52:17 UTC) #10
Message was sent while issue was closed.
On 2017/03/16 08:43:35, Johnni Winther wrote:
>
https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/src...
> File tools/gardening/lib/src/buildbot_data.dart (right):
> 
>
https://codereview.chromium.org/2753513005/diff/20001/tools/gardening/lib/src...
> tools/gardening/lib/src/buildbot_data.dart:19: 'dart2js chrome tests',
> On 2017/03/15 22:35:13, Siggi Cherem (dart-lang) wrote:
> > FWIW, in my script (https://github.com/sigmundch/bot_failures) I used the
json
> > API to discover the steps from the bots directly. It might be handy to use
> that
> > to prevent the list of steps from getting out of sync with the bots'
recipes.
> 
> Tried your script - didn't run. Wrote my own last gardening, but the json api
> has been discontinued in the meantime :( This was the (tedious) alternative.

Oh no - maybe that's why it didn't run? ... so sad, it was working really nicely
a week ago

Powered by Google App Engine
This is Rietveld 408576698