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

Unified Diff: dashboard/dashboard/common/utils.py

Issue 2618413002: Only label milestones for ChromiumPerf and ChromiumPerfFyi and corresponding test. (Closed)
Patch Set: Updates milestone label to use r_commit_pos if available. Created 3 years, 11 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
« no previous file with comments | « no previous file | dashboard/dashboard/file_bug.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/common/utils.py
diff --git a/dashboard/dashboard/common/utils.py b/dashboard/dashboard/common/utils.py
index 4e2350b43cab19930990188a5332e043d293ffa0..434a243c48a0ca5782696fffae34ab8958959ca4 100644
--- a/dashboard/dashboard/common/utils.py
+++ b/dashboard/dashboard/common/utils.py
@@ -504,3 +504,7 @@ def GetLogdogLogUriFromStdioLink(stdio_link):
s_param = urllib.quote('chrome/bb/%s/%s/%s/+/recipes/steps/%s/0/stdout' % (
master, bot, buildnumber, step), safe='')
return 'https://luci-logdog.appspot.com/v/?s=%s' % s_param
+
+def GetRowKey(testmetadata_key, revision):
+ test_container_key = GetTestContainerKey(testmetadata_key)
+ return ndb.Key('Row', revision, parent=test_container_key)
« no previous file with comments | « no previous file | dashboard/dashboard/file_bug.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698