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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2087853002: Revert of Add Swarming task for downloading Android SDK on Skia bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@", 395 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@",
396 "@@@STEP_LOG_LINE@json.output@}@@@", 396 "@@@STEP_LOG_LINE@json.output@}@@@",
397 "@@@STEP_LOG_END@json.output@@@", 397 "@@@STEP_LOG_END@json.output@@@",
398 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@" 398 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@"
399 ] 399 ]
400 }, 400 },
401 { 401 {
402 "cmd": [ 402 "cmd": [
403 "python", 403 "python",
404 "-u", 404 "-u",
405 "\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",
406 "[SLAVE_BUILD]/swarming_temp_dir",
407 "511"
408 ],
409 "name": "makedirs swarming tmp dir (2)",
410 "~followup_annotations": [
411 "@@@STEP_LOG_LINE@python.inline@@@@",
412 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
413 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
414 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
415 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
416 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
417 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
418 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
419 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
420 "@@@STEP_LOG_END@python.inline@@@"
421 ]
422 },
423 {
424 "cmd": [
425 "python",
426 "-u",
427 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
428 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl ave/recipes/skia/gsutil.isolate\", \n \"--isolated\", \n \"[SLAVE_ BUILD]/swarming_temp_dir/skia-task-isolate_gsutil.isolated\", \n \"--conf ig-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\": \"[B UILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}",
429 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
430 ],
431 "name": "Write isolate_gsutil.isolated.gen.json"
432 },
433 {
434 "cmd": [
435 "python",
436 "-u",
437 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
438 "[SLAVE_BUILD]/swarming.client",
439 "batcharchive",
440 "--dump-json",
441 "/path/to/tmp/json",
442 "--isolate-server",
443 "https://isolateserver.appspot.com",
444 "--verbose",
445 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
446 ],
447 "name": "isolate tests (2)",
448 "~followup_annotations": [
449 "@@@STEP_LOG_LINE@json.output@{@@@",
450 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol ate_gsutil]\"@@@",
451 "@@@STEP_LOG_LINE@json.output@}@@@",
452 "@@@STEP_LOG_END@json.output@@@",
453 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for isolate_gsutil]\"}@@@"
454 ]
455 },
456 {
457 "cmd": [
458 "python",
459 "-u",
460 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 405 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
461 "/path/to/tmp/json", 406 "/path/to/tmp/json",
462 "Build-Ubuntu-GCC-x86_64-Debug-MSAN" 407 "Build-Ubuntu-GCC-x86_64-Debug-MSAN"
463 ], 408 ],
464 "cwd": "[SLAVE_BUILD]/skia", 409 "cwd": "[SLAVE_BUILD]/skia",
465 "name": "exec buildbot_spec.py (2)", 410 "name": "exec buildbot_spec.py (2)",
466 "~followup_annotations": [ 411 "~followup_annotations": [
467 "@@@STEP_LOG_LINE@json.output@{@@@", 412 "@@@STEP_LOG_LINE@json.output@{@@@",
468 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 413 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
469 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", 414 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@",
(...skipping 27 matching lines...) Expand all
497 ] 442 ]
498 }, 443 },
499 { 444 {
500 "cmd": [ 445 "cmd": [
501 "python", 446 "python",
502 "-u", 447 "-u",
503 "\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", 448 "\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",
504 "[SLAVE_BUILD]/swarming_temp_dir", 449 "[SLAVE_BUILD]/swarming_temp_dir",
505 "511" 450 "511"
506 ], 451 ],
507 "name": "makedirs swarming tmp dir (3)", 452 "name": "makedirs swarming tmp dir (2)",
508 "~followup_annotations": [ 453 "~followup_annotations": [
509 "@@@STEP_LOG_LINE@python.inline@@@@", 454 "@@@STEP_LOG_LINE@python.inline@@@@",
510 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 455 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
511 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 456 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
512 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 457 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
513 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 458 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
514 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 459 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
515 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 460 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
516 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 461 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
517 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 462 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
535 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 480 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
536 "[SLAVE_BUILD]/swarming.client", 481 "[SLAVE_BUILD]/swarming.client",
537 "batcharchive", 482 "batcharchive",
538 "--dump-json", 483 "--dump-json",
539 "/path/to/tmp/json", 484 "/path/to/tmp/json",
540 "--isolate-server", 485 "--isolate-server",
541 "https://isolateserver.appspot.com", 486 "https://isolateserver.appspot.com",
542 "--verbose", 487 "--verbose",
543 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 488 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
544 ], 489 ],
545 "name": "isolate tests (3)", 490 "name": "isolate tests (2)",
546 "~followup_annotations": [ 491 "~followup_annotations": [
547 "@@@STEP_LOG_LINE@json.output@{@@@", 492 "@@@STEP_LOG_LINE@json.output@{@@@",
548 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 493 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
549 "@@@STEP_LOG_LINE@json.output@}@@@", 494 "@@@STEP_LOG_LINE@json.output@}@@@",
550 "@@@STEP_LOG_END@json.output@@@", 495 "@@@STEP_LOG_END@json.output@@@",
551 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 496 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
552 ] 497 ]
553 }, 498 },
554 { 499 {
555 "cmd": [ 500 "cmd": [
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "name": "Get expected SK_IMAGE_VERSION" 735 "name": "Get expected SK_IMAGE_VERSION"
791 }, 736 },
792 { 737 {
793 "cmd": [ 738 "cmd": [
794 "python", 739 "python",
795 "-u", 740 "-u",
796 "\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", 741 "\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",
797 "[SLAVE_BUILD]/swarming_temp_dir", 742 "[SLAVE_BUILD]/swarming_temp_dir",
798 "511" 743 "511"
799 ], 744 ],
800 "name": "makedirs swarming tmp dir (4)", 745 "name": "makedirs swarming tmp dir (3)",
801 "~followup_annotations": [ 746 "~followup_annotations": [
802 "@@@STEP_LOG_LINE@python.inline@@@@", 747 "@@@STEP_LOG_LINE@python.inline@@@@",
803 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 748 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
804 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 749 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
805 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 750 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
806 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 751 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
807 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 752 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
808 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 753 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
809 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 754 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
810 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 755 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
828 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 773 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
829 "[SLAVE_BUILD]/swarming.client", 774 "[SLAVE_BUILD]/swarming.client",
830 "batcharchive", 775 "batcharchive",
831 "--dump-json", 776 "--dump-json",
832 "/path/to/tmp/json", 777 "/path/to/tmp/json",
833 "--isolate-server", 778 "--isolate-server",
834 "https://isolateserver.appspot.com", 779 "https://isolateserver.appspot.com",
835 "--verbose", 780 "--verbose",
836 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" 781 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json"
837 ], 782 ],
838 "name": "isolate tests (4)", 783 "name": "isolate tests (3)",
839 "~followup_annotations": [ 784 "~followup_annotations": [
840 "@@@STEP_LOG_LINE@json.output@{@@@", 785 "@@@STEP_LOG_LINE@json.output@{@@@",
841 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@", 786 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@",
842 "@@@STEP_LOG_LINE@json.output@}@@@", 787 "@@@STEP_LOG_LINE@json.output@}@@@",
843 "@@@STEP_LOG_END@json.output@@@", 788 "@@@STEP_LOG_END@json.output@@@",
844 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@" 789 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@"
845 ] 790 ]
846 }, 791 },
847 { 792 {
848 "cmd": [ 793 "cmd": [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 ] 909 ]
965 }, 910 },
966 { 911 {
967 "cmd": [ 912 "cmd": [
968 "python", 913 "python",
969 "-u", 914 "-u",
970 "\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", 915 "\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",
971 "[SLAVE_BUILD]/swarming_temp_dir", 916 "[SLAVE_BUILD]/swarming_temp_dir",
972 "511" 917 "511"
973 ], 918 ],
974 "name": "makedirs swarming tmp dir (5)", 919 "name": "makedirs swarming tmp dir (4)",
975 "~followup_annotations": [ 920 "~followup_annotations": [
976 "@@@STEP_LOG_LINE@python.inline@@@@", 921 "@@@STEP_LOG_LINE@python.inline@@@@",
977 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 922 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
978 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 923 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
979 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 924 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
980 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 925 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
981 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 926 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
982 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 927 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
983 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 928 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
984 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 929 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
1002 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 947 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
1003 "[SLAVE_BUILD]/swarming.client", 948 "[SLAVE_BUILD]/swarming.client",
1004 "batcharchive", 949 "batcharchive",
1005 "--dump-json", 950 "--dump-json",
1006 "/path/to/tmp/json", 951 "/path/to/tmp/json",
1007 "--isolate-server", 952 "--isolate-server",
1008 "https://isolateserver.appspot.com", 953 "https://isolateserver.appspot.com",
1009 "--verbose", 954 "--verbose",
1010 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" 955 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json"
1011 ], 956 ],
1012 "name": "isolate tests (5)", 957 "name": "isolate tests (4)",
1013 "~followup_annotations": [ 958 "~followup_annotations": [
1014 "@@@STEP_LOG_LINE@json.output@{@@@", 959 "@@@STEP_LOG_LINE@json.output@{@@@",
1015 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@", 960 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@",
1016 "@@@STEP_LOG_LINE@json.output@}@@@", 961 "@@@STEP_LOG_LINE@json.output@}@@@",
1017 "@@@STEP_LOG_END@json.output@@@", 962 "@@@STEP_LOG_END@json.output@@@",
1018 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@" 963 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@"
1019 ] 964 ]
1020 }, 965 },
1021 { 966 {
1022 "cmd": [ 967 "cmd": [
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 "@@@STEP_LOG_END@json.output@@@", 1243 "@@@STEP_LOG_END@json.output@@@",
1299 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1244 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1300 ] 1245 ]
1301 }, 1246 },
1302 { 1247 {
1303 "name": "$result", 1248 "name": "$result",
1304 "recipe_result": null, 1249 "recipe_result": null,
1305 "status_code": 0 1250 "status_code": 0
1306 } 1251 }
1307 ] 1252 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698