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

Unified Diff: appengine/findit/model/flake/master_flake_analysis.py

Issue 2536953002: [Findit] Add link to swarming tasks. (Closed)
Patch Set: . Created 4 years, 1 month 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/model/flake/master_flake_analysis.py
diff --git a/appengine/findit/model/flake/master_flake_analysis.py b/appengine/findit/model/flake/master_flake_analysis.py
index ed71471f0e05a814917e6b32bbe283c5ffd4e652..2adca1bb3cfb416f774864357b54e1485b0097f9 100644
--- a/appengine/findit/model/flake/master_flake_analysis.py
+++ b/appengine/findit/model/flake/master_flake_analysis.py
@@ -18,6 +18,7 @@ from model.flake.flake_swarming_task import FlakeSwarmingTaskData
class DataPoint(ndb.Model):
build_number = ndb.IntegerProperty(indexed=False)
pass_rate = ndb.FloatProperty(indexed=False)
+ task_id = ndb.StringProperty(indexed=False)
class MasterFlakeAnalysis(
« no previous file with comments | « appengine/findit/handlers/flake/test/check_flake_test.py ('k') | appengine/findit/templates/flake/result.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698