blob: 53d26a49606815945294389212b1d2aeb3f4e796 [file] [log] [blame]
[
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/bot_update.py",
"--master",
"client.webrtc",
"--builder",
"Mac64 Debug",
"--slave",
"slavename",
"--spec",
"cache_dir = None\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'}]",
"--root",
"src",
"--revision_mapping_file",
"{\"src\": \"got_revision\"}",
"--output_json",
"/path/to/tmp/json",
"--revision",
"src@12345",
"--output_manifest"
],
"cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src.git\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
"@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#170242}\"@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@",
"@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
"@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
]
},
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
"[SLAVE_BUILD]/src/out"
],
"cwd": "[SLAVE_BUILD]",
"name": "clean test output files"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/cleanup_temp.py"
],
"cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
"cmd": [
"python",
"-u",
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
"cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
"name": "gclient runhooks"
},
{
"allow_subannotations": true,
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/clang_revision.py",
"--src-dir",
"[SLAVE_BUILD]/src",
"--output-json",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
"name": "clang_revision",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
"Debug",
"--src-dir",
"[SLAVE_BUILD]/src",
"--build-tool",
"ninja",
"--compiler",
"goma-clang",
"--goma-jsonstatus",
"/path/to/tmp/json",
"--goma-dir",
"[BUILD]/goma",
"--",
"All"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@"
]
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=audio_decoder_unittests",
"--step-name=audio_decoder_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "audio_decoder_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=common_audio_unittests",
"--step-name=common_audio_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/common_audio_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "common_audio_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=common_video_unittests",
"--step-name=common_video_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/common_video_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "common_video_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=libjingle_media_unittest",
"--step-name=libjingle_media_unittest",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "libjingle_media_unittest"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=libjingle_p2p_unittest",
"--step-name=libjingle_p2p_unittest",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "libjingle_p2p_unittest"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=modules_tests",
"--step-name=modules_tests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/modules_tests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "modules_tests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=modules_unittests",
"--step-name=modules_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/modules_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "modules_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=peerconnection_unittests",
"--step-name=peerconnection_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "peerconnection_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=rtc_unittests",
"--step-name=rtc_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/rtc_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "rtc_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=system_wrappers_unittests",
"--step-name=system_wrappers_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "system_wrappers_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=test_support_unittests",
"--step-name=test_support_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/test_support_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "test_support_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=tools_unittests",
"--step-name=tools_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/tools_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "tools_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=video_engine_tests",
"--step-name=video_engine_tests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/video_engine_tests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "video_engine_tests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=voice_engine_unittests",
"--step-name=voice_engine_unittests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "voice_engine_unittests"
},
{
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconnection_objc_test",
"--step-name=libjingle_peerconnection_objc_test",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--run-python-script",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
"[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconnection_objc_test",
"--"
],
"cwd": "[SLAVE_BUILD]",
"name": "libjingle_peerconnection_objc_test"
},
{
"allow_subannotations": true,
"cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/runtest.py",
"--target",
"Debug",
"--factory-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--build-properties",
"{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
"--annotate=gtest",
"--test-type=webrtc_nonparallel_tests",
"--step-name=webrtc_nonparallel_tests",
"--generate-json-file",
"-o",
"gtest-results/webrtc_nonparallel_tests",
"--builder-name=Mac64 Debug",
"--slave-name=slavename",
"--build-number=1337",
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"webrtc_nonparallel_tests"
],
"cwd": "[SLAVE_BUILD]",
"name": "webrtc_nonparallel_tests"
},
{
"name": "$result",
"recipe_result": null,
"status_code": 0
}
]