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

Issue 371133003: Add failed builders to sheriff-o-matic. (Closed)

Created:
6 years, 5 months ago by michaelpg
Modified:
6 years, 5 months ago
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

Add failed builders to sheriff-o-matic. This displays the non-layout builders and their failed steps at the top. I am having trouble with ct-failing-builders-tests.html... R=abarth@chromium.org,ojan@chromium.org,esprehn@chromium.org CC=team-ojan@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178231

Patch Set 1 #

Total comments: 5

Patch Set 2 : some cleanup #

Total comments: 12

Patch Set 3 : #

Total comments: 2

Patch Set 4 : async instead of endMicrotask #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -17 lines) Patch
M Tools/GardeningServer/run-unittests.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Tools/GardeningServer/ui/ct-builder.html View 1 2 chunks +30 lines, -5 lines 0 comments Download
M Tools/GardeningServer/ui/ct-builder-tests.html View 1 2 3 2 chunks +16 lines, -1 line 0 comments Download
A Tools/GardeningServer/ui/ct-failing-builders.html View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A Tools/GardeningServer/ui/ct-failing-builders-tests.html View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
M Tools/GardeningServer/ui/ct-failure-analyzer.html View 1 chunk +16 lines, -6 lines 0 comments Download
M Tools/GardeningServer/ui/ct-unexpected-failures.html View 1 2 2 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
michaelpg
abarth@ or esprehn@, could you take a look to help me figure out why ct-failing-builders-tests.html ...
6 years, 5 months ago (2014-07-07 23:15:20 UTC) #1
abarth-chromium
https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-failing-builders-tests.html File Tools/GardeningServer/ui/ct-failing-builders-tests.html (right): https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-failing-builders-tests.html#newcode32 Tools/GardeningServer/ui/ct-failing-builders-tests.html:32: ok(steps.innerText == 'compile' || Maybe call Platform.endOfMicrotask again instead ...
6 years, 5 months ago (2014-07-07 23:56:05 UTC) #2
michaelpg
https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-failing-builders-tests.html File Tools/GardeningServer/ui/ct-failing-builders-tests.html (right): https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-failing-builders-tests.html#newcode32 Tools/GardeningServer/ui/ct-failing-builders-tests.html:32: ok(steps.innerText == 'compile' || On 2014/07/07 23:56:05, abarth wrote: ...
6 years, 5 months ago (2014-07-07 23:58:17 UTC) #3
abarth-chromium
https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-builder.html File Tools/GardeningServer/ui/ct-builder.html (right): https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-builder.html#newcode73 Tools/GardeningServer/ui/ct-builder.html:73: }, The microtask checkpoint is a queue. These lines ...
6 years, 5 months ago (2014-07-07 23:59:45 UTC) #4
michaelpg
https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-builder.html File Tools/GardeningServer/ui/ct-builder.html (right): https://codereview.chromium.org/371133003/diff/1/Tools/GardeningServer/ui/ct-builder.html#newcode73 Tools/GardeningServer/ui/ct-builder.html:73: }, On 2014/07/07 23:59:45, abarth wrote: > The microtask ...
6 years, 5 months ago (2014-07-08 00:56:03 UTC) #5
abarth-chromium
On 2014/07/08 at 00:56:03, michaelpg wrote: > > If you add another Platform.endOfMicrotask call, you'll ...
6 years, 5 months ago (2014-07-08 02:02:58 UTC) #6
michaelpg
https://codereview.chromium.org/371133003/diff/40001/Tools/GardeningServer/ui/ct-failing-builders-tests.html File Tools/GardeningServer/ui/ct-failing-builders-tests.html (right): https://codereview.chromium.org/371133003/diff/40001/Tools/GardeningServer/ui/ct-failing-builders-tests.html#newcode24 Tools/GardeningServer/ui/ct-failing-builders-tests.html:24: el.async(function() { This works. But still waiting to hear ...
6 years, 5 months ago (2014-07-08 23:44:38 UTC) #7
ojan
A few nits. We should figure out what's going on with the async thing before ...
6 years, 5 months ago (2014-07-10 02:26:43 UTC) #8
ojan
Also, I gave up on the team-ojan mailing list. It seemed like a good idea ...
6 years, 5 months ago (2014-07-10 02:27:48 UTC) #9
michaelpg
https://codereview.chromium.org/371133003/diff/40001/Tools/GardeningServer/ui/ct-failing-builders-tests.html File Tools/GardeningServer/ui/ct-failing-builders-tests.html (right): https://codereview.chromium.org/371133003/diff/40001/Tools/GardeningServer/ui/ct-failing-builders-tests.html#newcode24 Tools/GardeningServer/ui/ct-failing-builders-tests.html:24: el.async(function() { On 2014/07/10 02:26:43, ojan-only-code-yellow-reviews wrote: > I'm ...
6 years, 5 months ago (2014-07-10 02:53:28 UTC) #10
ojan
lgtm https://codereview.chromium.org/371133003/diff/40001/Tools/GardeningServer/ui/ct-unexpected-failures.html File Tools/GardeningServer/ui/ct-unexpected-failures.html (right): https://codereview.chromium.org/371133003/diff/40001/Tools/GardeningServer/ui/ct-unexpected-failures.html#newcode32 Tools/GardeningServer/ui/ct-unexpected-failures.html:32: margin-left: 365px; On 2014/07/10 02:53:28, Michael Giuffrida wrote: ...
6 years, 5 months ago (2014-07-10 17:58:50 UTC) #11
michaelpg
https://codereview.chromium.org/371133003/diff/60001/Tools/GardeningServer/ui/ct-builder-tests.html File Tools/GardeningServer/ui/ct-builder-tests.html (right): https://codereview.chromium.org/371133003/diff/60001/Tools/GardeningServer/ui/ct-builder-tests.html#newcode34 Tools/GardeningServer/ui/ct-builder-tests.html:34: Platform.endOfMicrotask(function() { On 2014/07/10 17:58:50, ojan-only-code-yellow-reviews wrote: > Should ...
6 years, 5 months ago (2014-07-14 18:40:22 UTC) #12
michaelpg
The CQ bit was checked by michaelpg@chromium.org
6 years, 5 months ago (2014-07-16 01:30:54 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelpg@chromium.org/371133003/100001
6 years, 5 months ago (2014-07-16 01:31:55 UTC) #14
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 02:35:45 UTC) #15
Message was sent while issue was closed.
Change committed as 178231

Powered by Google App Engine
This is Rietveld 408576698