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.android", | 8 "tryserver.chromium.android", |
9 "--builder", | 9 "--builder", |
10 "android_coverage", | 10 "android_coverage", |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "cmd": [ | 211 "cmd": [ |
212 "git", | 212 "git", |
213 "diff", | 213 "diff", |
214 "--cached", | 214 "--cached", |
215 "--name-only" | 215 "--name-only" |
216 ], | 216 ], |
217 "cwd": "[SLAVE_BUILD]/src", | 217 "cwd": "[SLAVE_BUILD]/src", |
218 "name": "git diff to analyze patch", | 218 "name": "git diff to analyze patch", |
219 "stdout": "/path/to/tmp/", | 219 "stdout": "/path/to/tmp/", |
220 "~followup_annotations": [ | 220 "~followup_annotations": [ |
221 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 221 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
222 "@@@STEP_LOG_END@files@@@", | 222 "@@@STEP_LOG_END@files@@@", |
223 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 223 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
224 ] | 224 ] |
225 }, | 225 }, |
226 { | 226 { |
227 "cmd": [ | 227 "cmd": [ |
228 "python", | 228 "python", |
229 "-u", | 229 "-u", |
230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
231 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 231 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1450 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1450 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
1451 "@@@STEP_LOG_END@python.inline@@@" | 1451 "@@@STEP_LOG_END@python.inline@@@" |
1452 ] | 1452 ] |
1453 }, | 1453 }, |
1454 { | 1454 { |
1455 "name": "$result", | 1455 "name": "$result", |
1456 "recipe_result": null, | 1456 "recipe_result": null, |
1457 "status_code": 0 | 1457 "status_code": 0 |
1458 } | 1458 } |
1459 ] | 1459 ] |
OLD | NEW |