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/skia/swarm_trigger.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.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-Release-Valgrind" 407 "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
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@ \"most\"@@@", 414 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
(...skipping 26 matching lines...) Expand all
496 ] 441 ]
497 }, 442 },
498 { 443 {
499 "cmd": [ 444 "cmd": [
500 "python", 445 "python",
501 "-u", 446 "-u",
502 "\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", 447 "\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",
503 "[SLAVE_BUILD]/swarming_temp_dir", 448 "[SLAVE_BUILD]/swarming_temp_dir",
504 "511" 449 "511"
505 ], 450 ],
506 "name": "makedirs swarming tmp dir (3)", 451 "name": "makedirs swarming tmp dir (2)",
507 "~followup_annotations": [ 452 "~followup_annotations": [
508 "@@@STEP_LOG_LINE@python.inline@@@@", 453 "@@@STEP_LOG_LINE@python.inline@@@@",
509 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 454 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
510 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 455 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
511 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 456 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
512 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 457 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
513 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 458 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
514 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 459 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
515 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 460 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
516 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 461 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
534 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 479 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
535 "[SLAVE_BUILD]/swarming.client", 480 "[SLAVE_BUILD]/swarming.client",
536 "batcharchive", 481 "batcharchive",
537 "--dump-json", 482 "--dump-json",
538 "/path/to/tmp/json", 483 "/path/to/tmp/json",
539 "--isolate-server", 484 "--isolate-server",
540 "https://isolateserver.appspot.com", 485 "https://isolateserver.appspot.com",
541 "--verbose", 486 "--verbose",
542 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 487 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
543 ], 488 ],
544 "name": "isolate tests (3)", 489 "name": "isolate tests (2)",
545 "~followup_annotations": [ 490 "~followup_annotations": [
546 "@@@STEP_LOG_LINE@json.output@{@@@", 491 "@@@STEP_LOG_LINE@json.output@{@@@",
547 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 492 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
548 "@@@STEP_LOG_LINE@json.output@}@@@", 493 "@@@STEP_LOG_LINE@json.output@}@@@",
549 "@@@STEP_LOG_END@json.output@@@", 494 "@@@STEP_LOG_END@json.output@@@",
550 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 495 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
551 ] 496 ]
552 }, 497 },
553 { 498 {
554 "cmd": [ 499 "cmd": [
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 "name": "Get expected SK_IMAGE_VERSION" 734 "name": "Get expected SK_IMAGE_VERSION"
790 }, 735 },
791 { 736 {
792 "cmd": [ 737 "cmd": [
793 "python", 738 "python",
794 "-u", 739 "-u",
795 "\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", 740 "\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",
796 "[SLAVE_BUILD]/swarming_temp_dir", 741 "[SLAVE_BUILD]/swarming_temp_dir",
797 "511" 742 "511"
798 ], 743 ],
799 "name": "makedirs swarming tmp dir (4)", 744 "name": "makedirs swarming tmp dir (3)",
800 "~followup_annotations": [ 745 "~followup_annotations": [
801 "@@@STEP_LOG_LINE@python.inline@@@@", 746 "@@@STEP_LOG_LINE@python.inline@@@@",
802 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 747 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
803 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 748 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
804 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 749 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
805 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 750 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
806 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 751 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
807 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 752 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
808 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 753 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
809 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 754 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
827 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 772 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
828 "[SLAVE_BUILD]/swarming.client", 773 "[SLAVE_BUILD]/swarming.client",
829 "batcharchive", 774 "batcharchive",
830 "--dump-json", 775 "--dump-json",
831 "/path/to/tmp/json", 776 "/path/to/tmp/json",
832 "--isolate-server", 777 "--isolate-server",
833 "https://isolateserver.appspot.com", 778 "https://isolateserver.appspot.com",
834 "--verbose", 779 "--verbose",
835 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" 780 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json"
836 ], 781 ],
837 "name": "isolate tests (4)", 782 "name": "isolate tests (3)",
838 "~followup_annotations": [ 783 "~followup_annotations": [
839 "@@@STEP_LOG_LINE@json.output@{@@@", 784 "@@@STEP_LOG_LINE@json.output@{@@@",
840 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@", 785 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@",
841 "@@@STEP_LOG_LINE@json.output@}@@@", 786 "@@@STEP_LOG_LINE@json.output@}@@@",
842 "@@@STEP_LOG_END@json.output@@@", 787 "@@@STEP_LOG_END@json.output@@@",
843 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@" 788 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@"
844 ] 789 ]
845 }, 790 },
846 { 791 {
847 "cmd": [ 792 "cmd": [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 ] 905 ]
961 }, 906 },
962 { 907 {
963 "cmd": [ 908 "cmd": [
964 "python", 909 "python",
965 "-u", 910 "-u",
966 "\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", 911 "\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",
967 "[SLAVE_BUILD]/swarming_temp_dir", 912 "[SLAVE_BUILD]/swarming_temp_dir",
968 "511" 913 "511"
969 ], 914 ],
970 "name": "makedirs swarming tmp dir (5)", 915 "name": "makedirs swarming tmp dir (4)",
971 "~followup_annotations": [ 916 "~followup_annotations": [
972 "@@@STEP_LOG_LINE@python.inline@@@@", 917 "@@@STEP_LOG_LINE@python.inline@@@@",
973 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 918 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
974 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 919 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
975 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 920 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
976 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 921 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
977 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 922 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
978 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 923 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
979 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 924 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
980 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 925 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
998 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 943 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
999 "[SLAVE_BUILD]/swarming.client", 944 "[SLAVE_BUILD]/swarming.client",
1000 "batcharchive", 945 "batcharchive",
1001 "--dump-json", 946 "--dump-json",
1002 "/path/to/tmp/json", 947 "/path/to/tmp/json",
1003 "--isolate-server", 948 "--isolate-server",
1004 "https://isolateserver.appspot.com", 949 "https://isolateserver.appspot.com",
1005 "--verbose", 950 "--verbose",
1006 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" 951 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json"
1007 ], 952 ],
1008 "name": "isolate tests (5)", 953 "name": "isolate tests (4)",
1009 "~followup_annotations": [ 954 "~followup_annotations": [
1010 "@@@STEP_LOG_LINE@json.output@{@@@", 955 "@@@STEP_LOG_LINE@json.output@{@@@",
1011 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@", 956 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@",
1012 "@@@STEP_LOG_LINE@json.output@}@@@", 957 "@@@STEP_LOG_LINE@json.output@}@@@",
1013 "@@@STEP_LOG_END@json.output@@@", 958 "@@@STEP_LOG_END@json.output@@@",
1014 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@" 959 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@"
1015 ] 960 ]
1016 }, 961 },
1017 { 962 {
1018 "cmd": [ 963 "cmd": [
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 "@@@STEP_LOG_END@json.output@@@", 1236 "@@@STEP_LOG_END@json.output@@@",
1292 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1237 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1293 ] 1238 ]
1294 }, 1239 },
1295 { 1240 {
1296 "name": "$result", 1241 "name": "$result",
1297 "recipe_result": null, 1242 "recipe_result": null,
1298 "status_code": 0 1243 "status_code": 0
1299 } 1244 }
1300 ] 1245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698