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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 968 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
969 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 969 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
970 ] | 970 ] |
971 }, | 971 }, |
972 { | 972 { |
973 "name": "$result", | 973 "name": "$result", |
974 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 974 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
975 "status_code": 1 | 975 "status_code": 1 |
976 } | 976 } |
977 ] | 977 ] |
OLD | NEW |