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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/icu_patch.json

Issue 2264223002: Enable swarming for iOS try bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fix Created 4 years, 3 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "-u", 249 "-u",
250 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 250 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
251 "[BUILDER_CACHE]/ios_simulator/src/testing/buildbot/trybot_analyze_config. json", 251 "[BUILDER_CACHE]/ios_simulator/src/testing/buildbot/trybot_analyze_config. json",
252 "/path/to/tmp/json" 252 "/path/to/tmp/json"
253 ], 253 ],
254 "name": "read filter exclusion spec", 254 "name": "read filter exclusion spec",
255 "~followup_annotations": [ 255 "~followup_annotations": [
256 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 256 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
257 "@@@STEP_LOG_LINE@json.output@{@@@", 257 "@@@STEP_LOG_LINE@json.output@{@@@",
258 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 258 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
259 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 259 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
260 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
261 "@@@STEP_LOG_LINE@json.output@ ]@@@",
260 "@@@STEP_LOG_LINE@json.output@ }, @@@", 262 "@@@STEP_LOG_LINE@json.output@ }, @@@",
261 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
262 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
263 "@@@STEP_LOG_LINE@json.output@ }, @@@", 265 "@@@STEP_LOG_LINE@json.output@ }, @@@",
264 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 266 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
265 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 267 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
266 "@@@STEP_LOG_LINE@json.output@ }@@@", 268 "@@@STEP_LOG_LINE@json.output@ }@@@",
267 "@@@STEP_LOG_LINE@json.output@}@@@", 269 "@@@STEP_LOG_LINE@json.output@}@@@",
268 "@@@STEP_LOG_END@json.output@@@" 270 "@@@STEP_LOG_END@json.output@@@"
269 ] 271 ]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 303 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
302 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 304 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
303 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 305 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
304 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 306 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
305 "@@@STEP_LOG_LINE@analyze_details@}@@@", 307 "@@@STEP_LOG_LINE@analyze_details@}@@@",
306 "@@@STEP_LOG_END@analyze_details@@@" 308 "@@@STEP_LOG_END@analyze_details@@@"
307 ] 309 ]
308 }, 310 },
309 { 311 {
310 "cmd": [], 312 "cmd": [],
311 "name": "[skipped] fake tests (fake device iOS 8.1)", 313 "name": "bootstrap swarming"
314 },
315 {
316 "cmd": [
317 "python",
318 "-u",
319 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
320 "--path",
321 "[SLAVE_BUILD]/swarming.client",
322 "--url",
323 "https://chromium.googlesource.com/external/swarming.client.git"
324 ],
325 "name": "bootstrap swarming.git setup (swarming_client)",
312 "~followup_annotations": [ 326 "~followup_annotations": [
327 "@@@STEP_NEST_LEVEL@1@@@"
328 ]
329 },
330 {
331 "cmd": [
332 "git",
333 "retry",
334 "fetch",
335 "origin",
336 "stable"
337 ],
338 "cwd": "[SLAVE_BUILD]/swarming.client",
339 "env": {
340 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
341 },
342 "name": "bootstrap swarming.git fetch (swarming_client)",
343 "~followup_annotations": [
344 "@@@STEP_NEST_LEVEL@1@@@"
345 ]
346 },
347 {
348 "cmd": [
349 "git",
350 "checkout",
351 "-f",
352 "FETCH_HEAD"
353 ],
354 "cwd": "[SLAVE_BUILD]/swarming.client",
355 "name": "bootstrap swarming.git checkout (swarming_client)",
356 "~followup_annotations": [
357 "@@@STEP_NEST_LEVEL@1@@@"
358 ]
359 },
360 {
361 "cmd": [
362 "git",
363 "rev-parse",
364 "HEAD"
365 ],
366 "cwd": "[SLAVE_BUILD]/swarming.client",
367 "name": "bootstrap swarming.read revision",
368 "stdout": "/path/to/tmp/",
369 "~followup_annotations": [
370 "@@@STEP_NEST_LEVEL@1@@@",
371 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
372 ]
373 },
374 {
375 "cmd": [
376 "git",
377 "clean",
378 "-f",
379 "-d",
380 "-x"
381 ],
382 "cwd": "[SLAVE_BUILD]/swarming.client",
383 "name": "bootstrap swarming.git clean (swarming_client)",
384 "~followup_annotations": [
385 "@@@STEP_NEST_LEVEL@1@@@"
386 ]
387 },
388 {
389 "cmd": [
390 "git",
391 "submodule",
392 "sync"
393 ],
394 "cwd": "[SLAVE_BUILD]/swarming.client",
395 "name": "bootstrap swarming.submodule sync (swarming_client)",
396 "~followup_annotations": [
397 "@@@STEP_NEST_LEVEL@1@@@"
398 ]
399 },
400 {
401 "cmd": [
402 "git",
403 "submodule",
404 "update",
405 "--init",
406 "--recursive"
407 ],
408 "cwd": "[SLAVE_BUILD]/swarming.client",
409 "name": "bootstrap swarming.submodule update (swarming_client)",
410 "~followup_annotations": [
411 "@@@STEP_NEST_LEVEL@1@@@"
412 ]
413 },
414 {
415 "cmd": [
416 "python",
417 "-u",
418 "[SLAVE_BUILD]/swarming.client/swarming.py",
419 "--version"
420 ],
421 "name": "bootstrap swarming.swarming.py --version",
422 "stdout": "/path/to/tmp/",
423 "~followup_annotations": [
424 "@@@STEP_NEST_LEVEL@1@@@",
425 "@@@STEP_TEXT@1.2.3@@@"
426 ]
427 },
428 {
429 "cmd": [],
430 "name": "isolate"
431 },
432 {
433 "cmd": [
434 "python",
435 "-u",
436 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
437 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \" --xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\ ", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla tform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_pa th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}",
438 "[SLAVE_BUILD]/template.isolate"
439 ],
440 "name": "isolate.generate template.isolate",
441 "~followup_annotations": [
442 "@@@STEP_NEST_LEVEL@1@@@",
443 "@@@STEP_LOG_LINE@template.isolate@{@@@",
444 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
445 "@@@STEP_LOG_LINE@template.isolate@ [@@@",
446 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
447 "@@@STEP_LOG_LINE@template.isolate@ {@@@",
448 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
449 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
450 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@",
451 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
452 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
453 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
454 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ",
455 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
456 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
457 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
458 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@",
459 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
460 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
461 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
462 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
463 "@@@STEP_LOG_LINE@template.isolate@ ], @@@",
464 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@",
465 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@",
466 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/\", @@@",
467 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\"@@@",
468 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
469 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
470 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
471 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
472 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
473 "@@@STEP_LOG_LINE@template.isolate@}@@@",
474 "@@@STEP_LOG_END@template.isolate@@@"
475 ]
476 },
477 {
478 "cmd": [],
479 "name": "skipped"
480 },
481 {
482 "cmd": [],
483 "name": "skipped.[skipped] fake tests (fake device iOS 8.1)",
484 "~followup_annotations": [
485 "@@@STEP_NEST_LEVEL@1@@@",
313 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 486 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
314 ] 487 ]
315 }, 488 },
316 { 489 {
490 "cmd": [],
491 "name": "trigger"
492 },
493 {
317 "name": "$result", 494 "name": "$result",
318 "recipe_result": null, 495 "recipe_result": null,
319 "status_code": 0 496 "status_code": 0
320 } 497 }
321 ] 498 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gyp_goma.json ('k') | scripts/slave/recipes/ios/try.expected/no_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698