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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

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

Powered by Google App Engine
This is Rietveld 408576698