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

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

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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",
7 "[BUILDER_CACHE]\\Win32_Debug",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(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@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 29 "--master",
8 "client.webrtc", 30 "client.webrtc",
9 "--builder", 31 "--builder",
10 "Win32 Debug", 32 "Win32 Debug",
11 "--slave", 33 "--slave",
12 "slavename", 34 "slavename",
13 "--spec", 35 "--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'}]", 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'}]",
15 "--root", 37 "--root",
16 "src", 38 "src",
17 "--revision_mapping_file", 39 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
19 "--git-cache-dir", 41 "--git-cache-dir",
20 "[GIT_CACHE]", 42 "[GIT_CACHE]",
21 "--output_json", 43 "--output_json",
22 "/path/to/tmp/json", 44 "/path/to/tmp/json",
23 "--revision", 45 "--revision",
24 "src@12345", 46 "src@12345",
25 "--output_manifest" 47 "--output_manifest"
26 ], 48 ],
49 "cwd": "[BUILDER_CACHE]\\Win32_Debug",
27 "env": { 50 "env": {
28 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
29 }, 52 },
30 "name": "bot_update", 53 "name": "bot_update",
31 "~followup_annotations": [ 54 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 55 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
53 "@@@STEP_LOG_END@json.output@@@", 76 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
56 ] 79 ]
57 }, 80 },
58 { 81 {
59 "cmd": [ 82 "cmd": [
60 "python", 83 "python",
61 "-u", 84 "-u",
62 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", 85 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py",
63 "[SLAVE_BUILD]\\src\\out" 86 "[BUILDER_CACHE]\\Win32_Debug\\src\\out"
64 ], 87 ],
65 "name": "clean test output files" 88 "name": "clean test output files"
66 }, 89 },
67 { 90 {
68 "cmd": [ 91 "cmd": [
69 "python", 92 "python",
70 "-u", 93 "-u",
71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
72 "--show-path", 95 "--show-path",
73 "python", 96 "python",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
130 ] 153 ]
131 }, 154 },
132 { 155 {
133 "cmd": [ 156 "cmd": [
134 "python", 157 "python",
135 "-u", 158 "-u",
136 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 159 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
137 "runhooks" 160 "runhooks"
138 ], 161 ],
139 "cwd": "[SLAVE_BUILD]\\src", 162 "cwd": "[BUILDER_CACHE]\\Win32_Debug\\src",
140 "env": { 163 "env": {
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
142 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=ia 32 use_goma=1", 165 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=ia 32 use_goma=1",
143 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 166 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
144 }, 167 },
145 "name": "gclient runhooks" 168 "name": "gclient runhooks"
146 }, 169 },
147 { 170 {
148 "cmd": [ 171 "cmd": [
149 "python", 172 "python",
150 "-u", 173 "-u",
151 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 174 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
152 "--show-path", 175 "--show-path",
153 "python", 176 "python",
154 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 177 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
155 "--gsutil-py-path", 178 "--gsutil-py-path",
156 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 179 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
157 "--ninja-path", 180 "--ninja-path",
158 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 181 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
159 "--target", 182 "--target",
160 "Debug", 183 "Debug",
161 "--src-dir", 184 "--src-dir",
162 "[SLAVE_BUILD]\\src", 185 "[BUILDER_CACHE]\\Win32_Debug\\src",
163 "--goma-cache-dir", 186 "--goma-cache-dir",
164 "[GOMA_CACHE]", 187 "[GOMA_CACHE]",
188 "--goma-deps-cache-dir",
189 "[GOMA_DEPS_CACHE]",
165 "--compiler", 190 "--compiler",
166 "goma", 191 "goma",
167 "--goma-jsonstatus", 192 "--goma-jsonstatus",
168 "/path/to/tmp/json", 193 "/path/to/tmp/json",
169 "--goma-service-account-json-file", 194 "--goma-service-account-json-file",
170 "C:\\creds\\service_accounts\\service-account-goma-client.json", 195 "C:\\creds\\service_accounts\\service-account-goma-client.json",
171 "--goma-dir", 196 "--goma-dir",
172 "[CACHE]\\cipd\\goma", 197 "[CACHE]\\cipd\\goma",
173 "--", 198 "--",
174 "All" 199 "All"
175 ], 200 ],
176 "env": { 201 "env": {
177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 202 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
178 }, 203 },
179 "name": "compile", 204 "name": "compile",
180 "~followup_annotations": [ 205 "~followup_annotations": [
181 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
182 "@@@STEP_LOG_END@json.output (invalid)@@@" 207 "@@@STEP_LOG_END@json.output (invalid)@@@"
183 ] 208 ]
184 }, 209 },
185 { 210 {
186 "cmd": [ 211 "cmd": [
187 "python", 212 "python",
188 "-u", 213 "-u",
189 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
190 "--target", 215 "--target",
191 "Debug", 216 "Debug",
192 "--factory-properties", 217 "--factory-properties",
193 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 218 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
194 "--build-properties", 219 "--build-properties",
195 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 220 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
196 "--test-type=audio_decoder_unittests", 221 "--test-type=audio_decoder_unittests",
197 "--step-name=audio_decoder_unittests", 222 "--step-name=audio_decoder_unittests",
198 "--builder-name=Win32 Debug", 223 "--builder-name=Win32 Debug",
199 "--slave-name=slavename", 224 "--slave-name=slavename",
200 "--build-number=1337", 225 "--build-number=1337",
201 "--run-python-script", 226 "--run-python-script",
202 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 227 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
203 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 228 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
204 "[SLAVE_BUILD]\\src\\out\\Debug\\audio_decoder_unittests", 229 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\audio_decoder_unittests",
205 "--" 230 "--"
206 ], 231 ],
207 "name": "audio_decoder_unittests" 232 "name": "audio_decoder_unittests"
208 }, 233 },
209 { 234 {
210 "cmd": [ 235 "cmd": [
211 "python", 236 "python",
212 "-u", 237 "-u",
213 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 238 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
214 "--target", 239 "--target",
215 "Debug", 240 "Debug",
216 "--factory-properties", 241 "--factory-properties",
217 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 242 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
218 "--build-properties", 243 "--build-properties",
219 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 244 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
220 "--test-type=common_audio_unittests", 245 "--test-type=common_audio_unittests",
221 "--step-name=common_audio_unittests", 246 "--step-name=common_audio_unittests",
222 "--builder-name=Win32 Debug", 247 "--builder-name=Win32 Debug",
223 "--slave-name=slavename", 248 "--slave-name=slavename",
224 "--build-number=1337", 249 "--build-number=1337",
225 "--run-python-script", 250 "--run-python-script",
226 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 251 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
227 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 252 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
228 "[SLAVE_BUILD]\\src\\out\\Debug\\common_audio_unittests", 253 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\common_audio_unittests",
229 "--" 254 "--"
230 ], 255 ],
231 "name": "common_audio_unittests" 256 "name": "common_audio_unittests"
232 }, 257 },
233 { 258 {
234 "cmd": [ 259 "cmd": [
235 "python", 260 "python",
236 "-u", 261 "-u",
237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 262 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
238 "--target", 263 "--target",
239 "Debug", 264 "Debug",
240 "--factory-properties", 265 "--factory-properties",
241 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 266 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
242 "--build-properties", 267 "--build-properties",
243 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 268 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
244 "--test-type=common_video_unittests", 269 "--test-type=common_video_unittests",
245 "--step-name=common_video_unittests", 270 "--step-name=common_video_unittests",
246 "--builder-name=Win32 Debug", 271 "--builder-name=Win32 Debug",
247 "--slave-name=slavename", 272 "--slave-name=slavename",
248 "--build-number=1337", 273 "--build-number=1337",
249 "--run-python-script", 274 "--run-python-script",
250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
251 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 276 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
252 "[SLAVE_BUILD]\\src\\out\\Debug\\common_video_unittests", 277 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\common_video_unittests",
253 "--" 278 "--"
254 ], 279 ],
255 "name": "common_video_unittests" 280 "name": "common_video_unittests"
256 }, 281 },
257 { 282 {
258 "cmd": [ 283 "cmd": [
259 "python", 284 "python",
260 "-u", 285 "-u",
261 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 286 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
262 "--target", 287 "--target",
263 "Debug", 288 "Debug",
264 "--factory-properties", 289 "--factory-properties",
265 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 290 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
266 "--build-properties", 291 "--build-properties",
267 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 292 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
268 "--test-type=modules_tests", 293 "--test-type=modules_tests",
269 "--step-name=modules_tests", 294 "--step-name=modules_tests",
270 "--builder-name=Win32 Debug", 295 "--builder-name=Win32 Debug",
271 "--slave-name=slavename", 296 "--slave-name=slavename",
272 "--build-number=1337", 297 "--build-number=1337",
273 "--run-python-script", 298 "--run-python-script",
274 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 299 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
275 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 300 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
276 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_tests", 301 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\modules_tests",
277 "--" 302 "--"
278 ], 303 ],
279 "name": "modules_tests" 304 "name": "modules_tests"
280 }, 305 },
281 { 306 {
282 "cmd": [ 307 "cmd": [
283 "python", 308 "python",
284 "-u", 309 "-u",
285 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 310 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
286 "--target", 311 "--target",
287 "Debug", 312 "Debug",
288 "--factory-properties", 313 "--factory-properties",
289 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 314 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
290 "--build-properties", 315 "--build-properties",
291 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 316 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
292 "--test-type=modules_unittests", 317 "--test-type=modules_unittests",
293 "--step-name=modules_unittests", 318 "--step-name=modules_unittests",
294 "--builder-name=Win32 Debug", 319 "--builder-name=Win32 Debug",
295 "--slave-name=slavename", 320 "--slave-name=slavename",
296 "--build-number=1337", 321 "--build-number=1337",
297 "--run-python-script", 322 "--run-python-script",
298 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 323 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
299 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 324 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
300 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_unittests", 325 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\modules_unittests",
301 "--" 326 "--"
302 ], 327 ],
303 "name": "modules_unittests" 328 "name": "modules_unittests"
304 }, 329 },
305 { 330 {
306 "cmd": [ 331 "cmd": [
307 "python", 332 "python",
308 "-u", 333 "-u",
309 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 334 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
310 "--target", 335 "--target",
311 "Debug", 336 "Debug",
312 "--factory-properties", 337 "--factory-properties",
313 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 338 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
314 "--build-properties", 339 "--build-properties",
315 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 340 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
316 "--test-type=peerconnection_unittests", 341 "--test-type=peerconnection_unittests",
317 "--step-name=peerconnection_unittests", 342 "--step-name=peerconnection_unittests",
318 "--builder-name=Win32 Debug", 343 "--builder-name=Win32 Debug",
319 "--slave-name=slavename", 344 "--slave-name=slavename",
320 "--build-number=1337", 345 "--build-number=1337",
321 "--run-python-script", 346 "--run-python-script",
322 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 347 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
323 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 348 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
324 "[SLAVE_BUILD]\\src\\out\\Debug\\peerconnection_unittests", 349 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\peerconnection_unittests",
325 "--" 350 "--"
326 ], 351 ],
327 "name": "peerconnection_unittests" 352 "name": "peerconnection_unittests"
328 }, 353 },
329 { 354 {
330 "cmd": [ 355 "cmd": [
331 "python", 356 "python",
332 "-u", 357 "-u",
333 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 358 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
334 "--target", 359 "--target",
335 "Debug", 360 "Debug",
336 "--factory-properties", 361 "--factory-properties",
337 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 362 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
338 "--build-properties", 363 "--build-properties",
339 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 364 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
340 "--test-type=rtc_media_unittests", 365 "--test-type=rtc_media_unittests",
341 "--step-name=rtc_media_unittests", 366 "--step-name=rtc_media_unittests",
342 "--builder-name=Win32 Debug", 367 "--builder-name=Win32 Debug",
343 "--slave-name=slavename", 368 "--slave-name=slavename",
344 "--build-number=1337", 369 "--build-number=1337",
345 "--run-python-script", 370 "--run-python-script",
346 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 371 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
347 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 372 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
348 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_media_unittests", 373 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\rtc_media_unittests",
349 "--" 374 "--"
350 ], 375 ],
351 "name": "rtc_media_unittests" 376 "name": "rtc_media_unittests"
352 }, 377 },
353 { 378 {
354 "cmd": [ 379 "cmd": [
355 "python", 380 "python",
356 "-u", 381 "-u",
357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 382 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
358 "--target", 383 "--target",
359 "Debug", 384 "Debug",
360 "--factory-properties", 385 "--factory-properties",
361 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 386 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
362 "--build-properties", 387 "--build-properties",
363 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 388 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
364 "--test-type=rtc_pc_unittests", 389 "--test-type=rtc_pc_unittests",
365 "--step-name=rtc_pc_unittests", 390 "--step-name=rtc_pc_unittests",
366 "--builder-name=Win32 Debug", 391 "--builder-name=Win32 Debug",
367 "--slave-name=slavename", 392 "--slave-name=slavename",
368 "--build-number=1337", 393 "--build-number=1337",
369 "--run-python-script", 394 "--run-python-script",
370 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 395 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
371 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 396 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
372 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_pc_unittests", 397 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\rtc_pc_unittests",
373 "--" 398 "--"
374 ], 399 ],
375 "name": "rtc_pc_unittests" 400 "name": "rtc_pc_unittests"
376 }, 401 },
377 { 402 {
378 "cmd": [ 403 "cmd": [
379 "python", 404 "python",
380 "-u", 405 "-u",
381 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 406 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
382 "--target", 407 "--target",
383 "Debug", 408 "Debug",
384 "--factory-properties", 409 "--factory-properties",
385 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 410 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
386 "--build-properties", 411 "--build-properties",
387 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 412 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
388 "--test-type=rtc_unittests", 413 "--test-type=rtc_unittests",
389 "--step-name=rtc_unittests", 414 "--step-name=rtc_unittests",
390 "--builder-name=Win32 Debug", 415 "--builder-name=Win32 Debug",
391 "--slave-name=slavename", 416 "--slave-name=slavename",
392 "--build-number=1337", 417 "--build-number=1337",
393 "--run-python-script", 418 "--run-python-script",
394 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 419 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
395 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 420 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
396 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_unittests", 421 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\rtc_unittests",
397 "--" 422 "--"
398 ], 423 ],
399 "name": "rtc_unittests" 424 "name": "rtc_unittests"
400 }, 425 },
401 { 426 {
402 "cmd": [ 427 "cmd": [
403 "python", 428 "python",
404 "-u", 429 "-u",
405 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 430 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
406 "--target", 431 "--target",
407 "Debug", 432 "Debug",
408 "--factory-properties", 433 "--factory-properties",
409 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 434 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
410 "--build-properties", 435 "--build-properties",
411 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 436 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
412 "--test-type=system_wrappers_unittests", 437 "--test-type=system_wrappers_unittests",
413 "--step-name=system_wrappers_unittests", 438 "--step-name=system_wrappers_unittests",
414 "--builder-name=Win32 Debug", 439 "--builder-name=Win32 Debug",
415 "--slave-name=slavename", 440 "--slave-name=slavename",
416 "--build-number=1337", 441 "--build-number=1337",
417 "--run-python-script", 442 "--run-python-script",
418 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 443 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
419 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 444 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
420 "[SLAVE_BUILD]\\src\\out\\Debug\\system_wrappers_unittests", 445 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\system_wrappers_unittests" ,
421 "--" 446 "--"
422 ], 447 ],
423 "name": "system_wrappers_unittests" 448 "name": "system_wrappers_unittests"
424 }, 449 },
425 { 450 {
426 "cmd": [ 451 "cmd": [
427 "python", 452 "python",
428 "-u", 453 "-u",
429 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 454 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
430 "--target", 455 "--target",
431 "Debug", 456 "Debug",
432 "--factory-properties", 457 "--factory-properties",
433 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 458 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
434 "--build-properties", 459 "--build-properties",
435 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 460 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
436 "--test-type=test_support_unittests", 461 "--test-type=test_support_unittests",
437 "--step-name=test_support_unittests", 462 "--step-name=test_support_unittests",
438 "--builder-name=Win32 Debug", 463 "--builder-name=Win32 Debug",
439 "--slave-name=slavename", 464 "--slave-name=slavename",
440 "--build-number=1337", 465 "--build-number=1337",
441 "--run-python-script", 466 "--run-python-script",
442 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 467 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
443 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 468 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
444 "[SLAVE_BUILD]\\src\\out\\Debug\\test_support_unittests", 469 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\test_support_unittests",
445 "--" 470 "--"
446 ], 471 ],
447 "name": "test_support_unittests" 472 "name": "test_support_unittests"
448 }, 473 },
449 { 474 {
450 "cmd": [ 475 "cmd": [
451 "python", 476 "python",
452 "-u", 477 "-u",
453 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 478 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
454 "--target", 479 "--target",
455 "Debug", 480 "Debug",
456 "--factory-properties", 481 "--factory-properties",
457 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 482 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
458 "--build-properties", 483 "--build-properties",
459 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 484 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
460 "--test-type=tools_unittests", 485 "--test-type=tools_unittests",
461 "--step-name=tools_unittests", 486 "--step-name=tools_unittests",
462 "--builder-name=Win32 Debug", 487 "--builder-name=Win32 Debug",
463 "--slave-name=slavename", 488 "--slave-name=slavename",
464 "--build-number=1337", 489 "--build-number=1337",
465 "--run-python-script", 490 "--run-python-script",
466 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 491 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
467 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 492 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
468 "[SLAVE_BUILD]\\src\\out\\Debug\\tools_unittests", 493 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\tools_unittests",
469 "--" 494 "--"
470 ], 495 ],
471 "name": "tools_unittests" 496 "name": "tools_unittests"
472 }, 497 },
473 { 498 {
474 "cmd": [ 499 "cmd": [
475 "python", 500 "python",
476 "-u", 501 "-u",
477 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 502 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
478 "--target", 503 "--target",
479 "Debug", 504 "Debug",
480 "--factory-properties", 505 "--factory-properties",
481 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 506 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
482 "--build-properties", 507 "--build-properties",
483 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 508 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
484 "--test-type=video_engine_tests", 509 "--test-type=video_engine_tests",
485 "--step-name=video_engine_tests", 510 "--step-name=video_engine_tests",
486 "--builder-name=Win32 Debug", 511 "--builder-name=Win32 Debug",
487 "--slave-name=slavename", 512 "--slave-name=slavename",
488 "--build-number=1337", 513 "--build-number=1337",
489 "--run-python-script", 514 "--run-python-script",
490 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 515 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
491 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 516 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
492 "[SLAVE_BUILD]\\src\\out\\Debug\\video_engine_tests", 517 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\video_engine_tests",
493 "--" 518 "--"
494 ], 519 ],
495 "name": "video_engine_tests" 520 "name": "video_engine_tests"
496 }, 521 },
497 { 522 {
498 "cmd": [ 523 "cmd": [
499 "python", 524 "python",
500 "-u", 525 "-u",
501 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 526 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
502 "--target", 527 "--target",
503 "Debug", 528 "Debug",
504 "--factory-properties", 529 "--factory-properties",
505 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 530 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
506 "--build-properties", 531 "--build-properties",
507 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 532 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
508 "--test-type=voice_engine_unittests", 533 "--test-type=voice_engine_unittests",
509 "--step-name=voice_engine_unittests", 534 "--step-name=voice_engine_unittests",
510 "--builder-name=Win32 Debug", 535 "--builder-name=Win32 Debug",
511 "--slave-name=slavename", 536 "--slave-name=slavename",
512 "--build-number=1337", 537 "--build-number=1337",
513 "--run-python-script", 538 "--run-python-script",
514 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 539 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
515 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 540 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
516 "[SLAVE_BUILD]\\src\\out\\Debug\\voice_engine_unittests", 541 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\voice_engine_unittests",
517 "--" 542 "--"
518 ], 543 ],
519 "name": "voice_engine_unittests" 544 "name": "voice_engine_unittests"
520 }, 545 },
521 { 546 {
522 "cmd": [ 547 "cmd": [
523 "python", 548 "python",
524 "-u", 549 "-u",
525 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 550 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
526 "--target", 551 "--target",
527 "Debug", 552 "Debug",
528 "--factory-properties", 553 "--factory-properties",
529 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 554 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
530 "--build-properties", 555 "--build-properties",
531 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 556 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
532 "--test-type=xmllite_xmpp_unittests", 557 "--test-type=xmllite_xmpp_unittests",
533 "--step-name=xmllite_xmpp_unittests", 558 "--step-name=xmllite_xmpp_unittests",
534 "--builder-name=Win32 Debug", 559 "--builder-name=Win32 Debug",
535 "--slave-name=slavename", 560 "--slave-name=slavename",
536 "--build-number=1337", 561 "--build-number=1337",
537 "--run-python-script", 562 "--run-python-script",
538 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 563 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
539 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 564 "[BUILDER_CACHE]\\Win32_Debug\\src\\third_party\\gtest-parallel\\gtest-par allel",
540 "[SLAVE_BUILD]\\src\\out\\Debug\\xmllite_xmpp_unittests", 565 "[BUILDER_CACHE]\\Win32_Debug\\src\\out\\Debug\\xmllite_xmpp_unittests",
541 "--" 566 "--"
542 ], 567 ],
543 "name": "xmllite_xmpp_unittests" 568 "name": "xmllite_xmpp_unittests"
544 }, 569 },
545 { 570 {
546 "allow_subannotations": true, 571 "allow_subannotations": true,
547 "cmd": [ 572 "cmd": [
548 "python", 573 "python",
549 "-u", 574 "-u",
550 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 575 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
551 "--target", 576 "--target",
552 "Debug", 577 "Debug",
553 "--factory-properties", 578 "--factory-properties",
554 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 579 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
555 "--build-properties", 580 "--build-properties",
556 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 581 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
557 "--annotate=gtest", 582 "--annotate=gtest",
558 "--test-type=webrtc_nonparallel_tests", 583 "--test-type=webrtc_nonparallel_tests",
559 "--step-name=webrtc_nonparallel_tests", 584 "--step-name=webrtc_nonparallel_tests",
560 "--generate-json-file", 585 "--generate-json-file",
561 "-o", 586 "-o",
562 "gtest-results/webrtc_nonparallel_tests.exe", 587 "gtest-results/webrtc_nonparallel_tests.exe",
563 "--builder-name=Win32 Debug", 588 "--builder-name=Win32 Debug",
564 "--slave-name=slavename", 589 "--slave-name=slavename",
565 "--build-number=1337", 590 "--build-number=1337",
566 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 591 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
567 "webrtc_nonparallel_tests.exe" 592 "webrtc_nonparallel_tests.exe"
568 ], 593 ],
569 "name": "webrtc_nonparallel_tests" 594 "name": "webrtc_nonparallel_tests"
570 }, 595 },
571 { 596 {
572 "name": "$result", 597 "name": "$result",
573 "recipe_result": null, 598 "recipe_result": null,
574 "status_code": 0 599 "status_code": 0
575 } 600 }
576 ] 601 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698