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

Unified Diff: Tools/GardeningServer/model/ct-failure.html

Issue 498523002: [Sheriff-o-matic] Use likely_revisions instead of first_failing/last_passing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase + no sort Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/GardeningServer/model/ct-failure.html
diff --git a/Tools/GardeningServer/model/ct-failure.html b/Tools/GardeningServer/model/ct-failure.html
index 7bd0d07d7b70971db03bd3abfef23ab1fc5e4e02..73ac640be64a96e7e45efab09c13153cf3301eb2 100644
--- a/Tools/GardeningServer/model/ct-failure.html
+++ b/Tools/GardeningServer/model/ct-failure.html
@@ -5,14 +5,11 @@ found in the LICENSE file.
-->
<script>
-function CTFailure(step, reason, resultsByBuilder, firstFailingRevisions, lastPassingRevisions) {
+function CTFailure(step, reason, resultsByBuilder) {
this.step = step;
// FIXME: Rename this to reason.
this.testName = reason;
this.resultNodesByBuilder = resultsByBuilder;
- // FIXME: Move these up one layer to the groupedFailures object.
- this.firstFailingRevisions = firstFailingRevisions;
- this.lastPassingRevisions = lastPassingRevisions;
}
CTFailure.prototype.flakinessDashboardURL = function(tree) {
« no previous file with comments | « Tools/GardeningServer/model/ct-commit-log-mock.html ('k') | Tools/GardeningServer/model/ct-failure-group.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698