OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Linux32 Debug", | 10 "Linux32 Debug", |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 "python", | 424 "python", |
425 "-u", | 425 "-u", |
426 "[BUILD]/scripts/slave/runtest.py", | 426 "[BUILD]/scripts/slave/runtest.py", |
427 "--target", | 427 "--target", |
428 "Debug", | 428 "Debug", |
429 "--xvfb", | 429 "--xvfb", |
430 "--factory-properties", | 430 "--factory-properties", |
431 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 431 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
432 "--build-properties", | 432 "--build-properties", |
433 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 433 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
434 "--test-type=video_engine_core_unittests", | |
435 "--step-name=video_engine_core_unittests", | |
436 "--builder-name=Linux32 Debug", | |
437 "--slave-name=slavename", | |
438 "--build-number=1337", | |
439 "--run-python-script", | |
440 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
441 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | |
442 "[SLAVE_BUILD]/src/out/Debug/video_engine_core_unittests", | |
443 "--" | |
444 ], | |
445 "cwd": "[SLAVE_BUILD]", | |
446 "name": "video_engine_core_unittests" | |
447 }, | |
448 { | |
449 "cmd": [ | |
450 "python", | |
451 "-u", | |
452 "[BUILD]/scripts/slave/runtest.py", | |
453 "--target", | |
454 "Debug", | |
455 "--xvfb", | |
456 "--factory-properties", | |
457 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | |
458 "--build-properties", | |
459 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | |
460 "--test-type=video_engine_tests", | 434 "--test-type=video_engine_tests", |
461 "--step-name=video_engine_tests", | 435 "--step-name=video_engine_tests", |
462 "--builder-name=Linux32 Debug", | 436 "--builder-name=Linux32 Debug", |
463 "--slave-name=slavename", | 437 "--slave-name=slavename", |
464 "--build-number=1337", | 438 "--build-number=1337", |
465 "--run-python-script", | 439 "--run-python-script", |
466 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 440 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
467 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 441 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
468 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests", | 442 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests", |
469 "--" | 443 "--" |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 ], | 498 ], |
525 "cwd": "[SLAVE_BUILD]", | 499 "cwd": "[SLAVE_BUILD]", |
526 "name": "webrtc_nonparallel_tests" | 500 "name": "webrtc_nonparallel_tests" |
527 }, | 501 }, |
528 { | 502 { |
529 "name": "$result", | 503 "name": "$result", |
530 "recipe_result": null, | 504 "recipe_result": null, |
531 "status_code": 0 | 505 "status_code": 0 |
532 } | 506 } |
533 ] | 507 ] |
OLD | NEW |