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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@", 423 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@",
424 "@@@STEP_LOG_LINE@json.output@}@@@", 424 "@@@STEP_LOG_LINE@json.output@}@@@",
425 "@@@STEP_LOG_END@json.output@@@", 425 "@@@STEP_LOG_END@json.output@@@",
426 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@" 426 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@"
427 ] 427 ]
428 }, 428 },
429 { 429 {
430 "cmd": [ 430 "cmd": [
431 "python", 431 "python",
432 "-u", 432 "-u",
433 "\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",
434 "[SLAVE_BUILD]/swarming_temp_dir",
435 "511"
436 ],
437 "name": "makedirs swarming tmp dir (2)",
438 "~followup_annotations": [
439 "@@@STEP_LOG_LINE@python.inline@@@@",
440 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
441 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
442 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
443 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
444 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
445 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
446 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
447 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
448 "@@@STEP_LOG_END@python.inline@@@"
449 ]
450 },
451 {
452 "cmd": [
453 "python",
454 "-u",
455 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
456 "{\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}",
457 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
458 ],
459 "name": "Write isolate_gsutil.isolated.gen.json"
460 },
461 {
462 "cmd": [
463 "python",
464 "-u",
465 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
466 "[SLAVE_BUILD]/swarming.client",
467 "batcharchive",
468 "--dump-json",
469 "/path/to/tmp/json",
470 "--isolate-server",
471 "https://isolateserver.appspot.com",
472 "--verbose",
473 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
474 ],
475 "name": "isolate tests (2)",
476 "~followup_annotations": [
477 "@@@STEP_LOG_LINE@json.output@{@@@",
478 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol ate_gsutil]\"@@@",
479 "@@@STEP_LOG_LINE@json.output@}@@@",
480 "@@@STEP_LOG_END@json.output@@@",
481 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for isolate_gsutil]\"}@@@"
482 ]
483 },
484 {
485 "cmd": [
486 "python",
487 "-u",
433 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 488 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
434 "/path/to/tmp/json", 489 "/path/to/tmp/json",
435 "Build-Ubuntu-GCC-x86_64-Release-Trybot" 490 "Build-Ubuntu-GCC-x86_64-Release-Trybot"
436 ], 491 ],
437 "cwd": "[SLAVE_BUILD]/skia", 492 "cwd": "[SLAVE_BUILD]/skia",
438 "name": "exec buildbot_spec.py (2)", 493 "name": "exec buildbot_spec.py (2)",
439 "~followup_annotations": [ 494 "~followup_annotations": [
440 "@@@STEP_LOG_LINE@json.output@{@@@", 495 "@@@STEP_LOG_LINE@json.output@{@@@",
441 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 496 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
442 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 497 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
(...skipping 25 matching lines...) Expand all
468 ] 523 ]
469 }, 524 },
470 { 525 {
471 "cmd": [ 526 "cmd": [
472 "python", 527 "python",
473 "-u", 528 "-u",
474 "\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", 529 "\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",
475 "[SLAVE_BUILD]/swarming_temp_dir", 530 "[SLAVE_BUILD]/swarming_temp_dir",
476 "511" 531 "511"
477 ], 532 ],
478 "name": "makedirs swarming tmp dir (2)", 533 "name": "makedirs swarming tmp dir (3)",
479 "~followup_annotations": [ 534 "~followup_annotations": [
480 "@@@STEP_LOG_LINE@python.inline@@@@", 535 "@@@STEP_LOG_LINE@python.inline@@@@",
481 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 536 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
482 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 537 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
483 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 538 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
484 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 539 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
485 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 540 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
486 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 541 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
487 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 542 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
488 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 543 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
506 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 561 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
507 "[SLAVE_BUILD]/swarming.client", 562 "[SLAVE_BUILD]/swarming.client",
508 "batcharchive", 563 "batcharchive",
509 "--dump-json", 564 "--dump-json",
510 "/path/to/tmp/json", 565 "/path/to/tmp/json",
511 "--isolate-server", 566 "--isolate-server",
512 "https://isolateserver.appspot.com", 567 "https://isolateserver.appspot.com",
513 "--verbose", 568 "--verbose",
514 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 569 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
515 ], 570 ],
516 "name": "isolate tests (2)", 571 "name": "isolate tests (3)",
517 "~followup_annotations": [ 572 "~followup_annotations": [
518 "@@@STEP_LOG_LINE@json.output@{@@@", 573 "@@@STEP_LOG_LINE@json.output@{@@@",
519 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 574 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
520 "@@@STEP_LOG_LINE@json.output@}@@@", 575 "@@@STEP_LOG_LINE@json.output@}@@@",
521 "@@@STEP_LOG_END@json.output@@@", 576 "@@@STEP_LOG_END@json.output@@@",
522 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 577 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
523 ] 578 ]
524 }, 579 },
525 { 580 {
526 "cmd": [ 581 "cmd": [
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 "name": "Get expected SK_IMAGE_VERSION" 821 "name": "Get expected SK_IMAGE_VERSION"
767 }, 822 },
768 { 823 {
769 "cmd": [ 824 "cmd": [
770 "python", 825 "python",
771 "-u", 826 "-u",
772 "\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", 827 "\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",
773 "[SLAVE_BUILD]/swarming_temp_dir", 828 "[SLAVE_BUILD]/swarming_temp_dir",
774 "511" 829 "511"
775 ], 830 ],
776 "name": "makedirs swarming tmp dir (3)", 831 "name": "makedirs swarming tmp dir (4)",
777 "~followup_annotations": [ 832 "~followup_annotations": [
778 "@@@STEP_LOG_LINE@python.inline@@@@", 833 "@@@STEP_LOG_LINE@python.inline@@@@",
779 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 834 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
780 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 835 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
781 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 836 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
782 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 837 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
783 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 838 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
784 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 839 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
785 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 840 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
786 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 841 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
804 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 859 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
805 "[SLAVE_BUILD]/swarming.client", 860 "[SLAVE_BUILD]/swarming.client",
806 "batcharchive", 861 "batcharchive",
807 "--dump-json", 862 "--dump-json",
808 "/path/to/tmp/json", 863 "/path/to/tmp/json",
809 "--isolate-server", 864 "--isolate-server",
810 "https://isolateserver.appspot.com", 865 "https://isolateserver.appspot.com",
811 "--verbose", 866 "--verbose",
812 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" 867 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json"
813 ], 868 ],
814 "name": "isolate tests (3)", 869 "name": "isolate tests (4)",
815 "~followup_annotations": [ 870 "~followup_annotations": [
816 "@@@STEP_LOG_LINE@json.output@{@@@", 871 "@@@STEP_LOG_LINE@json.output@{@@@",
817 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@", 872 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@",
818 "@@@STEP_LOG_LINE@json.output@}@@@", 873 "@@@STEP_LOG_LINE@json.output@}@@@",
819 "@@@STEP_LOG_END@json.output@@@", 874 "@@@STEP_LOG_END@json.output@@@",
820 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@" 875 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@"
821 ] 876 ]
822 }, 877 },
823 { 878 {
824 "cmd": [ 879 "cmd": [
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1161 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1107 }, 1162 },
1108 "name": "Upload perf results" 1163 "name": "Upload perf results"
1109 }, 1164 },
1110 { 1165 {
1111 "name": "$result", 1166 "name": "$result",
1112 "recipe_result": null, 1167 "recipe_result": null,
1113 "status_code": 0 1168 "status_code": 0
1114 } 1169 }
1115 ] 1170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698