| 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.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "cmd": [ | 251 "cmd": [ |
| 252 "git", | 252 "git", |
| 253 "diff", | 253 "diff", |
| 254 "--cached", | 254 "--cached", |
| 255 "--name-only" | 255 "--name-only" |
| 256 ], | 256 ], |
| 257 "cwd": "[SLAVE_BUILD]/src", | 257 "cwd": "[SLAVE_BUILD]/src", |
| 258 "name": "git diff to analyze patch", | 258 "name": "git diff to analyze patch", |
| 259 "stdout": "/path/to/tmp/", | 259 "stdout": "/path/to/tmp/", |
| 260 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 261 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 261 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 262 "@@@STEP_LOG_END@files@@@", | 262 "@@@STEP_LOG_END@files@@@", |
| 263 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 263 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 264 ] | 264 ] |
| 265 }, | 265 }, |
| 266 { | 266 { |
| 267 "cmd": [ | 267 "cmd": [ |
| 268 "python", | 268 "python", |
| 269 "-u", | 269 "-u", |
| 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 271 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 271 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "import sys; sys.exit(0)" | 336 "import sys; sys.exit(0)" |
| 337 ], | 337 ], |
| 338 "name": "mark: before_tests" | 338 "name": "mark: before_tests" |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "name": "$result", | 341 "name": "$result", |
| 342 "recipe_result": null, | 342 "recipe_result": null, |
| 343 "status_code": 0 | 343 "status_code": 0 |
| 344 } | 344 } |
| 345 ] | 345 ] |
| OLD | NEW |