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

Unified Diff: appengine/findit/waterfall/build_util.py

Issue 2361583002: [Findit] UI change and triage change for cl level trige. (Closed)
Patch Set: Address comments 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/waterfall/build_util.py
diff --git a/appengine/findit/waterfall/build_util.py b/appengine/findit/waterfall/build_util.py
index a04d66e1d8c1eabf6581a9ee97663488ad3e7f86..95c5c9f8150ec835ca4480163f350f48135e9635 100644
--- a/appengine/findit/waterfall/build_util.py
+++ b/appengine/findit/waterfall/build_util.py
@@ -61,7 +61,4 @@ def GetBuildEndTime(master_name, builder_name, build_number):
build = DownloadBuildData(master_name, builder_name, build_number)
build_info = buildbot.ExtractBuildInfo(
master_name, builder_name, build_number, build.data)
- return build_info.build_end_time
-
-def GetBuildKeyForBuildInfo(master_name, builder_name, build_number):
- return '%s/%s/%d' %(master_name, builder_name, build_number)
+ return build_info.build_end_time

Powered by Google App Engine
This is Rietveld 408576698