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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "-u", 331 "-u",
332 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 332 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
333 "[BUILDER_CACHE]/ios_simulator_gn/src/testing/buildbot/trybot_analyze_conf ig.json", 333 "[BUILDER_CACHE]/ios_simulator_gn/src/testing/buildbot/trybot_analyze_conf ig.json",
334 "/path/to/tmp/json" 334 "/path/to/tmp/json"
335 ], 335 ],
336 "name": "read filter exclusion spec", 336 "name": "read filter exclusion spec",
337 "~followup_annotations": [ 337 "~followup_annotations": [
338 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 338 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
339 "@@@STEP_LOG_LINE@json.output@{@@@", 339 "@@@STEP_LOG_LINE@json.output@{@@@",
340 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 340 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
341 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 341 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
342 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
343 "@@@STEP_LOG_LINE@json.output@ ]@@@",
342 "@@@STEP_LOG_LINE@json.output@ }, @@@", 344 "@@@STEP_LOG_LINE@json.output@ }, @@@",
343 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 345 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
344 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 346 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
345 "@@@STEP_LOG_LINE@json.output@ }, @@@", 347 "@@@STEP_LOG_LINE@json.output@ }, @@@",
346 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 348 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
347 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 349 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
348 "@@@STEP_LOG_LINE@json.output@ }@@@", 350 "@@@STEP_LOG_LINE@json.output@ }@@@",
349 "@@@STEP_LOG_LINE@json.output@}@@@", 351 "@@@STEP_LOG_LINE@json.output@}@@@",
350 "@@@STEP_LOG_END@json.output@@@" 352 "@@@STEP_LOG_END@json.output@@@"
351 ] 353 ]
352 }, 354 },
353 { 355 {
354 "cmd": [ 356 "cmd": [
355 "python", 357 "python",
356 "-u", 358 "-u",
357 "[BUILDER_CACHE]/ios_simulator_gn/src/tools/mb/mb.py", 359 "import sys; sys.exit(0)"
358 "analyze",
359 "-m",
360 "chromium.mac",
361 "-b",
362 "ios-simulator-gn",
363 "-v",
364 "//out/Release",
365 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\ "foo.cc\"], \"test_targets\": [\"fake tests\"]}",
366 "/path/to/tmp/json"
367 ], 360 ],
368 "env": {
369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
370 },
371 "name": "analyze", 361 "name": "analyze",
372 "~followup_annotations": [ 362 "~followup_annotations": [
373 "@@@STEP_TEXT@No compile necessary@@@", 363 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
374 "@@@STEP_LOG_LINE@json.output@{@@@", 364 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
375 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 365 "@@@STEP_LOG_END@excluded_files@@@",
376 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
377 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
378 "@@@STEP_LOG_LINE@json.output@}@@@",
379 "@@@STEP_LOG_END@json.output@@@",
380 "@@@STEP_LOG_LINE@analyze_details@{@@@", 366 "@@@STEP_LOG_LINE@analyze_details@{@@@",
381 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 367 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
382 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 368 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
383 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 369 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
384 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 370 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
385 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 371 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
386 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 372 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
387 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 373 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
374 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
375 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
376 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
377 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
378 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
379 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
380 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
381 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
388 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 382 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
389 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 383 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
390 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 384 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
391 "@@@STEP_LOG_LINE@analyze_details@}@@@", 385 "@@@STEP_LOG_LINE@analyze_details@}@@@",
392 "@@@STEP_LOG_END@analyze_details@@@" 386 "@@@STEP_LOG_END@analyze_details@@@"
393 ] 387 ]
394 }, 388 },
395 { 389 {
390 "allow_subannotations": true,
391 "cmd": [
392 "python",
393 "-u",
394 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
395 "--src-dir",
396 "[BUILDER_CACHE]/ios_simulator_gn/src",
397 "--output-json",
398 "/path/to/tmp/json"
399 ],
400 "env": {
401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
402 },
403 "name": "clang_revision",
404 "~followup_annotations": [
405 "@@@STEP_LOG_LINE@json.output@{@@@",
406 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
407 "@@@STEP_LOG_LINE@json.output@}@@@",
408 "@@@STEP_LOG_END@json.output@@@"
409 ]
410 },
411 {
412 "cmd": [
413 "python",
414 "-u",
415 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
416 "--show-path",
417 "python",
418 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
419 "--gsutil-py-path",
420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
421 "--ninja-path",
422 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
423 "--target",
424 "Debug-iphonesimulator",
425 "--src-dir",
426 "[BUILDER_CACHE]/ios_simulator_gn/src",
427 "--goma-cache-dir",
428 "[GOMA_CACHE]",
429 "--goma-deps-cache-dir",
430 "[GOMA_DEPS_CACHE]",
431 "--compiler",
432 "goma-clang",
433 "--goma-jsonstatus",
434 "/path/to/tmp/json",
435 "--goma-service-account-json-file",
436 "/creds/service_accounts/service-account-goma-client.json",
437 "--goma-dir",
438 "[CACHE]/cipd/goma",
439 "--goma-fail-fast",
440 "--goma-disable-local-fallback",
441 "--",
442 "All",
443 "fake tests"
444 ],
445 "cwd": "[BUILDER_CACHE]/ios_simulator_gn/src/out/Debug-iphonesimulator",
446 "env": {
447 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
448 },
449 "name": "compile",
450 "~followup_annotations": [
451 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
452 "@@@STEP_LOG_END@json.output (invalid)@@@"
453 ]
454 },
455 {
396 "cmd": [], 456 "cmd": [],
397 "name": "[skipped] fake tests (fake device iOS 8.1)", 457 "name": "bootstrap swarming"
398 "~followup_annotations": [ 458 },
399 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 459 {
400 ] 460 "cmd": [
401 }, 461 "python",
402 { 462 "-u",
463 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
464 "--path",
465 "[SLAVE_BUILD]/swarming.client",
466 "--url",
467 "https://chromium.googlesource.com/external/swarming.client.git"
468 ],
469 "name": "bootstrap swarming.git setup (swarming_client)",
470 "~followup_annotations": [
471 "@@@STEP_NEST_LEVEL@1@@@"
472 ]
473 },
474 {
475 "cmd": [
476 "git",
477 "retry",
478 "fetch",
479 "origin",
480 "stable"
481 ],
482 "cwd": "[SLAVE_BUILD]/swarming.client",
483 "env": {
484 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
485 },
486 "name": "bootstrap swarming.git fetch (swarming_client)",
487 "~followup_annotations": [
488 "@@@STEP_NEST_LEVEL@1@@@"
489 ]
490 },
491 {
492 "cmd": [
493 "git",
494 "checkout",
495 "-f",
496 "FETCH_HEAD"
497 ],
498 "cwd": "[SLAVE_BUILD]/swarming.client",
499 "name": "bootstrap swarming.git checkout (swarming_client)",
500 "~followup_annotations": [
501 "@@@STEP_NEST_LEVEL@1@@@"
502 ]
503 },
504 {
505 "cmd": [
506 "git",
507 "rev-parse",
508 "HEAD"
509 ],
510 "cwd": "[SLAVE_BUILD]/swarming.client",
511 "name": "bootstrap swarming.read revision",
512 "stdout": "/path/to/tmp/",
513 "~followup_annotations": [
514 "@@@STEP_NEST_LEVEL@1@@@",
515 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
516 ]
517 },
518 {
519 "cmd": [
520 "git",
521 "clean",
522 "-f",
523 "-d",
524 "-x"
525 ],
526 "cwd": "[SLAVE_BUILD]/swarming.client",
527 "name": "bootstrap swarming.git clean (swarming_client)",
528 "~followup_annotations": [
529 "@@@STEP_NEST_LEVEL@1@@@"
530 ]
531 },
532 {
533 "cmd": [
534 "git",
535 "submodule",
536 "sync"
537 ],
538 "cwd": "[SLAVE_BUILD]/swarming.client",
539 "name": "bootstrap swarming.submodule sync (swarming_client)",
540 "~followup_annotations": [
541 "@@@STEP_NEST_LEVEL@1@@@"
542 ]
543 },
544 {
545 "cmd": [
546 "git",
547 "submodule",
548 "update",
549 "--init",
550 "--recursive"
551 ],
552 "cwd": "[SLAVE_BUILD]/swarming.client",
553 "name": "bootstrap swarming.submodule update (swarming_client)",
554 "~followup_annotations": [
555 "@@@STEP_NEST_LEVEL@1@@@"
556 ]
557 },
558 {
559 "cmd": [
560 "python",
561 "-u",
562 "[SLAVE_BUILD]/swarming.client/swarming.py",
563 "--version"
564 ],
565 "name": "bootstrap swarming.swarming.py --version",
566 "stdout": "/path/to/tmp/",
567 "~followup_annotations": [
568 "@@@STEP_NEST_LEVEL@1@@@",
569 "@@@STEP_TEXT@1.2.3@@@"
570 ]
571 },
572 {
573 "cmd": [],
574 "name": "isolate"
575 },
576 {
577 "cmd": [
578 "python",
579 "-u",
580 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
581 "{\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}",
582 "[SLAVE_BUILD]/template.isolate"
583 ],
584 "name": "isolate.generate template.isolate",
585 "~followup_annotations": [
586 "@@@STEP_NEST_LEVEL@1@@@",
587 "@@@STEP_LOG_LINE@template.isolate@{@@@",
588 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
589 "@@@STEP_LOG_LINE@template.isolate@ [@@@",
590 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
591 "@@@STEP_LOG_LINE@template.isolate@ {@@@",
592 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
593 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
594 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@",
595 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
596 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
597 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
598 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ",
599 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
600 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
601 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
602 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@",
603 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
604 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
605 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
606 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
607 "@@@STEP_LOG_LINE@template.isolate@ ], @@@",
608 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@",
609 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@",
610 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/\", @@@",
611 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\"@@@",
612 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
613 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
614 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
615 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
616 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
617 "@@@STEP_LOG_LINE@template.isolate@}@@@",
618 "@@@STEP_LOG_END@template.isolate@@@"
619 ]
620 },
621 {
622 "cmd": [
623 "python",
624 "-u",
625 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
626 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi mulator/fake tests.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/templat e.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\" , \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesim ulator/fake tests.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
627 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
628 ],
629 "name": "isolate.generate 0.isolate.gen.json",
630 "~followup_annotations": [
631 "@@@STEP_NEST_LEVEL@1@@@",
632 "@@@STEP_TEXT@fake tests (fake device iOS 8.1)@@@",
633 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@",
634 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@",
635 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
636 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@",
637 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@",
638 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
639 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
640 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@",
641 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
642 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@",
643 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@",
644 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@",
645 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\ ", @@@",
646 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@",
647 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol ated\", @@@",
648 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@",
649 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
650 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@",
651 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
652 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@",
653 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@",
654 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
655 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\", @@@",
656 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"8.1\"@@@",
657 "@@@STEP_LOG_LINE@0.isolate.gen.json@ ], @@@",
658 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@",
659 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\": 1@@@",
660 "@@@STEP_LOG_LINE@0.isolate.gen.json@}@@@",
661 "@@@STEP_LOG_END@0.isolate.gen.json@@@"
662 ]
663 },
664 {
665 "cmd": [
666 "[SLAVE_BUILD]/swarming.client/isolate.py",
667 "batcharchive",
668 "--dump-json",
669 "/path/to/tmp/json",
670 "--isolate-server",
671 "https://isolateserver.appspot.com",
672 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
673 ],
674 "name": "isolate.archive",
675 "~followup_annotations": [
676 "@@@STEP_NEST_LEVEL@1@@@",
677 "@@@STEP_LOG_LINE@json.output@{@@@",
678 "@@@STEP_LOG_LINE@json.output@ \"0\": \"fake-hash-0\"@@@",
679 "@@@STEP_LOG_LINE@json.output@}@@@",
680 "@@@STEP_LOG_END@json.output@@@"
681 ]
682 },
683 {
684 "cmd": [],
685 "name": "trigger"
686 },
687 {
688 "cmd": [
689 "python",
690 "-u",
691 "[SLAVE_BUILD]/swarming.client/swarming.py",
692 "trigger",
693 "--swarming",
694 "https://chromium-swarm.appspot.com",
695 "--isolate-server",
696 "https://isolateserver.appspot.com",
697 "--priority",
698 "200",
699 "--shards",
700 "1",
701 "--task-name",
702 "fake tests (fake device iOS 8.1)/Mac/fake-hash-/ios-simulator-gn/0",
703 "--dump-json",
704 "/path/to/tmp/json",
705 "--expiration",
706 "3600",
707 "--io-timeout",
708 "1200",
709 "--hard-timeout",
710 "3600",
711 "--dimension",
712 "os",
713 "Mac",
714 "--dimension",
715 "pool",
716 "Chrome",
717 "--dimension",
718 "xcode_version",
719 "fake xcode version",
720 "--tag",
721 "buildername:ios-simulator-gn",
722 "--tag",
723 "buildnumber:0",
724 "--tag",
725 "data:fake-hash-0",
726 "--tag",
727 "device_type:fake device",
728 "--tag",
729 "ios_version:8.1",
730 "--tag",
731 "master:tryserver.fake",
732 "--tag",
733 "name:fake",
734 "--tag",
735 "os:Mac",
736 "--tag",
737 "platform:simulator",
738 "--tag",
739 "rietveld:fake://rietveld.url/123456/#ps1",
740 "--tag",
741 "slavename:fake-vm",
742 "--tag",
743 "stepname:fake tests (fake device iOS 8.1) on Mac",
744 "--tag",
745 "test:fake tests",
746 "fake-hash-0"
747 ],
748 "name": "trigger.[trigger] fake tests (fake device iOS 8.1) on Mac",
749 "~followup_annotations": [
750 "@@@STEP_NEST_LEVEL@1@@@",
751 "@@@STEP_LOG_LINE@json.output@{@@@",
752 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake tests (fake dev ice iOS 8.1)/Mac/fake-hash-/ios-simulator-gn/0\", @@@",
753 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
754 "@@@STEP_LOG_LINE@json.output@ \"fake tests (fake device iOS 8.1)/Mac/f ake-hash-/ios-simulator-gn/0\": {@@@",
755 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
756 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
757 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
758 "@@@STEP_LOG_LINE@json.output@ }@@@",
759 "@@@STEP_LOG_LINE@json.output@ }@@@",
760 "@@@STEP_LOG_LINE@json.output@}@@@",
761 "@@@STEP_LOG_END@json.output@@@",
762 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
763 ]
764 },
765 {
766 "cmd": [
767 "python",
768 "-u",
769 "[SLAVE_BUILD]/swarming.client/swarming.py",
770 "collect",
771 "--swarming",
772 "https://chromium-swarm.appspot.com",
773 "--decorate",
774 "--print-status-updates",
775 "--json",
776 "{\"base_task_name\": \"fake tests (fake device iOS 8.1)/Mac/fake-hash-/io s-simulator-gn/0\", \"tasks\": {\"fake tests (fake device iOS 8.1)/Mac/fake-hash -/ios-simulator-gn/0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\ ": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
777 "--task-summary-json",
778 "/path/to/tmp/json",
779 "--task-output-dir",
780 "[TMP_BASE]/0_tmp_2"
781 ],
782 "name": "fake tests (fake device iOS 8.1) on Mac",
783 "~followup_annotations": [
784 "@@@STEP_TEXT@swarming pending 71s@@@",
785 "@@@STEP_LOG_LINE@json.output@{@@@",
786 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
787 "@@@STEP_LOG_LINE@json.output@ {@@@",
788 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
789 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
790 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
791 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
792 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
793 "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
794 "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
795 "@@@STEP_LOG_LINE@json.output@ ], @@@",
796 "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
797 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
798 "@@@STEP_LOG_LINE@json.output@ 0@@@",
799 "@@@STEP_LOG_LINE@json.output@ ], @@@",
800 "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
801 "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
802 "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
803 "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
804 "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
805 "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolat eserver.appspot.com\", @@@",
806 "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@ ",
807 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
808 "@@@STEP_LOG_LINE@json.output@ }, @@@",
809 "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00 \", @@@",
810 "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-2 5_01:41:55-os=Windows\", @@@",
811 "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
812 "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\ ", @@@",
813 "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
814 "@@@STEP_LOG_LINE@json.output@ ], @@@",
815 "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11. 123\", @@@",
816 "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
817 "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
818 "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
819 "@@@STEP_LOG_LINE@json.output@ }@@@",
820 "@@@STEP_LOG_LINE@json.output@ ]@@@",
821 "@@@STEP_LOG_LINE@json.output@}@@@",
822 "@@@STEP_LOG_END@json.output@@@",
823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
824 ]
825 },
826 {
403 "name": "$result", 827 "name": "$result",
404 "recipe_result": null, 828 "recipe_result": null,
405 "status_code": 0 829 "status_code": 0
406 } 830 }
407 ] 831 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/gyp_goma.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698