Index: scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json |
diff --git a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json |
index 6af394003117e0b92fb6065201c4e37a5a9e55ae..a3d65b968f01695184466d17b6aab62c73e5adf5 100644 |
--- a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json |
+++ b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json |
@@ -1,6 +1,19 @@ |
[ |
{ |
"cmd": [ |
+ "python", |
+ "-u", |
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
+ "--", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
+ "----", |
+ "cat", |
+ "gs://fakebucket/fake/path/fake_file.txt" |
+ ], |
+ "name": "gsutil cat" |
+ }, |
+ { |
+ "cmd": [ |
"git", |
"update-ref", |
"refs/heads/master", |
@@ -153,7 +166,7 @@ |
"RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
], |
"name": "Post bisect results", |
- "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"deadbeef\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders//builds/\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \"culprit_data\": {\"author\": \"DummyAuthor\", \"cl\": \"deadbeef\", \"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nContaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [], \"score\": 0.0, \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", |
+ "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"deadbeef\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders//builds/\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \"culprit_data\": {\"author\": \"DummyAuthor\", \"cl\": \"deadbeef\", \"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nContaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [], \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |