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

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

Issue 3010873003: [pinpoint] Limit executions to one test run each + device sharding. (Closed)
Patch Set: Ready! 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/handlers/jobs_test.py
diff --git a/dashboard/dashboard/pinpoint/handlers/jobs_test.py b/dashboard/dashboard/pinpoint/handlers/jobs_test.py
index 112af37dc384f84489ba401b1c10355817595979..3a5025e10e538e9cff2ff6046b47bbf8847c9f0b 100644
--- a/dashboard/dashboard/pinpoint/handlers/jobs_test.py
+++ b/dashboard/dashboard/pinpoint/handlers/jobs_test.py
@@ -38,8 +38,7 @@ class JobsTest(unittest.TestCase):
job = job_module.Job.New(
arguments={},
quests=(),
- auto_explore=True,
- bug_id=None)
+ auto_explore=True)
job.put()
data = json.loads(self.testapp.post('/jobs').body)
« no previous file with comments | « no previous file | dashboard/dashboard/pinpoint/handlers/new.py » ('j') | dashboard/dashboard/pinpoint/handlers/quest_generator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698