Index: scripts/slave/recipes/bisection/desktop_bisect.py |
diff --git a/scripts/slave/recipes/bisection/desktop_bisect.py b/scripts/slave/recipes/bisection/desktop_bisect.py |
index 5f6210f0c9f63b62a6d06ed627b83a3d4eaf9f8d..eea761dbc912e5c331298855085d827117e42a2c 100644 |
--- a/scripts/slave/recipes/bisection/desktop_bisect.py |
+++ b/scripts/slave/recipes/bisection/desktop_bisect.py |
@@ -16,6 +16,7 @@ DEPS = [ |
'recipe_engine/step' |
] |
+ |
def RunSteps(api): |
mastername = api.properties.get('mastername') |
buildername = api.properties.get('buildername') |
@@ -28,6 +29,7 @@ def RunSteps(api): |
api.auto_bisect.start_try_job(api, update_step=update_step, |
master_dict=master_dict) |
+ |
def GenTests(api): |
yield (api.test('basic') |
+api.properties.tryserver( |
@@ -243,4 +245,3 @@ results-without_patch |
+ api.properties(parent_got_revision='1111111') |
+ api.properties(parent_build_archive_url='gs://test-domain/test-archive.zip') |
) |
- |