| Index: scripts/slave/recipes/bisection/android_bisect.py
|
| diff --git a/scripts/slave/recipes/bisection/android_bisect.py b/scripts/slave/recipes/bisection/android_bisect.py
|
| index 3fd04c17da729a19708875ecc358070f0cf5faea..1047587479a27532a94bcc54fcb1c1c83f97e343 100644
|
| --- a/scripts/slave/recipes/bisection/android_bisect.py
|
| +++ b/scripts/slave/recipes/bisection/android_bisect.py
|
| @@ -167,7 +167,9 @@ results-without_patch
|
| stdout=api.raw_io.output(str(results_without_patch)))
|
| + api.step_data('Performance Test (With Patch) 1 of 1',
|
| stdout=api.raw_io.output(str(results_with_patch)))
|
| -
|
| + + api.step_data(
|
| + 'Post bisect results',
|
| + stdout=api.json.output({'status_code': 200}))
|
| )
|
| config_json.update({"metric": "dummy/dummy"})
|
|
|
| @@ -185,6 +187,9 @@ results-without_patch
|
| stdout=api.raw_io.output(results_without_patch))
|
| + api.step_data('Performance Test (With Patch) 1 of 1',
|
| stdout=api.raw_io.output(results_with_patch))
|
| + + api.step_data(
|
| + 'Post bisect results',
|
| + stdout=api.json.output({'status_code': 200}))
|
| )
|
|
|
| yield (api.test('perf_tryjob_failed_test_' + buildername)
|
| @@ -222,6 +227,9 @@ results-without_patch
|
| + api.step_data(
|
| 'Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of 1',
|
| stdout=api.raw_io.output(results_with_patch))
|
| + + api.step_data(
|
| + 'Post bisect results',
|
| + stdout=api.json.output({'status_code': 200}))
|
| )
|
|
|
| config_json = {
|
|
|