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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_forced.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]/Linux64_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 "Linux64 Debug", 32 "Linux64 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@HEAD", 46 "src@HEAD",
25 "--output_manifest" 47 "--output_manifest"
26 ], 48 ],
49 "cwd": "[BUILDER_CACHE]/Linux64_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\": \"HEAD\"@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...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]/Linux64_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]/Linux64_Debug/src",
140 "env": { 163 "env": {
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
142 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1", 165 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 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", 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
159 "--target", 182 "--target",
160 "Debug", 183 "Debug",
161 "--src-dir", 184 "--src-dir",
162 "[SLAVE_BUILD]/src", 185 "[BUILDER_CACHE]/Linux64_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 "/creds/service_accounts/service-account-goma-client.json", 195 "/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": "/creds/service_accounts/service-account -goma-client.json" 202 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -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 "--xvfb", 217 "--xvfb",
193 "--factory-properties", 218 "--factory-properties",
194 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 219 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
195 "--build-properties", 220 "--build-properties",
196 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 221 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
197 "--test-type=audio_decoder_unittests", 222 "--test-type=audio_decoder_unittests",
198 "--step-name=audio_decoder_unittests", 223 "--step-name=audio_decoder_unittests",
199 "--builder-name=Linux64 Debug", 224 "--builder-name=Linux64 Debug",
200 "--slave-name=slavename", 225 "--slave-name=slavename",
201 "--build-number=1337", 226 "--build-number=1337",
202 "--run-python-script", 227 "--run-python-script",
203 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 228 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
204 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 229 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
205 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests", 230 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/audio_decoder_unittests",
206 "--" 231 "--"
207 ], 232 ],
208 "name": "audio_decoder_unittests" 233 "name": "audio_decoder_unittests"
209 }, 234 },
210 { 235 {
211 "cmd": [ 236 "cmd": [
212 "python", 237 "python",
213 "-u", 238 "-u",
214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
215 "--target", 240 "--target",
216 "Debug", 241 "Debug",
217 "--xvfb", 242 "--xvfb",
218 "--factory-properties", 243 "--factory-properties",
219 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 244 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
220 "--build-properties", 245 "--build-properties",
221 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 246 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
222 "--test-type=common_audio_unittests", 247 "--test-type=common_audio_unittests",
223 "--step-name=common_audio_unittests", 248 "--step-name=common_audio_unittests",
224 "--builder-name=Linux64 Debug", 249 "--builder-name=Linux64 Debug",
225 "--slave-name=slavename", 250 "--slave-name=slavename",
226 "--build-number=1337", 251 "--build-number=1337",
227 "--run-python-script", 252 "--run-python-script",
228 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 253 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
229 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 254 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
230 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests", 255 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/common_audio_unittests",
231 "--" 256 "--"
232 ], 257 ],
233 "name": "common_audio_unittests" 258 "name": "common_audio_unittests"
234 }, 259 },
235 { 260 {
236 "cmd": [ 261 "cmd": [
237 "python", 262 "python",
238 "-u", 263 "-u",
239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
240 "--target", 265 "--target",
241 "Debug", 266 "Debug",
242 "--xvfb", 267 "--xvfb",
243 "--factory-properties", 268 "--factory-properties",
244 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 269 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
245 "--build-properties", 270 "--build-properties",
246 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 271 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
247 "--test-type=common_video_unittests", 272 "--test-type=common_video_unittests",
248 "--step-name=common_video_unittests", 273 "--step-name=common_video_unittests",
249 "--builder-name=Linux64 Debug", 274 "--builder-name=Linux64 Debug",
250 "--slave-name=slavename", 275 "--slave-name=slavename",
251 "--build-number=1337", 276 "--build-number=1337",
252 "--run-python-script", 277 "--run-python-script",
253 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 278 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
254 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 279 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
255 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests", 280 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/common_video_unittests",
256 "--" 281 "--"
257 ], 282 ],
258 "name": "common_video_unittests" 283 "name": "common_video_unittests"
259 }, 284 },
260 { 285 {
261 "cmd": [ 286 "cmd": [
262 "python", 287 "python",
263 "-u", 288 "-u",
264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
265 "--target", 290 "--target",
266 "Debug", 291 "Debug",
267 "--xvfb", 292 "--xvfb",
268 "--factory-properties", 293 "--factory-properties",
269 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 294 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
270 "--build-properties", 295 "--build-properties",
271 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 296 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
272 "--test-type=modules_tests", 297 "--test-type=modules_tests",
273 "--step-name=modules_tests", 298 "--step-name=modules_tests",
274 "--builder-name=Linux64 Debug", 299 "--builder-name=Linux64 Debug",
275 "--slave-name=slavename", 300 "--slave-name=slavename",
276 "--build-number=1337", 301 "--build-number=1337",
277 "--run-python-script", 302 "--run-python-script",
278 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 303 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
279 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 304 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
280 "[SLAVE_BUILD]/src/out/Debug/modules_tests", 305 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/modules_tests",
281 "--" 306 "--"
282 ], 307 ],
283 "name": "modules_tests" 308 "name": "modules_tests"
284 }, 309 },
285 { 310 {
286 "cmd": [ 311 "cmd": [
287 "python", 312 "python",
288 "-u", 313 "-u",
289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
290 "--target", 315 "--target",
291 "Debug", 316 "Debug",
292 "--xvfb", 317 "--xvfb",
293 "--factory-properties", 318 "--factory-properties",
294 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 319 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
295 "--build-properties", 320 "--build-properties",
296 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 321 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
297 "--test-type=modules_unittests", 322 "--test-type=modules_unittests",
298 "--step-name=modules_unittests", 323 "--step-name=modules_unittests",
299 "--builder-name=Linux64 Debug", 324 "--builder-name=Linux64 Debug",
300 "--slave-name=slavename", 325 "--slave-name=slavename",
301 "--build-number=1337", 326 "--build-number=1337",
302 "--run-python-script", 327 "--run-python-script",
303 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 328 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
304 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 329 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
305 "[SLAVE_BUILD]/src/out/Debug/modules_unittests", 330 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/modules_unittests",
306 "--" 331 "--"
307 ], 332 ],
308 "name": "modules_unittests" 333 "name": "modules_unittests"
309 }, 334 },
310 { 335 {
311 "cmd": [ 336 "cmd": [
312 "python", 337 "python",
313 "-u", 338 "-u",
314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
315 "--target", 340 "--target",
316 "Debug", 341 "Debug",
317 "--xvfb", 342 "--xvfb",
318 "--factory-properties", 343 "--factory-properties",
319 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 344 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
320 "--build-properties", 345 "--build-properties",
321 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 346 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
322 "--test-type=peerconnection_unittests", 347 "--test-type=peerconnection_unittests",
323 "--step-name=peerconnection_unittests", 348 "--step-name=peerconnection_unittests",
324 "--builder-name=Linux64 Debug", 349 "--builder-name=Linux64 Debug",
325 "--slave-name=slavename", 350 "--slave-name=slavename",
326 "--build-number=1337", 351 "--build-number=1337",
327 "--run-python-script", 352 "--run-python-script",
328 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 353 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
329 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 354 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
330 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests", 355 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/peerconnection_unittests",
331 "--" 356 "--"
332 ], 357 ],
333 "name": "peerconnection_unittests" 358 "name": "peerconnection_unittests"
334 }, 359 },
335 { 360 {
336 "cmd": [ 361 "cmd": [
337 "python", 362 "python",
338 "-u", 363 "-u",
339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 364 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
340 "--target", 365 "--target",
341 "Debug", 366 "Debug",
342 "--xvfb", 367 "--xvfb",
343 "--factory-properties", 368 "--factory-properties",
344 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 369 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
345 "--build-properties", 370 "--build-properties",
346 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 371 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
347 "--test-type=rtc_media_unittests", 372 "--test-type=rtc_media_unittests",
348 "--step-name=rtc_media_unittests", 373 "--step-name=rtc_media_unittests",
349 "--builder-name=Linux64 Debug", 374 "--builder-name=Linux64 Debug",
350 "--slave-name=slavename", 375 "--slave-name=slavename",
351 "--build-number=1337", 376 "--build-number=1337",
352 "--run-python-script", 377 "--run-python-script",
353 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 378 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
354 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 379 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
355 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests", 380 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/rtc_media_unittests",
356 "--" 381 "--"
357 ], 382 ],
358 "name": "rtc_media_unittests" 383 "name": "rtc_media_unittests"
359 }, 384 },
360 { 385 {
361 "cmd": [ 386 "cmd": [
362 "python", 387 "python",
363 "-u", 388 "-u",
364 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 389 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
365 "--target", 390 "--target",
366 "Debug", 391 "Debug",
367 "--xvfb", 392 "--xvfb",
368 "--factory-properties", 393 "--factory-properties",
369 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 394 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
370 "--build-properties", 395 "--build-properties",
371 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 396 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
372 "--test-type=rtc_pc_unittests", 397 "--test-type=rtc_pc_unittests",
373 "--step-name=rtc_pc_unittests", 398 "--step-name=rtc_pc_unittests",
374 "--builder-name=Linux64 Debug", 399 "--builder-name=Linux64 Debug",
375 "--slave-name=slavename", 400 "--slave-name=slavename",
376 "--build-number=1337", 401 "--build-number=1337",
377 "--run-python-script", 402 "--run-python-script",
378 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 403 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
379 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 404 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
380 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests", 405 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/rtc_pc_unittests",
381 "--" 406 "--"
382 ], 407 ],
383 "name": "rtc_pc_unittests" 408 "name": "rtc_pc_unittests"
384 }, 409 },
385 { 410 {
386 "cmd": [ 411 "cmd": [
387 "python", 412 "python",
388 "-u", 413 "-u",
389 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 414 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
390 "--target", 415 "--target",
391 "Debug", 416 "Debug",
392 "--xvfb", 417 "--xvfb",
393 "--factory-properties", 418 "--factory-properties",
394 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 419 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
395 "--build-properties", 420 "--build-properties",
396 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 421 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
397 "--test-type=rtc_unittests", 422 "--test-type=rtc_unittests",
398 "--step-name=rtc_unittests", 423 "--step-name=rtc_unittests",
399 "--builder-name=Linux64 Debug", 424 "--builder-name=Linux64 Debug",
400 "--slave-name=slavename", 425 "--slave-name=slavename",
401 "--build-number=1337", 426 "--build-number=1337",
402 "--run-python-script", 427 "--run-python-script",
403 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 428 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
404 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 429 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
405 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests", 430 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/rtc_unittests",
406 "--" 431 "--"
407 ], 432 ],
408 "name": "rtc_unittests" 433 "name": "rtc_unittests"
409 }, 434 },
410 { 435 {
411 "cmd": [ 436 "cmd": [
412 "python", 437 "python",
413 "-u", 438 "-u",
414 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 439 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
415 "--target", 440 "--target",
416 "Debug", 441 "Debug",
417 "--xvfb", 442 "--xvfb",
418 "--factory-properties", 443 "--factory-properties",
419 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 444 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
420 "--build-properties", 445 "--build-properties",
421 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 446 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
422 "--test-type=system_wrappers_unittests", 447 "--test-type=system_wrappers_unittests",
423 "--step-name=system_wrappers_unittests", 448 "--step-name=system_wrappers_unittests",
424 "--builder-name=Linux64 Debug", 449 "--builder-name=Linux64 Debug",
425 "--slave-name=slavename", 450 "--slave-name=slavename",
426 "--build-number=1337", 451 "--build-number=1337",
427 "--run-python-script", 452 "--run-python-script",
428 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 453 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
429 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 454 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
430 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests", 455 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/system_wrappers_unittests",
431 "--" 456 "--"
432 ], 457 ],
433 "name": "system_wrappers_unittests" 458 "name": "system_wrappers_unittests"
434 }, 459 },
435 { 460 {
436 "cmd": [ 461 "cmd": [
437 "python", 462 "python",
438 "-u", 463 "-u",
439 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 464 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
440 "--target", 465 "--target",
441 "Debug", 466 "Debug",
442 "--xvfb", 467 "--xvfb",
443 "--factory-properties", 468 "--factory-properties",
444 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 469 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
445 "--build-properties", 470 "--build-properties",
446 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 471 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
447 "--test-type=test_support_unittests", 472 "--test-type=test_support_unittests",
448 "--step-name=test_support_unittests", 473 "--step-name=test_support_unittests",
449 "--builder-name=Linux64 Debug", 474 "--builder-name=Linux64 Debug",
450 "--slave-name=slavename", 475 "--slave-name=slavename",
451 "--build-number=1337", 476 "--build-number=1337",
452 "--run-python-script", 477 "--run-python-script",
453 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 478 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
454 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 479 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
455 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests", 480 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/test_support_unittests",
456 "--" 481 "--"
457 ], 482 ],
458 "name": "test_support_unittests" 483 "name": "test_support_unittests"
459 }, 484 },
460 { 485 {
461 "cmd": [ 486 "cmd": [
462 "python", 487 "python",
463 "-u", 488 "-u",
464 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 489 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
465 "--target", 490 "--target",
466 "Debug", 491 "Debug",
467 "--xvfb", 492 "--xvfb",
468 "--factory-properties", 493 "--factory-properties",
469 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 494 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
470 "--build-properties", 495 "--build-properties",
471 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 496 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
472 "--test-type=tools_unittests", 497 "--test-type=tools_unittests",
473 "--step-name=tools_unittests", 498 "--step-name=tools_unittests",
474 "--builder-name=Linux64 Debug", 499 "--builder-name=Linux64 Debug",
475 "--slave-name=slavename", 500 "--slave-name=slavename",
476 "--build-number=1337", 501 "--build-number=1337",
477 "--run-python-script", 502 "--run-python-script",
478 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 503 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
479 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 504 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
480 "[SLAVE_BUILD]/src/out/Debug/tools_unittests", 505 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/tools_unittests",
481 "--" 506 "--"
482 ], 507 ],
483 "name": "tools_unittests" 508 "name": "tools_unittests"
484 }, 509 },
485 { 510 {
486 "cmd": [ 511 "cmd": [
487 "python", 512 "python",
488 "-u", 513 "-u",
489 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 514 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
490 "--target", 515 "--target",
491 "Debug", 516 "Debug",
492 "--xvfb", 517 "--xvfb",
493 "--factory-properties", 518 "--factory-properties",
494 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 519 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
495 "--build-properties", 520 "--build-properties",
496 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 521 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
497 "--test-type=video_engine_tests", 522 "--test-type=video_engine_tests",
498 "--step-name=video_engine_tests", 523 "--step-name=video_engine_tests",
499 "--builder-name=Linux64 Debug", 524 "--builder-name=Linux64 Debug",
500 "--slave-name=slavename", 525 "--slave-name=slavename",
501 "--build-number=1337", 526 "--build-number=1337",
502 "--run-python-script", 527 "--run-python-script",
503 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 528 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
504 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 529 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
505 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests", 530 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/video_engine_tests",
506 "--" 531 "--"
507 ], 532 ],
508 "name": "video_engine_tests" 533 "name": "video_engine_tests"
509 }, 534 },
510 { 535 {
511 "cmd": [ 536 "cmd": [
512 "python", 537 "python",
513 "-u", 538 "-u",
514 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 539 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
515 "--target", 540 "--target",
516 "Debug", 541 "Debug",
517 "--xvfb", 542 "--xvfb",
518 "--factory-properties", 543 "--factory-properties",
519 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 544 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
520 "--build-properties", 545 "--build-properties",
521 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 546 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
522 "--test-type=voice_engine_unittests", 547 "--test-type=voice_engine_unittests",
523 "--step-name=voice_engine_unittests", 548 "--step-name=voice_engine_unittests",
524 "--builder-name=Linux64 Debug", 549 "--builder-name=Linux64 Debug",
525 "--slave-name=slavename", 550 "--slave-name=slavename",
526 "--build-number=1337", 551 "--build-number=1337",
527 "--run-python-script", 552 "--run-python-script",
528 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 553 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
529 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 554 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
530 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", 555 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/voice_engine_unittests",
531 "--" 556 "--"
532 ], 557 ],
533 "name": "voice_engine_unittests" 558 "name": "voice_engine_unittests"
534 }, 559 },
535 { 560 {
536 "cmd": [ 561 "cmd": [
537 "python", 562 "python",
538 "-u", 563 "-u",
539 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 564 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
540 "--target", 565 "--target",
541 "Debug", 566 "Debug",
542 "--xvfb", 567 "--xvfb",
543 "--factory-properties", 568 "--factory-properties",
544 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 569 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
545 "--build-properties", 570 "--build-properties",
546 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 571 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
547 "--test-type=xmllite_xmpp_unittests", 572 "--test-type=xmllite_xmpp_unittests",
548 "--step-name=xmllite_xmpp_unittests", 573 "--step-name=xmllite_xmpp_unittests",
549 "--builder-name=Linux64 Debug", 574 "--builder-name=Linux64 Debug",
550 "--slave-name=slavename", 575 "--slave-name=slavename",
551 "--build-number=1337", 576 "--build-number=1337",
552 "--run-python-script", 577 "--run-python-script",
553 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 578 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
554 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 579 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
555 "[SLAVE_BUILD]/src/out/Debug/xmllite_xmpp_unittests", 580 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/xmllite_xmpp_unittests",
556 "--" 581 "--"
557 ], 582 ],
558 "name": "xmllite_xmpp_unittests" 583 "name": "xmllite_xmpp_unittests"
559 }, 584 },
560 { 585 {
561 "allow_subannotations": true, 586 "allow_subannotations": true,
562 "cmd": [ 587 "cmd": [
563 "python", 588 "python",
564 "-u", 589 "-u",
565 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 590 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
566 "--target", 591 "--target",
567 "Debug", 592 "Debug",
568 "--xvfb", 593 "--xvfb",
569 "--factory-properties", 594 "--factory-properties",
570 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 595 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
571 "--build-properties", 596 "--build-properties",
572 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"slavename\": \"slavename\"}", 597 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"slavename\": \"slavename\"}",
573 "--annotate=gtest", 598 "--annotate=gtest",
574 "--test-type=webrtc_nonparallel_tests", 599 "--test-type=webrtc_nonparallel_tests",
575 "--step-name=webrtc_nonparallel_tests", 600 "--step-name=webrtc_nonparallel_tests",
576 "--generate-json-file", 601 "--generate-json-file",
577 "-o", 602 "-o",
578 "gtest-results/webrtc_nonparallel_tests", 603 "gtest-results/webrtc_nonparallel_tests",
579 "--builder-name=Linux64 Debug", 604 "--builder-name=Linux64 Debug",
580 "--slave-name=slavename", 605 "--slave-name=slavename",
581 "--build-number=1337", 606 "--build-number=1337",
582 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 607 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
583 "webrtc_nonparallel_tests" 608 "webrtc_nonparallel_tests"
584 ], 609 ],
585 "name": "webrtc_nonparallel_tests" 610 "name": "webrtc_nonparallel_tests"
586 }, 611 },
587 { 612 {
588 "name": "$result", 613 "name": "$result",
589 "recipe_result": null, 614 "recipe_result": null,
590 "status_code": 0 615 "status_code": 0
591 } 616 }
592 ] 617 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698