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