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

Unified Diff: dashboard/dashboard/pinpoint/handlers/new.py

Issue 2956343003: [pinpoint] Post bug comments when a job starts and completes. (Closed)
Patch Set: Created 3 years, 6 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: dashboard/dashboard/pinpoint/handlers/new.py
diff --git a/dashboard/dashboard/pinpoint/handlers/new.py b/dashboard/dashboard/pinpoint/handlers/new.py
index f818a24533dc45771eedc2e02a4b23d11030be91..13b96d975ecf152882985dc4ce89612d8d1ee57b 100644
--- a/dashboard/dashboard/pinpoint/handlers/new.py
+++ b/dashboard/dashboard/pinpoint/handlers/new.py
@@ -21,6 +21,7 @@ class New(webapp2.RequestHandler):
test = None
metric = None
auto_explore = True
+ bug_id = None
change_1 = {
'base_commit': {
@@ -54,7 +55,8 @@ class New(webapp2.RequestHandler):
test_suite=test_suite,
test=test,
metric=metric,
- auto_explore=auto_explore)
+ auto_explore=auto_explore,
+ bug_id=bug_id)
# Add changes.
for c in changes:

Powered by Google App Engine
This is Rietveld 408576698