Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_legacy_svn_patch.json

Issue 1347413002: WebRTC: Rename trybots and add compile-only configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove scripts/slave/recipes/android/builder.expected/chromium_fyi_Android_x64_Builder__dbg__fail_c… Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master",
8 "tryserver.webrtc",
9 "--builder",
10 "linux",
11 "--slave",
12 "slavename",
13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]",
15 "--root",
16 "src",
17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}",
19 "--patch_url",
20 "try_job_svn_patch",
21 "--output_json",
22 "/path/to/tmp/json",
23 "--revision",
24 "src@12345"
25 ],
26 "cwd": "[SLAVE_BUILD]",
27 "name": "bot_update",
28 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
37 "@@@STEP_LOG_LINE@json.output@ }, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
40 "@@@STEP_LOG_LINE@json.output@}@@@",
41 "@@@STEP_LOG_END@json.output@@@",
42 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
43 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
44 ]
45 },
46 {
47 "cmd": [
48 "python",
49 "-u",
50 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
51 "[SLAVE_BUILD]/src/out"
52 ],
53 "cwd": "[SLAVE_BUILD]",
54 "name": "clean test output files"
55 },
56 {
57 "cmd": [
58 "python",
59 "-u",
60 "[BUILD]/scripts/slave/cleanup_temp.py"
61 ],
62 "cwd": "[SLAVE_BUILD]",
63 "name": "cleanup_temp"
64 },
65 {
66 "cmd": [
67 "python",
68 "-u",
69 "[DEPOT_TOOLS]/gclient.py",
70 "runhooks"
71 ],
72 "cwd": "[SLAVE_BUILD]",
73 "env": {
74 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
75 },
76 "name": "gclient runhooks"
77 },
78 {
79 "cmd": [
80 "python",
81 "-u",
82 "[BUILD]/scripts/slave/compile.py",
83 "--target",
84 "Debug",
85 "--src-dir",
86 "[SLAVE_BUILD]/src",
87 "--build-tool",
88 "ninja",
89 "--compiler",
90 "goma",
91 "--goma-dir",
92 "[BUILD]/goma",
93 "--goma-fail-fast",
94 "--goma-disable-local-fallback",
95 "--",
96 "All"
97 ],
98 "cwd": "[SLAVE_BUILD]",
99 "name": "compile"
100 },
101 {
102 "cmd": [
103 "python",
104 "-u",
105 "[BUILD]/scripts/slave/runtest.py",
106 "--target",
107 "Debug",
108 "--xvfb",
109 "--factory-properties",
110 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
111 "--build-properties",
112 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
113 "--test-type=audio_decoder_unittests",
114 "--step-name=audio_decoder_unittests",
115 "--builder-name=linux",
116 "--slave-name=slavename",
117 "--run-python-script",
118 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
119 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests",
120 "--"
121 ],
122 "cwd": "[SLAVE_BUILD]",
123 "name": "audio_decoder_unittests"
124 },
125 {
126 "cmd": [
127 "python",
128 "-u",
129 "[BUILD]/scripts/slave/runtest.py",
130 "--target",
131 "Debug",
132 "--xvfb",
133 "--factory-properties",
134 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
135 "--build-properties",
136 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
137 "--test-type=common_audio_unittests",
138 "--step-name=common_audio_unittests",
139 "--builder-name=linux",
140 "--slave-name=slavename",
141 "--run-python-script",
142 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
143 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests",
144 "--"
145 ],
146 "cwd": "[SLAVE_BUILD]",
147 "name": "common_audio_unittests"
148 },
149 {
150 "cmd": [
151 "python",
152 "-u",
153 "[BUILD]/scripts/slave/runtest.py",
154 "--target",
155 "Debug",
156 "--xvfb",
157 "--factory-properties",
158 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
159 "--build-properties",
160 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
161 "--test-type=common_video_unittests",
162 "--step-name=common_video_unittests",
163 "--builder-name=linux",
164 "--slave-name=slavename",
165 "--run-python-script",
166 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
167 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests",
168 "--"
169 ],
170 "cwd": "[SLAVE_BUILD]",
171 "name": "common_video_unittests"
172 },
173 {
174 "cmd": [
175 "python",
176 "-u",
177 "[BUILD]/scripts/slave/runtest.py",
178 "--target",
179 "Debug",
180 "--xvfb",
181 "--factory-properties",
182 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
183 "--build-properties",
184 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
185 "--test-type=libjingle_media_unittest",
186 "--step-name=libjingle_media_unittest",
187 "--builder-name=linux",
188 "--slave-name=slavename",
189 "--run-python-script",
190 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
191 "[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest",
192 "--"
193 ],
194 "cwd": "[SLAVE_BUILD]",
195 "name": "libjingle_media_unittest"
196 },
197 {
198 "cmd": [
199 "python",
200 "-u",
201 "[BUILD]/scripts/slave/runtest.py",
202 "--target",
203 "Debug",
204 "--xvfb",
205 "--factory-properties",
206 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
207 "--build-properties",
208 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
209 "--test-type=libjingle_p2p_unittest",
210 "--step-name=libjingle_p2p_unittest",
211 "--builder-name=linux",
212 "--slave-name=slavename",
213 "--run-python-script",
214 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
215 "[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest",
216 "--"
217 ],
218 "cwd": "[SLAVE_BUILD]",
219 "name": "libjingle_p2p_unittest"
220 },
221 {
222 "cmd": [
223 "python",
224 "-u",
225 "[BUILD]/scripts/slave/runtest.py",
226 "--target",
227 "Debug",
228 "--xvfb",
229 "--factory-properties",
230 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
231 "--build-properties",
232 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
233 "--test-type=libjingle_peerconnection_unittest",
234 "--step-name=libjingle_peerconnection_unittest",
235 "--builder-name=linux",
236 "--slave-name=slavename",
237 "--run-python-script",
238 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
239 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_unittest",
240 "--"
241 ],
242 "cwd": "[SLAVE_BUILD]",
243 "name": "libjingle_peerconnection_unittest"
244 },
245 {
246 "cmd": [
247 "python",
248 "-u",
249 "[BUILD]/scripts/slave/runtest.py",
250 "--target",
251 "Debug",
252 "--xvfb",
253 "--factory-properties",
254 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
255 "--build-properties",
256 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
257 "--test-type=modules_tests",
258 "--step-name=modules_tests",
259 "--builder-name=linux",
260 "--slave-name=slavename",
261 "--run-python-script",
262 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
263 "[SLAVE_BUILD]/src/out/Debug/modules_tests",
264 "--"
265 ],
266 "cwd": "[SLAVE_BUILD]",
267 "name": "modules_tests"
268 },
269 {
270 "cmd": [
271 "python",
272 "-u",
273 "[BUILD]/scripts/slave/runtest.py",
274 "--target",
275 "Debug",
276 "--xvfb",
277 "--factory-properties",
278 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
279 "--build-properties",
280 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
281 "--test-type=modules_unittests",
282 "--step-name=modules_unittests",
283 "--builder-name=linux",
284 "--slave-name=slavename",
285 "--run-python-script",
286 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
287 "[SLAVE_BUILD]/src/out/Debug/modules_unittests",
288 "--"
289 ],
290 "cwd": "[SLAVE_BUILD]",
291 "name": "modules_unittests"
292 },
293 {
294 "cmd": [
295 "python",
296 "-u",
297 "[BUILD]/scripts/slave/runtest.py",
298 "--target",
299 "Debug",
300 "--xvfb",
301 "--factory-properties",
302 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
303 "--build-properties",
304 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
305 "--test-type=rtc_unittests",
306 "--step-name=rtc_unittests",
307 "--builder-name=linux",
308 "--slave-name=slavename",
309 "--run-python-script",
310 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
311 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests",
312 "--"
313 ],
314 "cwd": "[SLAVE_BUILD]",
315 "name": "rtc_unittests"
316 },
317 {
318 "cmd": [
319 "python",
320 "-u",
321 "[BUILD]/scripts/slave/runtest.py",
322 "--target",
323 "Debug",
324 "--xvfb",
325 "--factory-properties",
326 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
327 "--build-properties",
328 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
329 "--test-type=system_wrappers_unittests",
330 "--step-name=system_wrappers_unittests",
331 "--builder-name=linux",
332 "--slave-name=slavename",
333 "--run-python-script",
334 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
335 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests",
336 "--"
337 ],
338 "cwd": "[SLAVE_BUILD]",
339 "name": "system_wrappers_unittests"
340 },
341 {
342 "cmd": [
343 "python",
344 "-u",
345 "[BUILD]/scripts/slave/runtest.py",
346 "--target",
347 "Debug",
348 "--xvfb",
349 "--factory-properties",
350 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
351 "--build-properties",
352 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
353 "--test-type=test_support_unittests",
354 "--step-name=test_support_unittests",
355 "--builder-name=linux",
356 "--slave-name=slavename",
357 "--run-python-script",
358 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
359 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests",
360 "--"
361 ],
362 "cwd": "[SLAVE_BUILD]",
363 "name": "test_support_unittests"
364 },
365 {
366 "cmd": [
367 "python",
368 "-u",
369 "[BUILD]/scripts/slave/runtest.py",
370 "--target",
371 "Debug",
372 "--xvfb",
373 "--factory-properties",
374 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
375 "--build-properties",
376 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
377 "--test-type=tools_unittests",
378 "--step-name=tools_unittests",
379 "--builder-name=linux",
380 "--slave-name=slavename",
381 "--run-python-script",
382 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
383 "[SLAVE_BUILD]/src/out/Debug/tools_unittests",
384 "--"
385 ],
386 "cwd": "[SLAVE_BUILD]",
387 "name": "tools_unittests"
388 },
389 {
390 "cmd": [
391 "python",
392 "-u",
393 "[BUILD]/scripts/slave/runtest.py",
394 "--target",
395 "Debug",
396 "--xvfb",
397 "--factory-properties",
398 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
399 "--build-properties",
400 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
401 "--test-type=video_engine_core_unittests",
402 "--step-name=video_engine_core_unittests",
403 "--builder-name=linux",
404 "--slave-name=slavename",
405 "--run-python-script",
406 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
407 "[SLAVE_BUILD]/src/out/Debug/video_engine_core_unittests",
408 "--"
409 ],
410 "cwd": "[SLAVE_BUILD]",
411 "name": "video_engine_core_unittests"
412 },
413 {
414 "cmd": [
415 "python",
416 "-u",
417 "[BUILD]/scripts/slave/runtest.py",
418 "--target",
419 "Debug",
420 "--xvfb",
421 "--factory-properties",
422 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
423 "--build-properties",
424 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
425 "--test-type=video_engine_tests",
426 "--step-name=video_engine_tests",
427 "--builder-name=linux",
428 "--slave-name=slavename",
429 "--run-python-script",
430 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
431 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests",
432 "--"
433 ],
434 "cwd": "[SLAVE_BUILD]",
435 "name": "video_engine_tests"
436 },
437 {
438 "cmd": [
439 "python",
440 "-u",
441 "[BUILD]/scripts/slave/runtest.py",
442 "--target",
443 "Debug",
444 "--xvfb",
445 "--factory-properties",
446 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
447 "--build-properties",
448 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\": \"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
449 "--test-type=voice_engine_unittests",
450 "--step-name=voice_engine_unittests",
451 "--builder-name=linux",
452 "--slave-name=slavename",
453 "--run-python-script",
454 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
455 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests",
456 "--"
457 ],
458 "cwd": "[SLAVE_BUILD]",
459 "name": "voice_engine_unittests"
460 }
461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698