| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_blink_rel", | 10 "mac_blink_rel", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "cmd": [ | 229 "cmd": [ |
| 230 "git", | 230 "git", |
| 231 "diff", | 231 "diff", |
| 232 "--cached", | 232 "--cached", |
| 233 "--name-only" | 233 "--name-only" |
| 234 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]/src/v8", | 235 "cwd": "[SLAVE_BUILD]/src/v8", |
| 236 "name": "git diff to analyze patch", | 236 "name": "git diff to analyze patch", |
| 237 "stdout": "/path/to/tmp/", | 237 "stdout": "/path/to/tmp/", |
| 238 "~followup_annotations": [ | 238 "~followup_annotations": [ |
| 239 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", | 239 "@@@STEP_LOG_LINE@files@src/v8/foo.cc@@@", |
| 240 "@@@STEP_LOG_END@files@@@", | 240 "@@@STEP_LOG_END@files@@@", |
| 241 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" | 241 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" |
| 242 ] | 242 ] |
| 243 }, | 243 }, |
| 244 { | 244 { |
| 245 "cmd": [ | 245 "cmd": [ |
| 246 "python", | 246 "python", |
| 247 "-u", | 247 "-u", |
| 248 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 248 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 249 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 249 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "import sys; sys.exit(0)" | 312 "import sys; sys.exit(0)" |
| 313 ], | 313 ], |
| 314 "name": "mark: before_tests" | 314 "name": "mark: before_tests" |
| 315 }, | 315 }, |
| 316 { | 316 { |
| 317 "name": "$result", | 317 "name": "$result", |
| 318 "recipe_result": null, | 318 "recipe_result": null, |
| 319 "status_code": 0 | 319 "status_code": 0 |
| 320 } | 320 } |
| 321 ] | 321 ] |
| OLD | NEW |