OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 ], | 188 ], |
189 "cwd": "[SLAVE_BUILD]/src", | 189 "cwd": "[SLAVE_BUILD]/src", |
190 "name": "git diff to analyze patch", | 190 "name": "git diff to analyze patch", |
191 "stdout": "/path/to/tmp/", | 191 "stdout": "/path/to/tmp/", |
192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 193 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
194 "@@@STEP_LOG_END@files@@@" | 194 "@@@STEP_LOG_END@files@@@" |
195 ] | 195 ] |
196 }, | 196 }, |
197 { | 197 { |
| 198 "cmd": [], |
| 199 "name": "***SINGLE TEST (deprecated)***" |
| 200 }, |
| 201 { |
198 "cmd": [ | 202 "cmd": [ |
199 "python", | 203 "python", |
200 "-u", | 204 "-u", |
201 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" | 205 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" |
202 ], | 206 ], |
203 "name": "saving url to temp file", | 207 "name": "saving url to temp file", |
204 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_bisect/builds/571", | 208 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_bisect/builds/571", |
205 "stdout": "/path/to/tmp/" | 209 "stdout": "/path/to/tmp/" |
206 }, | 210 }, |
207 { | 211 { |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 "~followup_annotations": [ | 363 "~followup_annotations": [ |
360 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | 364 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" |
361 ] | 365 ] |
362 }, | 366 }, |
363 { | 367 { |
364 "name": "$result", | 368 "name": "$result", |
365 "recipe_result": null, | 369 "recipe_result": null, |
366 "status_code": 0 | 370 "status_code": 0 |
367 } | 371 } |
368 ] | 372 ] |
OLD | NEW |