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 "linux_baremetal", | 10 "linux_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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", | 173 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", |
174 "isac_speech_and_misc_wb.pcm" | 174 "isac_speech_and_misc_wb.pcm" |
175 ], | 175 ], |
176 "cwd": "[SLAVE_BUILD]", | 176 "cwd": "[SLAVE_BUILD]", |
177 "name": "isac_fix_test" | 177 "name": "isac_fix_test" |
178 }, | 178 }, |
179 { | 179 { |
180 "cmd": [ | 180 "cmd": [ |
181 "python", | 181 "python", |
182 "-u", | 182 "-u", |
183 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py" | 183 "RECIPE_MODULE[build.webrtc]/resources/ensure_webcam_is_running.py" |
184 ], | 184 ], |
185 "cwd": "[SLAVE_BUILD]", | 185 "cwd": "[SLAVE_BUILD]", |
186 "name": "webcam_check" | 186 "name": "webcam_check" |
187 }, | 187 }, |
188 { | 188 { |
189 "allow_subannotations": true, | 189 "allow_subannotations": true, |
190 "cmd": [ | 190 "cmd": [ |
191 "python", | 191 "python", |
192 "-u", | 192 "-u", |
193 "[BUILD]/scripts/slave/runtest.py", | 193 "[BUILD]/scripts/slave/runtest.py", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 "voe_auto_test", | 258 "voe_auto_test", |
259 "--automated" | 259 "--automated" |
260 ], | 260 ], |
261 "cwd": "[SLAVE_BUILD]", | 261 "cwd": "[SLAVE_BUILD]", |
262 "name": "voe_auto_test" | 262 "name": "voe_auto_test" |
263 }, | 263 }, |
264 { | 264 { |
265 "cmd": [ | 265 "cmd": [ |
266 "python", | 266 "python", |
267 "-u", | 267 "-u", |
268 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py" | 268 "RECIPE_MODULE[build.webrtc]/resources/ensure_webcam_is_running.py" |
269 ], | 269 ], |
270 "cwd": "[SLAVE_BUILD]", | 270 "cwd": "[SLAVE_BUILD]", |
271 "name": "webcam_check (2)" | 271 "name": "webcam_check (2)" |
272 }, | 272 }, |
273 { | 273 { |
274 "allow_subannotations": true, | 274 "allow_subannotations": true, |
275 "cmd": [ | 275 "cmd": [ |
276 "python", | 276 "python", |
277 "-u", | 277 "-u", |
278 "[BUILD]/scripts/slave/runtest.py", | 278 "[BUILD]/scripts/slave/runtest.py", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 ], | 317 ], |
318 "cwd": "[SLAVE_BUILD]", | 318 "cwd": "[SLAVE_BUILD]", |
319 "name": "webrtc_perf_tests" | 319 "name": "webrtc_perf_tests" |
320 }, | 320 }, |
321 { | 321 { |
322 "name": "$result", | 322 "name": "$result", |
323 "recipe_result": null, | 323 "recipe_result": null, |
324 "status_code": 0 | 324 "status_code": 0 |
325 } | 325 } |
326 ] | 326 ] |
OLD | NEW |