| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_baremetal", | 10 "win_baremetal", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "@@@STEP_LOG_LINE@json.output@}@@@", | 54 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 55 "@@@STEP_LOG_END@json.output@@@", | 55 "@@@STEP_LOG_END@json.output@@@", |
| 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 58 ] | 58 ] |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "cmd": [ | 61 "cmd": [ |
| 62 "python", | 62 "python", |
| 63 "-u", | 63 "-u", |
| 64 "RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py", | 64 "RECIPE_MODULE[build.webrtc]\\resources\\cleanup_files.py", |
| 65 "[SLAVE_BUILD]\\src\\out" | 65 "[SLAVE_BUILD]\\src\\out" |
| 66 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", | 67 "cwd": "[SLAVE_BUILD]", |
| 68 "name": "clean test output files" | 68 "name": "clean test output files" |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 "cmd": [ | 71 "cmd": [ |
| 72 "python", | 72 "python", |
| 73 "-u", | 73 "-u", |
| 74 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 74 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 "voe_auto_test.exe", | 162 "voe_auto_test.exe", |
| 163 "--automated" | 163 "--automated" |
| 164 ], | 164 ], |
| 165 "cwd": "[SLAVE_BUILD]", | 165 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "voe_auto_test" | 166 "name": "voe_auto_test" |
| 167 }, | 167 }, |
| 168 { | 168 { |
| 169 "cmd": [ | 169 "cmd": [ |
| 170 "python", | 170 "python", |
| 171 "-u", | 171 "-u", |
| 172 "RECIPE_MODULE[webrtc]\\resources\\ensure_webcam_is_running.py" | 172 "RECIPE_MODULE[build.webrtc]\\resources\\ensure_webcam_is_running.py" |
| 173 ], | 173 ], |
| 174 "cwd": "[SLAVE_BUILD]", | 174 "cwd": "[SLAVE_BUILD]", |
| 175 "name": "webcam_check" | 175 "name": "webcam_check" |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "allow_subannotations": true, | 178 "allow_subannotations": true, |
| 179 "cmd": [ | 179 "cmd": [ |
| 180 "python", | 180 "python", |
| 181 "-u", | 181 "-u", |
| 182 "[BUILD]\\scripts\\slave\\runtest.py", | 182 "[BUILD]\\scripts\\slave\\runtest.py", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "webrtc_perf_tests" | 221 "name": "webrtc_perf_tests" |
| 222 }, | 222 }, |
| 223 { | 223 { |
| 224 "name": "$result", | 224 "name": "$result", |
| 225 "recipe_result": null, | 225 "recipe_result": null, |
| 226 "status_code": 0 | 226 "status_code": 0 |
| 227 } | 227 } |
| 228 ] | 228 ] |
| OLD | NEW |