OLD | NEW |
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
394 "@@@STEP_LOG_LINE@json.output@}@@@", | 394 "@@@STEP_LOG_LINE@json.output@}@@@", |
395 "@@@STEP_LOG_END@json.output@@@", | 395 "@@@STEP_LOG_END@json.output@@@", |
396 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 396 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
397 ] | 397 ] |
398 }, | 398 }, |
399 { | 399 { |
400 "cmd": [ | 400 "cmd": [ |
401 "python", | 401 "python", |
402 "-u", | 402 "-u", |
403 "\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", | |
404 "[SLAVE_BUILD]/swarming_temp_dir", | |
405 "511" | |
406 ], | |
407 "name": "makedirs swarming tmp dir (2)", | |
408 "~followup_annotations": [ | |
409 "@@@STEP_LOG_LINE@python.inline@@@@", | |
410 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
411 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
412 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
413 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
414 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
415 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
416 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
417 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
418 "@@@STEP_LOG_END@python.inline@@@" | |
419 ] | |
420 }, | |
421 { | |
422 "cmd": [ | |
423 "python", | |
424 "-u", | |
425 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
426 "{\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}", | |
427 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
428 ], | |
429 "name": "Write isolate_gsutil.isolated.gen.json" | |
430 }, | |
431 { | |
432 "cmd": [ | |
433 "python", | |
434 "-u", | |
435 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
436 "[SLAVE_BUILD]/swarming.client", | |
437 "batcharchive", | |
438 "--dump-json", | |
439 "/path/to/tmp/json", | |
440 "--isolate-server", | |
441 "https://isolateserver.appspot.com", | |
442 "--verbose", | |
443 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
444 ], | |
445 "name": "isolate tests (2)", | |
446 "~followup_annotations": [ | |
447 "@@@STEP_LOG_LINE@json.output@{@@@", | |
448 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", | |
449 "@@@STEP_LOG_LINE@json.output@}@@@", | |
450 "@@@STEP_LOG_END@json.output@@@", | |
451 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" | |
452 ] | |
453 }, | |
454 { | |
455 "cmd": [ | |
456 "python", | |
457 "-u", | |
458 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 403 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
459 "/path/to/tmp/json", | 404 "/path/to/tmp/json", |
460 "Build-Win-MSVC-x86_64-Release" | 405 "Build-Win-MSVC-x86_64-Release" |
461 ], | 406 ], |
462 "cwd": "[SLAVE_BUILD]/skia", | 407 "cwd": "[SLAVE_BUILD]/skia", |
463 "name": "exec buildbot_spec.py (2)", | 408 "name": "exec buildbot_spec.py (2)", |
464 "~followup_annotations": [ | 409 "~followup_annotations": [ |
465 "@@@STEP_LOG_LINE@json.output@{@@@", | 410 "@@@STEP_LOG_LINE@json.output@{@@@", |
466 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
467 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 "name": "Read win_toolchain_hash.json" | 448 "name": "Read win_toolchain_hash.json" |
504 }, | 449 }, |
505 { | 450 { |
506 "cmd": [ | 451 "cmd": [ |
507 "python", | 452 "python", |
508 "-u", | 453 "-u", |
509 "\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", | 454 "\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", |
510 "[SLAVE_BUILD]/swarming_temp_dir", | 455 "[SLAVE_BUILD]/swarming_temp_dir", |
511 "511" | 456 "511" |
512 ], | 457 ], |
513 "name": "makedirs swarming tmp dir (3)", | 458 "name": "makedirs swarming tmp dir (2)", |
514 "~followup_annotations": [ | 459 "~followup_annotations": [ |
515 "@@@STEP_LOG_LINE@python.inline@@@@", | 460 "@@@STEP_LOG_LINE@python.inline@@@@", |
516 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 461 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
517 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 462 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
518 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 463 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
519 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 464 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
520 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 465 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
521 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 466 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
522 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 467 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
523 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 468 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
541 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 486 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
542 "[SLAVE_BUILD]/swarming.client", | 487 "[SLAVE_BUILD]/swarming.client", |
543 "batcharchive", | 488 "batcharchive", |
544 "--dump-json", | 489 "--dump-json", |
545 "/path/to/tmp/json", | 490 "/path/to/tmp/json", |
546 "--isolate-server", | 491 "--isolate-server", |
547 "https://isolateserver.appspot.com", | 492 "https://isolateserver.appspot.com", |
548 "--verbose", | 493 "--verbose", |
549 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 494 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
550 ], | 495 ], |
551 "name": "isolate tests (3)", | 496 "name": "isolate tests (2)", |
552 "~followup_annotations": [ | 497 "~followup_annotations": [ |
553 "@@@STEP_LOG_LINE@json.output@{@@@", | 498 "@@@STEP_LOG_LINE@json.output@{@@@", |
554 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 499 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
555 "@@@STEP_LOG_LINE@json.output@}@@@", | 500 "@@@STEP_LOG_LINE@json.output@}@@@", |
556 "@@@STEP_LOG_END@json.output@@@", | 501 "@@@STEP_LOG_END@json.output@@@", |
557 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 502 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
558 ] | 503 ] |
559 }, | 504 }, |
560 { | 505 { |
561 "cmd": [ | 506 "cmd": [ |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
797 "name": "Get expected SK_IMAGE_VERSION" | 742 "name": "Get expected SK_IMAGE_VERSION" |
798 }, | 743 }, |
799 { | 744 { |
800 "cmd": [ | 745 "cmd": [ |
801 "python", | 746 "python", |
802 "-u", | 747 "-u", |
803 "\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", | 748 "\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", |
804 "[SLAVE_BUILD]/swarming_temp_dir", | 749 "[SLAVE_BUILD]/swarming_temp_dir", |
805 "511" | 750 "511" |
806 ], | 751 ], |
807 "name": "makedirs swarming tmp dir (4)", | 752 "name": "makedirs swarming tmp dir (3)", |
808 "~followup_annotations": [ | 753 "~followup_annotations": [ |
809 "@@@STEP_LOG_LINE@python.inline@@@@", | 754 "@@@STEP_LOG_LINE@python.inline@@@@", |
810 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 755 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
811 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 756 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
812 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 757 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
813 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 758 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
814 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 759 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
815 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 760 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
816 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 761 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
817 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 762 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
835 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 780 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
836 "[SLAVE_BUILD]/swarming.client", | 781 "[SLAVE_BUILD]/swarming.client", |
837 "batcharchive", | 782 "batcharchive", |
838 "--dump-json", | 783 "--dump-json", |
839 "/path/to/tmp/json", | 784 "/path/to/tmp/json", |
840 "--isolate-server", | 785 "--isolate-server", |
841 "https://isolateserver.appspot.com", | 786 "https://isolateserver.appspot.com", |
842 "--verbose", | 787 "--verbose", |
843 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 788 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
844 ], | 789 ], |
845 "name": "isolate tests (4)", | 790 "name": "isolate tests (3)", |
846 "~followup_annotations": [ | 791 "~followup_annotations": [ |
847 "@@@STEP_LOG_LINE@json.output@{@@@", | 792 "@@@STEP_LOG_LINE@json.output@{@@@", |
848 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 793 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
849 "@@@STEP_LOG_LINE@json.output@}@@@", | 794 "@@@STEP_LOG_LINE@json.output@}@@@", |
850 "@@@STEP_LOG_END@json.output@@@", | 795 "@@@STEP_LOG_END@json.output@@@", |
851 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 796 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
852 ] | 797 ] |
853 }, | 798 }, |
854 { | 799 { |
855 "cmd": [ | 800 "cmd": [ |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1100 }, | 1045 }, |
1101 "name": "Upload DM Results" | 1046 "name": "Upload DM Results" |
1102 }, | 1047 }, |
1103 { | 1048 { |
1104 "name": "$result", | 1049 "name": "$result", |
1105 "recipe_result": null, | 1050 "recipe_result": null, |
1106 "status_code": 0 | 1051 "status_code": 0 |
1107 } | 1052 } |
1108 ] | 1053 ] |
OLD | NEW |