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

Unified Diff: appengine/findit/templates/flake/result.html

Issue 2369333002: [Findit] Capture versionized metadata for master_flake_analysis (Closed)
Patch Set: Fixing nits Created 4 years, 3 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: appengine/findit/templates/flake/result.html
diff --git a/appengine/findit/templates/flake/result.html b/appengine/findit/templates/flake/result.html
index 6cfe52f41420b2f221b8c3a064899b03454e2b03..4448020fdb0bee423bd202571c9b8b1cda323223 100644
--- a/appengine/findit/templates/flake/result.html
+++ b/appengine/findit/templates/flake/result.html
@@ -15,7 +15,7 @@
findit.masterName = "{{ master_name }}";
findit.builderName = "{{ builder_name }}";
findit.regressedBuildNumber = {{ suspected_flake_build_number or -1 }};
- findit.passRates = {{ success_rates | tojson | safe }};
+ findit.passRates = {{ pass_rates | tojson | safe }};
$(document).ready(function() {
if (findit.passRates.length == 0) {

Powered by Google App Engine
This is Rietveld 408576698