| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "cmd": [ | 250 "cmd": [ |
| 251 "git", | 251 "git", |
| 252 "diff", | 252 "diff", |
| 253 "--cached", | 253 "--cached", |
| 254 "--name-only" | 254 "--name-only" |
| 255 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]/src", | 256 "cwd": "[SLAVE_BUILD]/src", |
| 257 "name": "git diff to analyze patch", | 257 "name": "git diff to analyze patch", |
| 258 "stdout": "/path/to/tmp/", | 258 "stdout": "/path/to/tmp/", |
| 259 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 260 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 261 "@@@STEP_LOG_END@files@@@", | 261 "@@@STEP_LOG_END@files@@@", |
| 262 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 262 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 263 ] | 263 ] |
| 264 }, | 264 }, |
| 265 { | 265 { |
| 266 "cmd": [ | 266 "cmd": [ |
| 267 "python", | 267 "python", |
| 268 "-u", | 268 "-u", |
| 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 270 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 270 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "import sys; sys.exit(0)" | 395 "import sys; sys.exit(0)" |
| 396 ], | 396 ], |
| 397 "name": "mark: before_tests" | 397 "name": "mark: before_tests" |
| 398 }, | 398 }, |
| 399 { | 399 { |
| 400 "name": "$result", | 400 "name": "$result", |
| 401 "recipe_result": null, | 401 "recipe_result": null, |
| 402 "status_code": 0 | 402 "status_code": 0 |
| 403 } | 403 } |
| 404 ] | 404 ] |
| OLD | NEW |