OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 "-u", | 273 "-u", |
274 "[BUILD]/scripts/slave/cleanup_temp.py" | 274 "[BUILD]/scripts/slave/cleanup_temp.py" |
275 ], | 275 ], |
276 "cwd": "[SLAVE_BUILD]", | 276 "cwd": "[SLAVE_BUILD]", |
277 "name": "cleanup_temp" | 277 "name": "cleanup_temp" |
278 }, | 278 }, |
279 { | 279 { |
280 "cmd": [ | 280 "cmd": [ |
281 "python", | 281 "python", |
282 "-u", | 282 "-u", |
283 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 283 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
284 "--build-dir", | 284 "--build-dir", |
285 "[SLAVE_BUILD]/src/out/Release", | 285 "[SLAVE_BUILD]/src/out/Release", |
286 "--clean-isolated-files" | 286 "--clean-isolated-files" |
287 ], | 287 ], |
288 "cwd": "[SLAVE_BUILD]", | 288 "cwd": "[SLAVE_BUILD]", |
289 "name": "clean isolated files" | 289 "name": "clean isolated files" |
290 }, | 290 }, |
291 { | 291 { |
292 "cmd": [ | 292 "cmd": [ |
293 "python", | 293 "python", |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", | 504 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", |
505 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 505 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
506 ] | 506 ] |
507 }, | 507 }, |
508 { | 508 { |
509 "name": "$result", | 509 "name": "$result", |
510 "reason": "Step('compile (with patch)') failed with return_code 1", | 510 "reason": "Step('compile (with patch)') failed with return_code 1", |
511 "status_code": 1 | 511 "status_code": 1 |
512 } | 512 } |
513 ] | 513 ] |
OLD | NEW |