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

Unified Diff: dashboard/dashboard/pinpoint/models/quest/run_test.py

Issue 3008293002: [pinpoint] Show status for every Execution. (Closed)
Patch Set: unit tests Created 3 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: dashboard/dashboard/pinpoint/models/quest/run_test.py
diff --git a/dashboard/dashboard/pinpoint/models/quest/run_test.py b/dashboard/dashboard/pinpoint/models/quest/run_test.py
index 996a289cc1d7b47f0f4e5bb63034412b17aa6e64..aa44eaa28f2991096e136dd31f0ee88a71077f8b 100644
--- a/dashboard/dashboard/pinpoint/models/quest/run_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest/run_test.py
@@ -106,7 +106,6 @@ class _RunTestExecution(execution_module.Execution):
return {
'bot_id': self._bot_id,
'task_id': self._task_id,
- 'input_isolate_hash': self._isolate_hash,
}
def _Poll(self):
« no previous file with comments | « dashboard/dashboard/pinpoint/models/quest/read_value.py ('k') | dashboard/dashboard/pinpoint/models/quest/run_test_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698