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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win7__32__Tests.json

Issue 1625713002: Infra side changes to add a 32 bit Windows 7 bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: add suppression for new bot Created 4 years, 11 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
11 { 11 {
12 "cmd": [ 12 "cmd": [
13 "python", 13 "python",
14 "-u", 14 "-u",
15 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
16 "--master", 16 "--master",
17 "chromium.win", 17 "chromium.win",
18 "--builder", 18 "--builder",
19 "Win7 Tests (dbg)(1)", 19 "Win7 (32) Tests",
20 "--slave", 20 "--slave",
21 "TestSlavename", 21 "TestSlavename",
22 "--spec", 22 "--spec",
23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
24 "--root", 24 "--root",
25 "src", 25 "src",
26 "--revision_mapping_file", 26 "--revision_mapping_file",
27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
28 "--output_json", 28 "--output_json",
29 "/path/to/tmp/json", 29 "/path/to/tmp/json",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "[DEPOT_TOOLS]\\gclient.py", 121 "[DEPOT_TOOLS]\\gclient.py",
122 "runhooks" 122 "runhooks"
123 ], 123 ],
124 "cwd": "[SLAVE_BUILD]", 124 "cwd": "[SLAVE_BUILD]",
125 "env": { 125 "env": {
126 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" 126 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1"
127 }, 127 },
128 "name": "gclient runhooks" 128 "name": "gclient runhooks"
129 }, 129 },
130 { 130 {
131 "cmd": [ 131 "cmd": [
132 "python", 132 "python",
133 "-u", 133 "-u",
134 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 134 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
135 "--output", 135 "--output",
136 "/path/to/tmp/json", 136 "/path/to/tmp/json",
137 "--", 137 "--",
138 "--build-config-fs", 138 "--build-config-fs",
139 "Debug", 139 "Release",
140 "--use-src-side-runtest-py", 140 "--use-src-side-runtest-py",
141 "--paths", 141 "--paths",
142 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 142 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
143 "--properties", 143 "--properties",
144 "{\"buildername\": \"Win7 Tests (dbg)(1)\", \"buildnumber\": 571, \"master name\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" 144 "{\"buildername\": \"Win7 (32) Tests\", \"buildnumber\": 571, \"mastername \": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}"
145 ], 145 ],
146 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
147 "name": "get compile targets for scripts", 147 "name": "get compile targets for scripts",
148 "~followup_annotations": [ 148 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@json.output@{}@@@", 149 "@@@STEP_LOG_LINE@json.output@{}@@@",
150 "@@@STEP_LOG_END@json.output@@@" 150 "@@@STEP_LOG_END@json.output@@@"
151 ] 151 ]
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
158 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 158 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
159 "/path/to/tmp/json" 159 "/path/to/tmp/json"
160 ], 160 ],
161 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
162 "name": "read test spec", 162 "name": "read test spec",
163 "~followup_annotations": [ 163 "~followup_annotations": [
164 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 164 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
165 "@@@STEP_LOG_LINE@json.output@{@@@", 165 "@@@STEP_LOG_LINE@json.output@{@@@",
166 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (dbg)(1)\": {@@@", 166 "@@@STEP_LOG_LINE@json.output@ \"Win7 (32) Tests\": {@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 167 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
168 "@@@STEP_LOG_LINE@json.output@ {@@@", 168 "@@@STEP_LOG_LINE@json.output@ {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 169 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
170 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 170 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
171 "@@@STEP_LOG_LINE@json.output@ }, @@@", 171 "@@@STEP_LOG_LINE@json.output@ }, @@@",
172 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 172 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
173 "@@@STEP_LOG_LINE@json.output@ }@@@", 173 "@@@STEP_LOG_LINE@json.output@ }@@@",
174 "@@@STEP_LOG_LINE@json.output@ ]@@@", 174 "@@@STEP_LOG_LINE@json.output@ ]@@@",
175 "@@@STEP_LOG_LINE@json.output@ }@@@", 175 "@@@STEP_LOG_LINE@json.output@ }@@@",
176 "@@@STEP_LOG_LINE@json.output@}@@@", 176 "@@@STEP_LOG_LINE@json.output@}@@@",
177 "@@@STEP_LOG_END@json.output@@@" 177 "@@@STEP_LOG_END@json.output@@@"
178 ] 178 ]
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 184 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
185 ], 185 ],
186 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
187 "name": "cleanup_temp" 187 "name": "cleanup_temp"
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 193 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
194 "[SLAVE_BUILD]\\src\\out\\Debug" 194 "[SLAVE_BUILD]\\src\\out\\Release"
195 ], 195 ],
196 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
197 "name": "rmtree build directory", 197 "name": "rmtree build directory",
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@python.inline@@@@", 199 "@@@STEP_LOG_LINE@python.inline@@@@",
200 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 200 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
201 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 201 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
202 "@@@STEP_LOG_LINE@python.inline@@@@", 202 "@@@STEP_LOG_LINE@python.inline@@@@",
203 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 203 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
204 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 204 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
205 "@@@STEP_LOG_END@python.inline@@@" 205 "@@@STEP_LOG_END@python.inline@@@"
206 ] 206 ]
207 }, 207 },
208 { 208 {
209 "cmd": [ 209 "cmd": [
210 "python", 210 "python",
211 "-u", 211 "-u",
212 "[BUILD]\\scripts\\slave\\extract_build.py", 212 "[BUILD]\\scripts\\slave\\extract_build.py",
213 "--target", 213 "--target",
214 "Debug", 214 "Release",
215 "--build-archive-url", 215 "--build-archive-url",
216 "gs://test-domain/test-archive.zip", 216 "gs://test-domain/test-archive.zip",
217 "--master-name", 217 "--master-name",
218 "chromium.win", 218 "chromium.win",
219 "--build-number", 219 "--build-number",
220 "571" 220 "571"
221 ], 221 ],
222 "cwd": "[SLAVE_BUILD]", 222 "cwd": "[SLAVE_BUILD]",
223 "name": "extract build" 223 "name": "extract build"
224 }, 224 },
225 { 225 {
226 "cmd": [ 226 "cmd": [
227 "python", 227 "python",
228 "-u", 228 "-u",
229 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 229 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
230 "--build-dir", 230 "--build-dir",
231 "[SLAVE_BUILD]\\src\\out\\Debug", 231 "[SLAVE_BUILD]\\src\\out\\Release",
232 "--output-json", 232 "--output-json",
233 "/path/to/tmp/json" 233 "/path/to/tmp/json"
234 ], 234 ],
235 "cwd": "[SLAVE_BUILD]", 235 "cwd": "[SLAVE_BUILD]",
236 "name": "find isolated tests", 236 "name": "find isolated tests",
237 "~followup_annotations": [ 237 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output@{@@@", 238 "@@@STEP_LOG_LINE@json.output@{@@@",
239 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 239 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
240 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 240 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
241 "@@@STEP_LOG_LINE@json.output@}@@@", 241 "@@@STEP_LOG_LINE@json.output@}@@@",
242 "@@@STEP_LOG_END@json.output@@@", 242 "@@@STEP_LOG_END@json.output@@@",
243 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 243 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
244 ] 244 ]
245 }, 245 },
246 { 246 {
247 "cmd": [ 247 "cmd": [
248 "python", 248 "python",
249 "-u", 249 "-u",
250 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", 250 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
251 "--target", 251 "--target",
252 "Debug" 252 "Release"
253 ], 253 ],
254 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
255 "name": "start_crash_service" 255 "name": "start_crash_service"
256 }, 256 },
257 { 257 {
258 "cmd": [ 258 "cmd": [
259 "python", 259 "python",
260 "-u", 260 "-u",
261 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 261 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
262 "trigger", 262 "trigger",
263 "--swarming", 263 "--swarming",
264 "https://chromium-swarm.appspot.com", 264 "https://chromium-swarm.appspot.com",
265 "--isolate-server", 265 "--isolate-server",
266 "https://isolateserver.appspot.com", 266 "https://isolateserver.appspot.com",
267 "--priority", 267 "--priority",
268 "25", 268 "25",
269 "--shards", 269 "--shards",
270 "1", 270 "1",
271 "--task-name", 271 "--task-name",
272 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (dbg)(1)/571", 272 "browser_tests/Windows-7-SP1/ffffffffff/Win7 (32) Tests/571",
273 "--dump-json", 273 "--dump-json",
274 "/path/to/tmp/json", 274 "/path/to/tmp/json",
275 "--expiration", 275 "--expiration",
276 "3600", 276 "3600",
277 "--io-timeout", 277 "--io-timeout",
278 "1200", 278 "1200",
279 "--hard-timeout", 279 "--hard-timeout",
280 "3600", 280 "3600",
281 "--dimension", 281 "--dimension",
282 "cpu", 282 "cpu",
283 "x86-64", 283 "x86-32",
284 "--dimension", 284 "--dimension",
285 "gpu", 285 "gpu",
286 "none", 286 "none",
287 "--dimension", 287 "--dimension",
288 "os", 288 "os",
289 "Windows-7-SP1", 289 "Windows-7-SP1",
290 "--dimension", 290 "--dimension",
291 "pool", 291 "pool",
292 "Chrome", 292 "Chrome",
293 "--tag", 293 "--tag",
294 "buildername:Win7 Tests (dbg)(1)", 294 "buildername:Win7 (32) Tests",
295 "--tag", 295 "--tag",
296 "buildnumber:571", 296 "buildnumber:571",
297 "--tag", 297 "--tag",
298 "data:ffffffffffffffffffffffffffffffffffffffff", 298 "data:ffffffffffffffffffffffffffffffffffffffff",
299 "--tag", 299 "--tag",
300 "master:chromium.win", 300 "master:chromium.win",
301 "--tag", 301 "--tag",
302 "name:browser_tests", 302 "name:browser_tests",
303 "--tag", 303 "--tag",
304 "os:Windows-7-SP1", 304 "os:Windows-7-SP1",
305 "--tag", 305 "--tag",
306 "project:chromium", 306 "project:chromium",
307 "--tag", 307 "--tag",
308 "purpose:CI", 308 "purpose:CI",
309 "--tag", 309 "--tag",
310 "purpose:post-commit", 310 "purpose:post-commit",
311 "--tag", 311 "--tag",
312 "slavename:TestSlavename", 312 "slavename:TestSlavename",
313 "--tag", 313 "--tag",
314 "stepname:browser_tests", 314 "stepname:browser_tests",
315 "--idempotent", 315 "--idempotent",
316 "ffffffffffffffffffffffffffffffffffffffff", 316 "ffffffffffffffffffffffffffffffffffffffff",
317 "--", 317 "--",
318 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 318 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
319 ], 319 ],
320 "cwd": "[SLAVE_BUILD]", 320 "cwd": "[SLAVE_BUILD]",
321 "name": "[trigger] browser_tests", 321 "name": "[trigger] browser_tests",
322 "~followup_annotations": [ 322 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@json.output@{@@@", 323 "@@@STEP_LOG_LINE@json.output@{@@@",
324 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-7-SP1/ffffffffff/Win7 Tests (dbg)(1)/571\", @@@", 324 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-7-SP1/ffffffffff/Win7 (32) Tests/571\", @@@",
325 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 325 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
326 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff /Win7 Tests (dbg)(1)/571\": {@@@", 326 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff /Win7 (32) Tests/571\": {@@@",
327 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 327 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
328 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 328 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
329 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 329 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
330 "@@@STEP_LOG_LINE@json.output@ }@@@", 330 "@@@STEP_LOG_LINE@json.output@ }@@@",
331 "@@@STEP_LOG_LINE@json.output@ }@@@", 331 "@@@STEP_LOG_LINE@json.output@ }@@@",
332 "@@@STEP_LOG_LINE@json.output@}@@@", 332 "@@@STEP_LOG_LINE@json.output@}@@@",
333 "@@@STEP_LOG_END@json.output@@@", 333 "@@@STEP_LOG_END@json.output@@@",
334 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 334 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
335 ] 335 ]
336 }, 336 },
(...skipping 10 matching lines...) Expand all
347 "--merged-test-output", 347 "--merged-test-output",
348 "/path/to/tmp/json", 348 "/path/to/tmp/json",
349 "--", 349 "--",
350 "collect", 350 "collect",
351 "--swarming", 351 "--swarming",
352 "https://chromium-swarm.appspot.com", 352 "https://chromium-swarm.appspot.com",
353 "--decorate", 353 "--decorate",
354 "--print-status-updates", 354 "--print-status-updates",
355 "--shards", 355 "--shards",
356 "1", 356 "1",
357 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (dbg)(1)/571" 357 "browser_tests/Windows-7-SP1/ffffffffff/Win7 (32) Tests/571"
358 ], 358 ],
359 "cwd": "[SLAVE_BUILD]", 359 "cwd": "[SLAVE_BUILD]",
360 "name": "browser_tests" 360 "name": "browser_tests"
361 }, 361 },
362 { 362 {
363 "cmd": [ 363 "cmd": [
364 "python", 364 "python",
365 "-u", 365 "-u",
366 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", 366 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py",
367 "--input-gtest-json", 367 "--input-gtest-json",
368 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 368 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
369 "--master-name", 369 "--master-name",
370 "chromium.win", 370 "chromium.win",
371 "--builder-name", 371 "--builder-name",
372 "Win7 Tests (dbg)(1)", 372 "Win7 (32) Tests",
373 "--build-number", 373 "--build-number",
374 "571", 374 "571",
375 "--test-type", 375 "--test-type",
376 "browser_tests", 376 "browser_tests",
377 "--test-results-server", 377 "--test-results-server",
378 "test-results.appspot.com", 378 "test-results.appspot.com",
379 "--chrome-revision", 379 "--chrome-revision",
380 "170242" 380 "170242"
381 ], 381 ],
382 "cwd": "[SLAVE_BUILD]", 382 "cwd": "[SLAVE_BUILD]",
383 "name": "Upload to test-results [browser_tests]" 383 "name": "Upload to test-results [browser_tests]"
384 }, 384 },
385 { 385 {
386 "cmd": [ 386 "cmd": [
387 "python", 387 "python",
388 "-u", 388 "-u",
389 "[BUILD]\\scripts\\slave\\process_dumps.py", 389 "[BUILD]\\scripts\\slave\\process_dumps.py",
390 "--target", 390 "--target",
391 "Debug" 391 "Release"
392 ], 392 ],
393 "cwd": "[SLAVE_BUILD]", 393 "cwd": "[SLAVE_BUILD]",
394 "name": "process_dumps" 394 "name": "process_dumps"
395 }, 395 },
396 { 396 {
397 "name": "$result", 397 "name": "$result",
398 "recipe_result": null, 398 "recipe_result": null,
399 "status_code": 0 399 "status_code": 0
400 } 400 }
401 ] 401 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698