| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.webrtc", | 8 "chromium.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tester", | 10 "Linux Tester", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 66 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 68 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@" | 69 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@" |
| 70 ] | 70 ] |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "cmd": [ | 73 "cmd": [ |
| 74 "python", | 74 "python", |
| 75 "-u", | 75 "-u", |
| 76 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", | 76 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", |
| 77 "[SLAVE_BUILD]/src/out" | 77 "[SLAVE_BUILD]/src/out" |
| 78 ], | 78 ], |
| 79 "name": "clean test output files" | 79 "name": "clean test output files" |
| 80 }, | 80 }, |
| 81 { | 81 { |
| 82 "cmd": [ | 82 "cmd": [ |
| 83 "python", | 83 "python", |
| 84 "-u", | 84 "-u", |
| 85 "[BUILD]/scripts/slave/cleanup_temp.py" | 85 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 86 ], | 86 ], |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 "content_unittests" | 292 "content_unittests" |
| 293 ], | 293 ], |
| 294 "name": "content_unittests" | 294 "name": "content_unittests" |
| 295 }, | 295 }, |
| 296 { | 296 { |
| 297 "name": "$final_result", | 297 "name": "$final_result", |
| 298 "reason": "1 out of 3 aggregated steps failed. Failures: Step('browser_tests
') failed with return_code 1", | 298 "reason": "1 out of 3 aggregated steps failed. Failures: Step('browser_tests
') failed with return_code 1", |
| 299 "status_code": 1 | 299 "status_code": 1 |
| 300 } | 300 } |
| 301 ] | 301 ] |
| OLD | NEW |