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 234 matching lines...) Loading... |
245 "cmd": [ | 245 "cmd": [ |
246 "git", | 246 "git", |
247 "diff", | 247 "diff", |
248 "--cached", | 248 "--cached", |
249 "--name-only" | 249 "--name-only" |
250 ], | 250 ], |
251 "cwd": "[SLAVE_BUILD]/src", | 251 "cwd": "[SLAVE_BUILD]/src", |
252 "name": "git diff to analyze patch", | 252 "name": "git diff to analyze patch", |
253 "stdout": "/path/to/tmp/", | 253 "stdout": "/path/to/tmp/", |
254 "~followup_annotations": [ | 254 "~followup_annotations": [ |
255 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 255 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
256 "@@@STEP_LOG_END@files@@@", | 256 "@@@STEP_LOG_END@files@@@", |
257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
258 ] | 258 ] |
259 }, | 259 }, |
260 { | 260 { |
261 "cmd": [ | 261 "cmd": [ |
262 "python", | 262 "python", |
263 "-u", | 263 "-u", |
264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
265 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 265 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
(...skipping 55 matching lines...) Loading... |
321 "~followup_annotations": [ | 321 "~followup_annotations": [ |
322 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" | 322 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" |
323 ] | 323 ] |
324 }, | 324 }, |
325 { | 325 { |
326 "name": "$result", | 326 "name": "$result", |
327 "reason": "Error, following targets were not found: invalid target, another
one", | 327 "reason": "Error, following targets were not found: invalid target, another
one", |
328 "status_code": 1 | 328 "status_code": 1 |
329 } | 329 } |
330 ] | 330 ] |
OLD | NEW |