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

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

Issue 2313253005: WebRTC: Promote Linux 32-bit bots to main waterfall again. (Closed)
Patch Set: Created 4 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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux32_Debug", 7 "[BUILDER_CACHE]/Linux32_Debug",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 29 "--master",
30 "client.webrtc.fyi", 30 "client.webrtc",
31 "--builder", 31 "--builder",
32 "Linux32 Debug", 32 "Linux32 Debug",
33 "--slave", 33 "--slave",
34 "slavename", 34 "slavename",
35 "--spec", 35 "--spec",
36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': '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'}]", 36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': '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'}]",
37 "--root", 37 "--root",
38 "src", 38 "src",
39 "--revision_mapping_file", 39 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 }, 172 },
173 "name": "gclient runhooks" 173 "name": "gclient runhooks"
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "[BUILDER_CACHE]/Linux32_Debug/src/tools/mb/mb.py", 179 "[BUILDER_CACHE]/Linux32_Debug/src/tools/mb/mb.py",
180 "gen", 180 "gen",
181 "-m", 181 "-m",
182 "client.webrtc.fyi", 182 "client.webrtc",
183 "-b", 183 "-b",
184 "Linux32 Debug", 184 "Linux32 Debug",
185 "--config-file", 185 "--config-file",
186 "[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/mb_config.pyl", 186 "[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/mb_config.pyl",
187 "--goma-dir", 187 "--goma-dir",
188 "[CACHE]/cipd/goma", 188 "[CACHE]/cipd/goma",
189 "--gyp-script=[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/gyp_webrtc.py ", 189 "--gyp-script=[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/gyp_webrtc.py ",
190 "//out/Debug" 190 "//out/Debug"
191 ], 191 ],
192 "cwd": "[BUILDER_CACHE]/Linux32_Debug/src", 192 "cwd": "[BUILDER_CACHE]/Linux32_Debug/src",
(...skipping 16 matching lines...) Expand all
209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
210 "--target", 210 "--target",
211 "Debug", 211 "Debug",
212 "--src-dir", 212 "--src-dir",
213 "[BUILDER_CACHE]/Linux32_Debug/src", 213 "[BUILDER_CACHE]/Linux32_Debug/src",
214 "--goma-cache-dir", 214 "--goma-cache-dir",
215 "[GOMA_CACHE]", 215 "[GOMA_CACHE]",
216 "--buildbot-buildername", 216 "--buildbot-buildername",
217 "Linux32 Debug", 217 "Linux32 Debug",
218 "--buildbot-mastername", 218 "--buildbot-mastername",
219 "client.webrtc.fyi", 219 "client.webrtc",
220 "--buildbot-slavename", 220 "--buildbot-slavename",
221 "slavename", 221 "slavename",
222 "--goma-deps-cache-dir", 222 "--goma-deps-cache-dir",
223 "[GOMA_DEPS_CACHE]", 223 "[GOMA_DEPS_CACHE]",
224 "--compiler", 224 "--compiler",
225 "goma", 225 "goma",
226 "--goma-jsonstatus", 226 "--goma-jsonstatus",
227 "/path/to/tmp/json", 227 "/path/to/tmp/json",
228 "--goma-service-account-json-file", 228 "--goma-service-account-json-file",
229 "/creds/service_accounts/service-account-goma-client.json", 229 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 12 matching lines...) Expand all
242 }, 242 },
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "python", 245 "python",
246 "-u", 246 "-u",
247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
248 "--target", 248 "--target",
249 "Debug", 249 "Debug",
250 "--xvfb", 250 "--xvfb",
251 "--factory-properties", 251 "--factory-properties",
252 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 252 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
253 "--build-properties", 253 "--build-properties",
254 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 254 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
255 "--test-type=audio_decoder_unittests", 255 "--test-type=audio_decoder_unittests",
256 "--step-name=audio_decoder_unittests", 256 "--step-name=audio_decoder_unittests",
257 "--builder-name=Linux32 Debug", 257 "--builder-name=Linux32 Debug",
258 "--slave-name=slavename", 258 "--slave-name=slavename",
259 "--build-number=1337", 259 "--build-number=1337",
260 "--run-python-script", 260 "--run-python-script",
261 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 261 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
262 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 262 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
263 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/audio_decoder_unittests", 263 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/audio_decoder_unittests",
264 "--" 264 "--"
265 ], 265 ],
266 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 266 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
267 "name": "audio_decoder_unittests" 267 "name": "audio_decoder_unittests"
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "python", 271 "python",
272 "-u", 272 "-u",
273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
274 "--target", 274 "--target",
275 "Debug", 275 "Debug",
276 "--xvfb", 276 "--xvfb",
277 "--factory-properties", 277 "--factory-properties",
278 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 278 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
279 "--build-properties", 279 "--build-properties",
280 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 280 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
281 "--test-type=common_audio_unittests", 281 "--test-type=common_audio_unittests",
282 "--step-name=common_audio_unittests", 282 "--step-name=common_audio_unittests",
283 "--builder-name=Linux32 Debug", 283 "--builder-name=Linux32 Debug",
284 "--slave-name=slavename", 284 "--slave-name=slavename",
285 "--build-number=1337", 285 "--build-number=1337",
286 "--run-python-script", 286 "--run-python-script",
287 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 287 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
288 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 288 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
289 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_audio_unittests", 289 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_audio_unittests",
290 "--" 290 "--"
291 ], 291 ],
292 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 292 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
293 "name": "common_audio_unittests" 293 "name": "common_audio_unittests"
294 }, 294 },
295 { 295 {
296 "cmd": [ 296 "cmd": [
297 "python", 297 "python",
298 "-u", 298 "-u",
299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
300 "--target", 300 "--target",
301 "Debug", 301 "Debug",
302 "--xvfb", 302 "--xvfb",
303 "--factory-properties", 303 "--factory-properties",
304 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 304 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
305 "--build-properties", 305 "--build-properties",
306 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 306 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
307 "--test-type=common_video_unittests", 307 "--test-type=common_video_unittests",
308 "--step-name=common_video_unittests", 308 "--step-name=common_video_unittests",
309 "--builder-name=Linux32 Debug", 309 "--builder-name=Linux32 Debug",
310 "--slave-name=slavename", 310 "--slave-name=slavename",
311 "--build-number=1337", 311 "--build-number=1337",
312 "--run-python-script", 312 "--run-python-script",
313 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 313 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
314 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 314 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
315 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_video_unittests", 315 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_video_unittests",
316 "--" 316 "--"
317 ], 317 ],
318 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 318 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
319 "name": "common_video_unittests" 319 "name": "common_video_unittests"
320 }, 320 },
321 { 321 {
322 "cmd": [ 322 "cmd": [
323 "python", 323 "python",
324 "-u", 324 "-u",
325 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 325 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
326 "--target", 326 "--target",
327 "Debug", 327 "Debug",
328 "--xvfb", 328 "--xvfb",
329 "--factory-properties", 329 "--factory-properties",
330 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 330 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
331 "--build-properties", 331 "--build-properties",
332 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 332 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
333 "--test-type=modules_tests", 333 "--test-type=modules_tests",
334 "--step-name=modules_tests", 334 "--step-name=modules_tests",
335 "--builder-name=Linux32 Debug", 335 "--builder-name=Linux32 Debug",
336 "--slave-name=slavename", 336 "--slave-name=slavename",
337 "--build-number=1337", 337 "--build-number=1337",
338 "--run-python-script", 338 "--run-python-script",
339 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 339 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
340 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 340 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
341 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_tests", 341 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_tests",
342 "--" 342 "--"
343 ], 343 ],
344 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 344 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
345 "name": "modules_tests" 345 "name": "modules_tests"
346 }, 346 },
347 { 347 {
348 "cmd": [ 348 "cmd": [
349 "python", 349 "python",
350 "-u", 350 "-u",
351 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 351 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
352 "--target", 352 "--target",
353 "Debug", 353 "Debug",
354 "--xvfb", 354 "--xvfb",
355 "--factory-properties", 355 "--factory-properties",
356 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 356 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
357 "--build-properties", 357 "--build-properties",
358 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 358 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
359 "--test-type=modules_unittests", 359 "--test-type=modules_unittests",
360 "--step-name=modules_unittests", 360 "--step-name=modules_unittests",
361 "--builder-name=Linux32 Debug", 361 "--builder-name=Linux32 Debug",
362 "--slave-name=slavename", 362 "--slave-name=slavename",
363 "--build-number=1337", 363 "--build-number=1337",
364 "--run-python-script", 364 "--run-python-script",
365 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 365 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
366 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 366 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
367 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_unittests", 367 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_unittests",
368 "--" 368 "--"
369 ], 369 ],
370 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 370 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
371 "name": "modules_unittests" 371 "name": "modules_unittests"
372 }, 372 },
373 { 373 {
374 "cmd": [ 374 "cmd": [
375 "python", 375 "python",
376 "-u", 376 "-u",
377 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 377 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
378 "--target", 378 "--target",
379 "Debug", 379 "Debug",
380 "--xvfb", 380 "--xvfb",
381 "--factory-properties", 381 "--factory-properties",
382 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 382 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
383 "--build-properties", 383 "--build-properties",
384 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 384 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
385 "--test-type=peerconnection_unittests", 385 "--test-type=peerconnection_unittests",
386 "--step-name=peerconnection_unittests", 386 "--step-name=peerconnection_unittests",
387 "--builder-name=Linux32 Debug", 387 "--builder-name=Linux32 Debug",
388 "--slave-name=slavename", 388 "--slave-name=slavename",
389 "--build-number=1337", 389 "--build-number=1337",
390 "--run-python-script", 390 "--run-python-script",
391 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 391 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
392 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 392 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
393 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/peerconnection_unittests", 393 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/peerconnection_unittests",
394 "--" 394 "--"
395 ], 395 ],
396 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 396 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
397 "name": "peerconnection_unittests" 397 "name": "peerconnection_unittests"
398 }, 398 },
399 { 399 {
400 "cmd": [ 400 "cmd": [
401 "python", 401 "python",
402 "-u", 402 "-u",
403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
404 "--target", 404 "--target",
405 "Debug", 405 "Debug",
406 "--xvfb", 406 "--xvfb",
407 "--factory-properties", 407 "--factory-properties",
408 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 408 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
409 "--build-properties", 409 "--build-properties",
410 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 410 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
411 "--test-type=rtc_media_unittests", 411 "--test-type=rtc_media_unittests",
412 "--step-name=rtc_media_unittests", 412 "--step-name=rtc_media_unittests",
413 "--builder-name=Linux32 Debug", 413 "--builder-name=Linux32 Debug",
414 "--slave-name=slavename", 414 "--slave-name=slavename",
415 "--build-number=1337", 415 "--build-number=1337",
416 "--run-python-script", 416 "--run-python-script",
417 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 417 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
418 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 418 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
419 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_media_unittests", 419 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_media_unittests",
420 "--" 420 "--"
421 ], 421 ],
422 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 422 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
423 "name": "rtc_media_unittests" 423 "name": "rtc_media_unittests"
424 }, 424 },
425 { 425 {
426 "cmd": [ 426 "cmd": [
427 "python", 427 "python",
428 "-u", 428 "-u",
429 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 429 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
430 "--target", 430 "--target",
431 "Debug", 431 "Debug",
432 "--xvfb", 432 "--xvfb",
433 "--factory-properties", 433 "--factory-properties",
434 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 434 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
435 "--build-properties", 435 "--build-properties",
436 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 436 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
437 "--test-type=rtc_pc_unittests", 437 "--test-type=rtc_pc_unittests",
438 "--step-name=rtc_pc_unittests", 438 "--step-name=rtc_pc_unittests",
439 "--builder-name=Linux32 Debug", 439 "--builder-name=Linux32 Debug",
440 "--slave-name=slavename", 440 "--slave-name=slavename",
441 "--build-number=1337", 441 "--build-number=1337",
442 "--run-python-script", 442 "--run-python-script",
443 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 443 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
444 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 444 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
445 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_pc_unittests", 445 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_pc_unittests",
446 "--" 446 "--"
447 ], 447 ],
448 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 448 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
449 "name": "rtc_pc_unittests" 449 "name": "rtc_pc_unittests"
450 }, 450 },
451 { 451 {
452 "cmd": [ 452 "cmd": [
453 "python", 453 "python",
454 "-u", 454 "-u",
455 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 455 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
456 "--target", 456 "--target",
457 "Debug", 457 "Debug",
458 "--xvfb", 458 "--xvfb",
459 "--factory-properties", 459 "--factory-properties",
460 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 460 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
461 "--build-properties", 461 "--build-properties",
462 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 462 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
463 "--test-type=rtc_unittests", 463 "--test-type=rtc_unittests",
464 "--step-name=rtc_unittests", 464 "--step-name=rtc_unittests",
465 "--builder-name=Linux32 Debug", 465 "--builder-name=Linux32 Debug",
466 "--slave-name=slavename", 466 "--slave-name=slavename",
467 "--build-number=1337", 467 "--build-number=1337",
468 "--run-python-script", 468 "--run-python-script",
469 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 469 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
470 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 470 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
471 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_unittests", 471 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_unittests",
472 "--" 472 "--"
473 ], 473 ],
474 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 474 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
475 "name": "rtc_unittests" 475 "name": "rtc_unittests"
476 }, 476 },
477 { 477 {
478 "cmd": [ 478 "cmd": [
479 "python", 479 "python",
480 "-u", 480 "-u",
481 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 481 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
482 "--target", 482 "--target",
483 "Debug", 483 "Debug",
484 "--xvfb", 484 "--xvfb",
485 "--factory-properties", 485 "--factory-properties",
486 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 486 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
487 "--build-properties", 487 "--build-properties",
488 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 488 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
489 "--test-type=system_wrappers_unittests", 489 "--test-type=system_wrappers_unittests",
490 "--step-name=system_wrappers_unittests", 490 "--step-name=system_wrappers_unittests",
491 "--builder-name=Linux32 Debug", 491 "--builder-name=Linux32 Debug",
492 "--slave-name=slavename", 492 "--slave-name=slavename",
493 "--build-number=1337", 493 "--build-number=1337",
494 "--run-python-script", 494 "--run-python-script",
495 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 495 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
496 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 496 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
497 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/system_wrappers_unittests", 497 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/system_wrappers_unittests",
498 "--" 498 "--"
499 ], 499 ],
500 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 500 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
501 "name": "system_wrappers_unittests" 501 "name": "system_wrappers_unittests"
502 }, 502 },
503 { 503 {
504 "cmd": [ 504 "cmd": [
505 "python", 505 "python",
506 "-u", 506 "-u",
507 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 507 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
508 "--target", 508 "--target",
509 "Debug", 509 "Debug",
510 "--xvfb", 510 "--xvfb",
511 "--factory-properties", 511 "--factory-properties",
512 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 512 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
513 "--build-properties", 513 "--build-properties",
514 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 514 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
515 "--test-type=test_support_unittests", 515 "--test-type=test_support_unittests",
516 "--step-name=test_support_unittests", 516 "--step-name=test_support_unittests",
517 "--builder-name=Linux32 Debug", 517 "--builder-name=Linux32 Debug",
518 "--slave-name=slavename", 518 "--slave-name=slavename",
519 "--build-number=1337", 519 "--build-number=1337",
520 "--run-python-script", 520 "--run-python-script",
521 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 521 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
522 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 522 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
523 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/test_support_unittests", 523 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/test_support_unittests",
524 "--" 524 "--"
525 ], 525 ],
526 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 526 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
527 "name": "test_support_unittests" 527 "name": "test_support_unittests"
528 }, 528 },
529 { 529 {
530 "cmd": [ 530 "cmd": [
531 "python", 531 "python",
532 "-u", 532 "-u",
533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
534 "--target", 534 "--target",
535 "Debug", 535 "Debug",
536 "--xvfb", 536 "--xvfb",
537 "--factory-properties", 537 "--factory-properties",
538 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 538 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
539 "--build-properties", 539 "--build-properties",
540 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 540 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
541 "--test-type=tools_unittests", 541 "--test-type=tools_unittests",
542 "--step-name=tools_unittests", 542 "--step-name=tools_unittests",
543 "--builder-name=Linux32 Debug", 543 "--builder-name=Linux32 Debug",
544 "--slave-name=slavename", 544 "--slave-name=slavename",
545 "--build-number=1337", 545 "--build-number=1337",
546 "--run-python-script", 546 "--run-python-script",
547 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 547 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
548 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 548 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
549 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/tools_unittests", 549 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/tools_unittests",
550 "--" 550 "--"
551 ], 551 ],
552 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 552 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
553 "name": "tools_unittests" 553 "name": "tools_unittests"
554 }, 554 },
555 { 555 {
556 "cmd": [ 556 "cmd": [
557 "python", 557 "python",
558 "-u", 558 "-u",
559 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 559 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
560 "--target", 560 "--target",
561 "Debug", 561 "Debug",
562 "--xvfb", 562 "--xvfb",
563 "--factory-properties", 563 "--factory-properties",
564 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 564 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
565 "--build-properties", 565 "--build-properties",
566 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 566 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
567 "--test-type=video_engine_tests", 567 "--test-type=video_engine_tests",
568 "--step-name=video_engine_tests", 568 "--step-name=video_engine_tests",
569 "--builder-name=Linux32 Debug", 569 "--builder-name=Linux32 Debug",
570 "--slave-name=slavename", 570 "--slave-name=slavename",
571 "--build-number=1337", 571 "--build-number=1337",
572 "--run-python-script", 572 "--run-python-script",
573 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 573 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
574 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 574 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
575 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/video_engine_tests", 575 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/video_engine_tests",
576 "--" 576 "--"
577 ], 577 ],
578 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 578 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
579 "name": "video_engine_tests" 579 "name": "video_engine_tests"
580 }, 580 },
581 { 581 {
582 "cmd": [ 582 "cmd": [
583 "python", 583 "python",
584 "-u", 584 "-u",
585 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 585 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
586 "--target", 586 "--target",
587 "Debug", 587 "Debug",
588 "--xvfb", 588 "--xvfb",
589 "--factory-properties", 589 "--factory-properties",
590 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 590 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
591 "--build-properties", 591 "--build-properties",
592 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 592 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
593 "--test-type=voice_engine_unittests", 593 "--test-type=voice_engine_unittests",
594 "--step-name=voice_engine_unittests", 594 "--step-name=voice_engine_unittests",
595 "--builder-name=Linux32 Debug", 595 "--builder-name=Linux32 Debug",
596 "--slave-name=slavename", 596 "--slave-name=slavename",
597 "--build-number=1337", 597 "--build-number=1337",
598 "--run-python-script", 598 "--run-python-script",
599 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 599 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
600 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 600 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
601 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/voice_engine_unittests", 601 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/voice_engine_unittests",
602 "--" 602 "--"
603 ], 603 ],
604 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 604 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
605 "name": "voice_engine_unittests" 605 "name": "voice_engine_unittests"
606 }, 606 },
607 { 607 {
608 "cmd": [ 608 "cmd": [
609 "python", 609 "python",
610 "-u", 610 "-u",
611 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 611 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
612 "--target", 612 "--target",
613 "Debug", 613 "Debug",
614 "--xvfb", 614 "--xvfb",
615 "--factory-properties", 615 "--factory-properties",
616 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 616 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
617 "--build-properties", 617 "--build-properties",
618 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 618 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
619 "--test-type=xmllite_xmpp_unittests", 619 "--test-type=xmllite_xmpp_unittests",
620 "--step-name=xmllite_xmpp_unittests", 620 "--step-name=xmllite_xmpp_unittests",
621 "--builder-name=Linux32 Debug", 621 "--builder-name=Linux32 Debug",
622 "--slave-name=slavename", 622 "--slave-name=slavename",
623 "--build-number=1337", 623 "--build-number=1337",
624 "--run-python-script", 624 "--run-python-script",
625 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 625 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
626 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el", 626 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall el",
627 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/xmllite_xmpp_unittests", 627 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/xmllite_xmpp_unittests",
628 "--" 628 "--"
629 ], 629 ],
630 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 630 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
631 "name": "xmllite_xmpp_unittests" 631 "name": "xmllite_xmpp_unittests"
632 }, 632 },
633 { 633 {
634 "allow_subannotations": true, 634 "allow_subannotations": true,
635 "cmd": [ 635 "cmd": [
636 "python", 636 "python",
637 "-u", 637 "-u",
638 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 638 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
639 "--target", 639 "--target",
640 "Debug", 640 "Debug",
641 "--xvfb", 641 "--xvfb",
642 "--factory-properties", 642 "--factory-properties",
643 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 643 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
644 "--build-properties", 644 "--build-properties",
645 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 645 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
646 "--annotate=gtest", 646 "--annotate=gtest",
647 "--test-type=webrtc_nonparallel_tests", 647 "--test-type=webrtc_nonparallel_tests",
648 "--step-name=webrtc_nonparallel_tests", 648 "--step-name=webrtc_nonparallel_tests",
649 "--generate-json-file", 649 "--generate-json-file",
650 "-o", 650 "-o",
651 "gtest-results/webrtc_nonparallel_tests", 651 "gtest-results/webrtc_nonparallel_tests",
652 "--builder-name=Linux32 Debug", 652 "--builder-name=Linux32 Debug",
653 "--slave-name=slavename", 653 "--slave-name=slavename",
654 "--build-number=1337", 654 "--build-number=1337",
655 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 655 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
656 "webrtc_nonparallel_tests" 656 "webrtc_nonparallel_tests"
657 ], 657 ],
658 "cwd": "[BUILDER_CACHE]/Linux32_Debug", 658 "cwd": "[BUILDER_CACHE]/Linux32_Debug",
659 "name": "webrtc_nonparallel_tests" 659 "name": "webrtc_nonparallel_tests"
660 }, 660 },
661 { 661 {
662 "name": "$result", 662 "name": "$result",
663 "recipe_result": null, 663 "recipe_result": null,
664 "status_code": 0 664 "status_code": 0
665 } 665 }
666 ] 666 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698