|
Simplify failing builder lists.
-Get rid of the "BUILDING" category. In order to make this work,
we'll need to plumb through a list of builders for each testtype/waterfall
combination. While we have that information for the flakiness dashboard,
it just doesn't seem worth it for this feature.
-Stop trying to do complicated things with the builder name
and just show the raw builder name. It takes up more space,
but it scales better to the full list of chromium builders and
is less complexity for sheriffs to understand.
-Once we've done the above, stop plumbing builderLatestRevisions
everywhere. Technically it's dead code now, but Levi's patch
in progress is using it, so I don't feel compelled to delete it.
-Finally, we can now remove config.js entirely.
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178625
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+51 lines, -210 lines) |
Patch |
 |
M |
Tools/GardeningServer/model/ct-commit-log.html
|
View
|
|
1 chunk |
+2 lines, -3 lines |
2 comments
|
Download
|
 |
M |
Tools/GardeningServer/model/ct-commit-mock.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/run-unittests.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
Tools/GardeningServer/scripts/config.js
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/results.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-builder.html
|
View
|
|
2 chunks |
+10 lines, -33 lines |
2 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-builder-grid.html
|
View
|
1
|
3 chunks |
+10 lines, -69 lines |
2 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-builder-grid-tests.html
|
View
|
|
3 chunks |
+11 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-builder-tests.html
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-failing-builders.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-failure-card.html
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-failure-stream.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-unexpected-failures.html
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|