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 "chromeos_amd64-generic_chromium_compile_only_ng", | 10 "chromeos_amd64-generic_chromium_compile_only_ng", |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "cmd": [ | 220 "cmd": [ |
221 "git", | 221 "git", |
222 "diff", | 222 "diff", |
223 "--cached", | 223 "--cached", |
224 "--name-only" | 224 "--name-only" |
225 ], | 225 ], |
226 "cwd": "[SLAVE_BUILD]/src", | 226 "cwd": "[SLAVE_BUILD]/src", |
227 "name": "git diff to analyze patch", | 227 "name": "git diff to analyze patch", |
228 "stdout": "/path/to/tmp/", | 228 "stdout": "/path/to/tmp/", |
229 "~followup_annotations": [ | 229 "~followup_annotations": [ |
230 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 230 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
231 "@@@STEP_LOG_END@files@@@", | 231 "@@@STEP_LOG_END@files@@@", |
232 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 232 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
233 ] | 233 ] |
234 }, | 234 }, |
235 { | 235 { |
236 "cmd": [ | 236 "cmd": [ |
237 "python", | 237 "python", |
238 "-u", | 238 "-u", |
239 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 239 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
240 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 240 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
(...skipping 71 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 |