| 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_arm", | 10 "linux_arm", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "cmd": [ | 224 "cmd": [ |
| 225 "git", | 225 "git", |
| 226 "diff", | 226 "diff", |
| 227 "--cached", | 227 "--cached", |
| 228 "--name-only" | 228 "--name-only" |
| 229 ], | 229 ], |
| 230 "cwd": "[SLAVE_BUILD]/src", | 230 "cwd": "[SLAVE_BUILD]/src", |
| 231 "name": "git diff to analyze patch", | 231 "name": "git diff to analyze patch", |
| 232 "stdout": "/path/to/tmp/", | 232 "stdout": "/path/to/tmp/", |
| 233 "~followup_annotations": [ | 233 "~followup_annotations": [ |
| 234 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 234 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 235 "@@@STEP_LOG_END@files@@@", | 235 "@@@STEP_LOG_END@files@@@", |
| 236 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 236 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 237 ] | 237 ] |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| 241 "python", | 241 "python", |
| 242 "-u", | 242 "-u", |
| 243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 244 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 244 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "import sys; sys.exit(0)" | 288 "import sys; sys.exit(0)" |
| 289 ], | 289 ], |
| 290 "name": "mark: before_tests" | 290 "name": "mark: before_tests" |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "name": "$result", | 293 "name": "$result", |
| 294 "recipe_result": null, | 294 "recipe_result": null, |
| 295 "status_code": 0 | 295 "status_code": 0 |
| 296 } | 296 } |
| 297 ] | 297 ] |
| OLD | NEW |