| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug", | 10 "Linux64 Debug", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "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'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@12345", | 24 "src@12345", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", | |
| 28 "env": { | 27 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 29 }, |
| 31 "name": "bot_update", | 30 "name": "bot_update", |
| 32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 54 "@@@STEP_LOG_END@json.output@@@", | 53 "@@@STEP_LOG_END@json.output@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 57 ] | 56 ] |
| 58 }, | 57 }, |
| 59 { | 58 { |
| 60 "cmd": [ | 59 "cmd": [ |
| 61 "python", | 60 "python", |
| 62 "-u", | 61 "-u", |
| 63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 64 "[SLAVE_BUILD]/src/out" | 63 "[CWD]/src/out" |
| 65 ], | 64 ], |
| 66 "cwd": "[SLAVE_BUILD]", | |
| 67 "name": "clean test output files" | 65 "name": "clean test output files" |
| 68 }, | 66 }, |
| 69 { | 67 { |
| 70 "cmd": [ | 68 "cmd": [ |
| 71 "python", | 69 "python", |
| 72 "-u", | 70 "-u", |
| 73 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 74 "--show-path", | 72 "--show-path", |
| 75 "python", | 73 "python", |
| 76 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 77 ], | 75 ], |
| 78 "cwd": "[SLAVE_BUILD]", | |
| 79 "name": "cleanup_temp" | 76 "name": "cleanup_temp" |
| 80 }, | 77 }, |
| 81 { | 78 { |
| 82 "cmd": [ | 79 "cmd": [ |
| 83 "python", | 80 "python", |
| 84 "-u", | 81 "-u", |
| 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 86 "runhooks" | 83 "runhooks" |
| 87 ], | 84 ], |
| 88 "cwd": "[SLAVE_BUILD]", | |
| 89 "env": { | 85 "env": { |
| 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 91 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1", | 87 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 use_goma=1"
, |
| 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 93 }, | 89 }, |
| 94 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 95 }, | 91 }, |
| 96 { | 92 { |
| 97 "cmd": [ | 93 "cmd": [ |
| 98 "python", | 94 "python", |
| 99 "-u", | 95 "-u", |
| 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 101 "--show-path", | 97 "--show-path", |
| 102 "python", | 98 "python", |
| 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 104 "--gsutil-py-path", | 100 "--gsutil-py-path", |
| 105 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 101 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 106 "--ninja-path", | 102 "--ninja-path", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 108 "--target", | 104 "--target", |
| 109 "Debug", | 105 "Debug", |
| 110 "--src-dir", | 106 "--src-dir", |
| 111 "[SLAVE_BUILD]/src", | 107 "[CWD]/src", |
| 112 "--goma-cache-dir", | 108 "--goma-cache-dir", |
| 113 "[GOMA_CACHE]", | 109 "[ROOT]/b/build/slave/goma_cache", |
| 114 "--build-tool", | 110 "--build-tool", |
| 115 "ninja", | 111 "ninja", |
| 116 "--compiler", | 112 "--compiler", |
| 117 "goma", | 113 "goma", |
| 118 "--goma-jsonstatus", | 114 "--goma-jsonstatus", |
| 119 "/path/to/tmp/json", | 115 "/path/to/tmp/json", |
| 120 "--goma-service-account-json-file", | 116 "--goma-service-account-json-file", |
| 121 "/creds/service_accounts/service-account-goma-client.json", | 117 "/creds/service_accounts/service-account-goma-client.json", |
| 122 "--goma-dir", | 118 "--goma-dir", |
| 123 "[BUILD]/goma", | 119 "[ROOT]/b/build/goma", |
| 124 "--", | 120 "--", |
| 125 "All" | 121 "All" |
| 126 ], | 122 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 123 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 130 }, | 125 }, |
| 131 "name": "compile", | 126 "name": "compile", |
| 132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 134 "@@@STEP_LOG_END@json.output (invalid)@@@" | 129 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 135 ] | 130 ] |
| 136 }, | 131 }, |
| 137 { | 132 { |
| 138 "cmd": [ | 133 "cmd": [ |
| 139 "python", | 134 "python", |
| 140 "-u", | 135 "-u", |
| 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 142 "--target", | 137 "--target", |
| 143 "Debug", | 138 "Debug", |
| 144 "--xvfb", | 139 "--xvfb", |
| 145 "--factory-properties", | 140 "--factory-properties", |
| 146 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 141 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 147 "--build-properties", | 142 "--build-properties", |
| 148 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 143 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 149 "--test-type=audio_decoder_unittests", | 144 "--test-type=audio_decoder_unittests", |
| 150 "--step-name=audio_decoder_unittests", | 145 "--step-name=audio_decoder_unittests", |
| 151 "--builder-name=Linux64 Debug", | 146 "--builder-name=Linux64 Debug", |
| 152 "--slave-name=slavename", | 147 "--slave-name=slavename", |
| 153 "--build-number=1337", | 148 "--build-number=1337", |
| 154 "--run-python-script", | 149 "--run-python-script", |
| 155 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 150 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 156 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 151 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 157 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests", | 152 "[CWD]/src/out/Debug/audio_decoder_unittests", |
| 158 "--" | 153 "--" |
| 159 ], | 154 ], |
| 160 "cwd": "[SLAVE_BUILD]", | |
| 161 "name": "audio_decoder_unittests" | 155 "name": "audio_decoder_unittests" |
| 162 }, | 156 }, |
| 163 { | 157 { |
| 164 "cmd": [ | 158 "cmd": [ |
| 165 "python", | 159 "python", |
| 166 "-u", | 160 "-u", |
| 167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 161 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 168 "--target", | 162 "--target", |
| 169 "Debug", | 163 "Debug", |
| 170 "--xvfb", | 164 "--xvfb", |
| 171 "--factory-properties", | 165 "--factory-properties", |
| 172 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 166 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 173 "--build-properties", | 167 "--build-properties", |
| 174 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 168 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 175 "--test-type=common_audio_unittests", | 169 "--test-type=common_audio_unittests", |
| 176 "--step-name=common_audio_unittests", | 170 "--step-name=common_audio_unittests", |
| 177 "--builder-name=Linux64 Debug", | 171 "--builder-name=Linux64 Debug", |
| 178 "--slave-name=slavename", | 172 "--slave-name=slavename", |
| 179 "--build-number=1337", | 173 "--build-number=1337", |
| 180 "--run-python-script", | 174 "--run-python-script", |
| 181 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 175 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 182 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 176 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 183 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests", | 177 "[CWD]/src/out/Debug/common_audio_unittests", |
| 184 "--" | 178 "--" |
| 185 ], | 179 ], |
| 186 "cwd": "[SLAVE_BUILD]", | |
| 187 "name": "common_audio_unittests" | 180 "name": "common_audio_unittests" |
| 188 }, | 181 }, |
| 189 { | 182 { |
| 190 "cmd": [ | 183 "cmd": [ |
| 191 "python", | 184 "python", |
| 192 "-u", | 185 "-u", |
| 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 186 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 194 "--target", | 187 "--target", |
| 195 "Debug", | 188 "Debug", |
| 196 "--xvfb", | 189 "--xvfb", |
| 197 "--factory-properties", | 190 "--factory-properties", |
| 198 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 191 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 199 "--build-properties", | 192 "--build-properties", |
| 200 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 193 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 201 "--test-type=common_video_unittests", | 194 "--test-type=common_video_unittests", |
| 202 "--step-name=common_video_unittests", | 195 "--step-name=common_video_unittests", |
| 203 "--builder-name=Linux64 Debug", | 196 "--builder-name=Linux64 Debug", |
| 204 "--slave-name=slavename", | 197 "--slave-name=slavename", |
| 205 "--build-number=1337", | 198 "--build-number=1337", |
| 206 "--run-python-script", | 199 "--run-python-script", |
| 207 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 200 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 208 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 201 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 209 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests", | 202 "[CWD]/src/out/Debug/common_video_unittests", |
| 210 "--" | 203 "--" |
| 211 ], | 204 ], |
| 212 "cwd": "[SLAVE_BUILD]", | |
| 213 "name": "common_video_unittests" | 205 "name": "common_video_unittests" |
| 214 }, | 206 }, |
| 215 { | 207 { |
| 216 "cmd": [ | 208 "cmd": [ |
| 217 "python", | 209 "python", |
| 218 "-u", | 210 "-u", |
| 219 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 220 "--target", | 212 "--target", |
| 221 "Debug", | 213 "Debug", |
| 222 "--xvfb", | 214 "--xvfb", |
| 223 "--factory-properties", | 215 "--factory-properties", |
| 224 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 216 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 225 "--build-properties", | 217 "--build-properties", |
| 226 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 218 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 227 "--test-type=modules_tests", | 219 "--test-type=modules_tests", |
| 228 "--step-name=modules_tests", | 220 "--step-name=modules_tests", |
| 229 "--builder-name=Linux64 Debug", | 221 "--builder-name=Linux64 Debug", |
| 230 "--slave-name=slavename", | 222 "--slave-name=slavename", |
| 231 "--build-number=1337", | 223 "--build-number=1337", |
| 232 "--run-python-script", | 224 "--run-python-script", |
| 233 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 225 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 234 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 226 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 235 "[SLAVE_BUILD]/src/out/Debug/modules_tests", | 227 "[CWD]/src/out/Debug/modules_tests", |
| 236 "--" | 228 "--" |
| 237 ], | 229 ], |
| 238 "cwd": "[SLAVE_BUILD]", | |
| 239 "name": "modules_tests" | 230 "name": "modules_tests" |
| 240 }, | 231 }, |
| 241 { | 232 { |
| 242 "cmd": [ | 233 "cmd": [ |
| 243 "python", | 234 "python", |
| 244 "-u", | 235 "-u", |
| 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 246 "--target", | 237 "--target", |
| 247 "Debug", | 238 "Debug", |
| 248 "--xvfb", | 239 "--xvfb", |
| 249 "--factory-properties", | 240 "--factory-properties", |
| 250 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 241 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 251 "--build-properties", | 242 "--build-properties", |
| 252 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 243 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 253 "--test-type=modules_unittests", | 244 "--test-type=modules_unittests", |
| 254 "--step-name=modules_unittests", | 245 "--step-name=modules_unittests", |
| 255 "--builder-name=Linux64 Debug", | 246 "--builder-name=Linux64 Debug", |
| 256 "--slave-name=slavename", | 247 "--slave-name=slavename", |
| 257 "--build-number=1337", | 248 "--build-number=1337", |
| 258 "--run-python-script", | 249 "--run-python-script", |
| 259 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 260 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 251 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 261 "[SLAVE_BUILD]/src/out/Debug/modules_unittests", | 252 "[CWD]/src/out/Debug/modules_unittests", |
| 262 "--" | 253 "--" |
| 263 ], | 254 ], |
| 264 "cwd": "[SLAVE_BUILD]", | |
| 265 "name": "modules_unittests" | 255 "name": "modules_unittests" |
| 266 }, | 256 }, |
| 267 { | 257 { |
| 268 "cmd": [ | 258 "cmd": [ |
| 269 "python", | 259 "python", |
| 270 "-u", | 260 "-u", |
| 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 272 "--target", | 262 "--target", |
| 273 "Debug", | 263 "Debug", |
| 274 "--xvfb", | 264 "--xvfb", |
| 275 "--factory-properties", | 265 "--factory-properties", |
| 276 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 266 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 277 "--build-properties", | 267 "--build-properties", |
| 278 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 268 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 279 "--test-type=peerconnection_unittests", | 269 "--test-type=peerconnection_unittests", |
| 280 "--step-name=peerconnection_unittests", | 270 "--step-name=peerconnection_unittests", |
| 281 "--builder-name=Linux64 Debug", | 271 "--builder-name=Linux64 Debug", |
| 282 "--slave-name=slavename", | 272 "--slave-name=slavename", |
| 283 "--build-number=1337", | 273 "--build-number=1337", |
| 284 "--run-python-script", | 274 "--run-python-script", |
| 285 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 286 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 276 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 287 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests", | 277 "[CWD]/src/out/Debug/peerconnection_unittests", |
| 288 "--" | 278 "--" |
| 289 ], | 279 ], |
| 290 "cwd": "[SLAVE_BUILD]", | |
| 291 "name": "peerconnection_unittests" | 280 "name": "peerconnection_unittests" |
| 292 }, | 281 }, |
| 293 { | 282 { |
| 294 "cmd": [ | 283 "cmd": [ |
| 295 "python", | 284 "python", |
| 296 "-u", | 285 "-u", |
| 297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 286 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 298 "--target", | 287 "--target", |
| 299 "Debug", | 288 "Debug", |
| 300 "--xvfb", | 289 "--xvfb", |
| 301 "--factory-properties", | 290 "--factory-properties", |
| 302 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 291 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 303 "--build-properties", | 292 "--build-properties", |
| 304 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 293 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 305 "--test-type=rtc_media_unittests", | 294 "--test-type=rtc_media_unittests", |
| 306 "--step-name=rtc_media_unittests", | 295 "--step-name=rtc_media_unittests", |
| 307 "--builder-name=Linux64 Debug", | 296 "--builder-name=Linux64 Debug", |
| 308 "--slave-name=slavename", | 297 "--slave-name=slavename", |
| 309 "--build-number=1337", | 298 "--build-number=1337", |
| 310 "--run-python-script", | 299 "--run-python-script", |
| 311 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 300 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 312 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 301 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 313 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests", | 302 "[CWD]/src/out/Debug/rtc_media_unittests", |
| 314 "--" | 303 "--" |
| 315 ], | 304 ], |
| 316 "cwd": "[SLAVE_BUILD]", | |
| 317 "name": "rtc_media_unittests" | 305 "name": "rtc_media_unittests" |
| 318 }, | 306 }, |
| 319 { | 307 { |
| 320 "cmd": [ | 308 "cmd": [ |
| 321 "python", | 309 "python", |
| 322 "-u", | 310 "-u", |
| 323 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 324 "--target", | 312 "--target", |
| 325 "Debug", | 313 "Debug", |
| 326 "--xvfb", | 314 "--xvfb", |
| 327 "--factory-properties", | 315 "--factory-properties", |
| 328 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 316 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 329 "--build-properties", | 317 "--build-properties", |
| 330 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 318 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 331 "--test-type=rtc_pc_unittests", | 319 "--test-type=rtc_pc_unittests", |
| 332 "--step-name=rtc_pc_unittests", | 320 "--step-name=rtc_pc_unittests", |
| 333 "--builder-name=Linux64 Debug", | 321 "--builder-name=Linux64 Debug", |
| 334 "--slave-name=slavename", | 322 "--slave-name=slavename", |
| 335 "--build-number=1337", | 323 "--build-number=1337", |
| 336 "--run-python-script", | 324 "--run-python-script", |
| 337 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 325 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 338 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 326 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 339 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests", | 327 "[CWD]/src/out/Debug/rtc_pc_unittests", |
| 340 "--" | 328 "--" |
| 341 ], | 329 ], |
| 342 "cwd": "[SLAVE_BUILD]", | |
| 343 "name": "rtc_pc_unittests" | 330 "name": "rtc_pc_unittests" |
| 344 }, | 331 }, |
| 345 { | 332 { |
| 346 "cmd": [ | 333 "cmd": [ |
| 347 "python", | 334 "python", |
| 348 "-u", | 335 "-u", |
| 349 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 336 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 350 "--target", | 337 "--target", |
| 351 "Debug", | 338 "Debug", |
| 352 "--xvfb", | 339 "--xvfb", |
| 353 "--factory-properties", | 340 "--factory-properties", |
| 354 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 341 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 355 "--build-properties", | 342 "--build-properties", |
| 356 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 343 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 357 "--test-type=rtc_unittests", | 344 "--test-type=rtc_unittests", |
| 358 "--step-name=rtc_unittests", | 345 "--step-name=rtc_unittests", |
| 359 "--builder-name=Linux64 Debug", | 346 "--builder-name=Linux64 Debug", |
| 360 "--slave-name=slavename", | 347 "--slave-name=slavename", |
| 361 "--build-number=1337", | 348 "--build-number=1337", |
| 362 "--run-python-script", | 349 "--run-python-script", |
| 363 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 350 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 364 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 351 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 365 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests", | 352 "[CWD]/src/out/Debug/rtc_unittests", |
| 366 "--" | 353 "--" |
| 367 ], | 354 ], |
| 368 "cwd": "[SLAVE_BUILD]", | |
| 369 "name": "rtc_unittests" | 355 "name": "rtc_unittests" |
| 370 }, | 356 }, |
| 371 { | 357 { |
| 372 "cmd": [ | 358 "cmd": [ |
| 373 "python", | 359 "python", |
| 374 "-u", | 360 "-u", |
| 375 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 376 "--target", | 362 "--target", |
| 377 "Debug", | 363 "Debug", |
| 378 "--xvfb", | 364 "--xvfb", |
| 379 "--factory-properties", | 365 "--factory-properties", |
| 380 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 366 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 381 "--build-properties", | 367 "--build-properties", |
| 382 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 368 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 383 "--test-type=system_wrappers_unittests", | 369 "--test-type=system_wrappers_unittests", |
| 384 "--step-name=system_wrappers_unittests", | 370 "--step-name=system_wrappers_unittests", |
| 385 "--builder-name=Linux64 Debug", | 371 "--builder-name=Linux64 Debug", |
| 386 "--slave-name=slavename", | 372 "--slave-name=slavename", |
| 387 "--build-number=1337", | 373 "--build-number=1337", |
| 388 "--run-python-script", | 374 "--run-python-script", |
| 389 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 375 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 390 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 376 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 391 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests", | 377 "[CWD]/src/out/Debug/system_wrappers_unittests", |
| 392 "--" | 378 "--" |
| 393 ], | 379 ], |
| 394 "cwd": "[SLAVE_BUILD]", | |
| 395 "name": "system_wrappers_unittests" | 380 "name": "system_wrappers_unittests" |
| 396 }, | 381 }, |
| 397 { | 382 { |
| 398 "cmd": [ | 383 "cmd": [ |
| 399 "python", | 384 "python", |
| 400 "-u", | 385 "-u", |
| 401 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 402 "--target", | 387 "--target", |
| 403 "Debug", | 388 "Debug", |
| 404 "--xvfb", | 389 "--xvfb", |
| 405 "--factory-properties", | 390 "--factory-properties", |
| 406 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 391 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 407 "--build-properties", | 392 "--build-properties", |
| 408 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 393 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 409 "--test-type=test_support_unittests", | 394 "--test-type=test_support_unittests", |
| 410 "--step-name=test_support_unittests", | 395 "--step-name=test_support_unittests", |
| 411 "--builder-name=Linux64 Debug", | 396 "--builder-name=Linux64 Debug", |
| 412 "--slave-name=slavename", | 397 "--slave-name=slavename", |
| 413 "--build-number=1337", | 398 "--build-number=1337", |
| 414 "--run-python-script", | 399 "--run-python-script", |
| 415 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 400 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 416 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 401 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 417 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests", | 402 "[CWD]/src/out/Debug/test_support_unittests", |
| 418 "--" | 403 "--" |
| 419 ], | 404 ], |
| 420 "cwd": "[SLAVE_BUILD]", | |
| 421 "name": "test_support_unittests" | 405 "name": "test_support_unittests" |
| 422 }, | 406 }, |
| 423 { | 407 { |
| 424 "cmd": [ | 408 "cmd": [ |
| 425 "python", | 409 "python", |
| 426 "-u", | 410 "-u", |
| 427 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 428 "--target", | 412 "--target", |
| 429 "Debug", | 413 "Debug", |
| 430 "--xvfb", | 414 "--xvfb", |
| 431 "--factory-properties", | 415 "--factory-properties", |
| 432 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 416 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 433 "--build-properties", | 417 "--build-properties", |
| 434 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 418 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 435 "--test-type=tools_unittests", | 419 "--test-type=tools_unittests", |
| 436 "--step-name=tools_unittests", | 420 "--step-name=tools_unittests", |
| 437 "--builder-name=Linux64 Debug", | 421 "--builder-name=Linux64 Debug", |
| 438 "--slave-name=slavename", | 422 "--slave-name=slavename", |
| 439 "--build-number=1337", | 423 "--build-number=1337", |
| 440 "--run-python-script", | 424 "--run-python-script", |
| 441 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 425 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 442 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 426 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 443 "[SLAVE_BUILD]/src/out/Debug/tools_unittests", | 427 "[CWD]/src/out/Debug/tools_unittests", |
| 444 "--" | 428 "--" |
| 445 ], | 429 ], |
| 446 "cwd": "[SLAVE_BUILD]", | |
| 447 "name": "tools_unittests" | 430 "name": "tools_unittests" |
| 448 }, | 431 }, |
| 449 { | 432 { |
| 450 "cmd": [ | 433 "cmd": [ |
| 451 "python", | 434 "python", |
| 452 "-u", | 435 "-u", |
| 453 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 436 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 454 "--target", | 437 "--target", |
| 455 "Debug", | 438 "Debug", |
| 456 "--xvfb", | 439 "--xvfb", |
| 457 "--factory-properties", | 440 "--factory-properties", |
| 458 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 441 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 459 "--build-properties", | 442 "--build-properties", |
| 460 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 443 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 461 "--test-type=video_engine_tests", | 444 "--test-type=video_engine_tests", |
| 462 "--step-name=video_engine_tests", | 445 "--step-name=video_engine_tests", |
| 463 "--builder-name=Linux64 Debug", | 446 "--builder-name=Linux64 Debug", |
| 464 "--slave-name=slavename", | 447 "--slave-name=slavename", |
| 465 "--build-number=1337", | 448 "--build-number=1337", |
| 466 "--run-python-script", | 449 "--run-python-script", |
| 467 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 450 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 468 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 451 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 469 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests", | 452 "[CWD]/src/out/Debug/video_engine_tests", |
| 470 "--" | 453 "--" |
| 471 ], | 454 ], |
| 472 "cwd": "[SLAVE_BUILD]", | |
| 473 "name": "video_engine_tests" | 455 "name": "video_engine_tests" |
| 474 }, | 456 }, |
| 475 { | 457 { |
| 476 "cmd": [ | 458 "cmd": [ |
| 477 "python", | 459 "python", |
| 478 "-u", | 460 "-u", |
| 479 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 461 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 480 "--target", | 462 "--target", |
| 481 "Debug", | 463 "Debug", |
| 482 "--xvfb", | 464 "--xvfb", |
| 483 "--factory-properties", | 465 "--factory-properties", |
| 484 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 466 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 485 "--build-properties", | 467 "--build-properties", |
| 486 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 468 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 487 "--test-type=voice_engine_unittests", | 469 "--test-type=voice_engine_unittests", |
| 488 "--step-name=voice_engine_unittests", | 470 "--step-name=voice_engine_unittests", |
| 489 "--builder-name=Linux64 Debug", | 471 "--builder-name=Linux64 Debug", |
| 490 "--slave-name=slavename", | 472 "--slave-name=slavename", |
| 491 "--build-number=1337", | 473 "--build-number=1337", |
| 492 "--run-python-script", | 474 "--run-python-script", |
| 493 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 475 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 494 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 476 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
| 495 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", | 477 "[CWD]/src/out/Debug/voice_engine_unittests", |
| 496 "--" | 478 "--" |
| 497 ], | 479 ], |
| 498 "cwd": "[SLAVE_BUILD]", | |
| 499 "name": "voice_engine_unittests" | 480 "name": "voice_engine_unittests" |
| 500 }, | 481 }, |
| 501 { | 482 { |
| 502 "allow_subannotations": true, | 483 "allow_subannotations": true, |
| 503 "cmd": [ | 484 "cmd": [ |
| 504 "python", | 485 "python", |
| 505 "-u", | 486 "-u", |
| 506 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 487 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 507 "--target", | 488 "--target", |
| 508 "Debug", | 489 "Debug", |
| 509 "--xvfb", | 490 "--xvfb", |
| 510 "--factory-properties", | 491 "--factory-properties", |
| 511 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 492 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 512 "--build-properties", | 493 "--build-properties", |
| 513 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 494 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 514 "--annotate=gtest", | 495 "--annotate=gtest", |
| 515 "--test-type=webrtc_nonparallel_tests", | 496 "--test-type=webrtc_nonparallel_tests", |
| 516 "--step-name=webrtc_nonparallel_tests", | 497 "--step-name=webrtc_nonparallel_tests", |
| 517 "--generate-json-file", | 498 "--generate-json-file", |
| 518 "-o", | 499 "-o", |
| 519 "gtest-results/webrtc_nonparallel_tests", | 500 "gtest-results/webrtc_nonparallel_tests", |
| 520 "--builder-name=Linux64 Debug", | 501 "--builder-name=Linux64 Debug", |
| 521 "--slave-name=slavename", | 502 "--slave-name=slavename", |
| 522 "--build-number=1337", | 503 "--build-number=1337", |
| 523 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 504 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 524 "webrtc_nonparallel_tests" | 505 "webrtc_nonparallel_tests" |
| 525 ], | 506 ], |
| 526 "cwd": "[SLAVE_BUILD]", | |
| 527 "name": "webrtc_nonparallel_tests" | 507 "name": "webrtc_nonparallel_tests" |
| 528 }, | 508 }, |
| 529 { | 509 { |
| 530 "name": "$result", | 510 "name": "$result", |
| 531 "recipe_result": null, | 511 "recipe_result": null, |
| 532 "status_code": 0 | 512 "status_code": 0 |
| 533 } | 513 } |
| 534 ] | 514 ] |
| OLD | NEW |