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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 394 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
395 "@@@STEP_LOG_LINE@json.output@}@@@", | 395 "@@@STEP_LOG_LINE@json.output@}@@@", |
396 "@@@STEP_LOG_END@json.output@@@", | 396 "@@@STEP_LOG_END@json.output@@@", |
397 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 397 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
398 ] | 398 ] |
399 }, | 399 }, |
400 { | 400 { |
401 "cmd": [ | 401 "cmd": [ |
402 "python", | 402 "python", |
403 "-u", | 403 "-u", |
404 "\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", | |
405 "[SLAVE_BUILD]/swarming_temp_dir", | |
406 "511" | |
407 ], | |
408 "name": "makedirs swarming tmp dir (2)", | |
409 "~followup_annotations": [ | |
410 "@@@STEP_LOG_LINE@python.inline@@@@", | |
411 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
412 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
413 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
414 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
415 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
416 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
417 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
418 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
419 "@@@STEP_LOG_END@python.inline@@@" | |
420 ] | |
421 }, | |
422 { | |
423 "cmd": [ | |
424 "python", | |
425 "-u", | |
426 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
427 "{\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}", | |
428 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
429 ], | |
430 "name": "Write isolate_gsutil.isolated.gen.json" | |
431 }, | |
432 { | |
433 "cmd": [ | |
434 "python", | |
435 "-u", | |
436 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
437 "[SLAVE_BUILD]/swarming.client", | |
438 "batcharchive", | |
439 "--dump-json", | |
440 "/path/to/tmp/json", | |
441 "--isolate-server", | |
442 "https://isolateserver.appspot.com", | |
443 "--verbose", | |
444 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
445 ], | |
446 "name": "isolate tests (2)", | |
447 "~followup_annotations": [ | |
448 "@@@STEP_LOG_LINE@json.output@{@@@", | |
449 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", | |
450 "@@@STEP_LOG_LINE@json.output@}@@@", | |
451 "@@@STEP_LOG_END@json.output@@@", | |
452 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" | |
453 ] | |
454 }, | |
455 { | |
456 "cmd": [ | |
457 "python", | |
458 "-u", | |
459 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 404 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
460 "/path/to/tmp/json", | 405 "/path/to/tmp/json", |
461 "Build-Ubuntu-GCC-x86_64-Debug" | 406 "Build-Ubuntu-GCC-x86_64-Debug" |
462 ], | 407 ], |
463 "cwd": "[SLAVE_BUILD]/skia", | 408 "cwd": "[SLAVE_BUILD]/skia", |
464 "name": "exec buildbot_spec.py (2)", | 409 "name": "exec buildbot_spec.py (2)", |
465 "~followup_annotations": [ | 410 "~followup_annotations": [ |
466 "@@@STEP_LOG_LINE@json.output@{@@@", | 411 "@@@STEP_LOG_LINE@json.output@{@@@", |
467 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
468 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
(...skipping 25 matching lines...) Expand all Loading... |
494 ] | 439 ] |
495 }, | 440 }, |
496 { | 441 { |
497 "cmd": [ | 442 "cmd": [ |
498 "python", | 443 "python", |
499 "-u", | 444 "-u", |
500 "\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", | 445 "\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", |
501 "[SLAVE_BUILD]/swarming_temp_dir", | 446 "[SLAVE_BUILD]/swarming_temp_dir", |
502 "511" | 447 "511" |
503 ], | 448 ], |
504 "name": "makedirs swarming tmp dir (3)", | 449 "name": "makedirs swarming tmp dir (2)", |
505 "~followup_annotations": [ | 450 "~followup_annotations": [ |
506 "@@@STEP_LOG_LINE@python.inline@@@@", | 451 "@@@STEP_LOG_LINE@python.inline@@@@", |
507 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 452 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
508 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 453 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
509 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 454 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
510 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 455 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
511 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 456 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
512 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 457 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
513 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 458 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
514 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 459 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
532 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 477 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
533 "[SLAVE_BUILD]/swarming.client", | 478 "[SLAVE_BUILD]/swarming.client", |
534 "batcharchive", | 479 "batcharchive", |
535 "--dump-json", | 480 "--dump-json", |
536 "/path/to/tmp/json", | 481 "/path/to/tmp/json", |
537 "--isolate-server", | 482 "--isolate-server", |
538 "https://isolateserver.appspot.com", | 483 "https://isolateserver.appspot.com", |
539 "--verbose", | 484 "--verbose", |
540 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 485 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
541 ], | 486 ], |
542 "name": "isolate tests (3)", | 487 "name": "isolate tests (2)", |
543 "~followup_annotations": [ | 488 "~followup_annotations": [ |
544 "@@@STEP_LOG_LINE@json.output@{@@@", | 489 "@@@STEP_LOG_LINE@json.output@{@@@", |
545 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 490 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
546 "@@@STEP_LOG_LINE@json.output@}@@@", | 491 "@@@STEP_LOG_LINE@json.output@}@@@", |
547 "@@@STEP_LOG_END@json.output@@@", | 492 "@@@STEP_LOG_END@json.output@@@", |
548 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 493 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
549 ] | 494 ] |
550 }, | 495 }, |
551 { | 496 { |
552 "cmd": [ | 497 "cmd": [ |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 "name": "Get expected SK_IMAGE_VERSION" | 806 "name": "Get expected SK_IMAGE_VERSION" |
862 }, | 807 }, |
863 { | 808 { |
864 "cmd": [ | 809 "cmd": [ |
865 "python", | 810 "python", |
866 "-u", | 811 "-u", |
867 "\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", | 812 "\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", |
868 "[SLAVE_BUILD]/swarming_temp_dir", | 813 "[SLAVE_BUILD]/swarming_temp_dir", |
869 "511" | 814 "511" |
870 ], | 815 ], |
871 "name": "makedirs swarming tmp dir (4)", | 816 "name": "makedirs swarming tmp dir (3)", |
872 "~followup_annotations": [ | 817 "~followup_annotations": [ |
873 "@@@STEP_LOG_LINE@python.inline@@@@", | 818 "@@@STEP_LOG_LINE@python.inline@@@@", |
874 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 819 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
875 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 820 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
876 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 821 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
877 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 822 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
878 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 823 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
879 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 824 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
880 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 825 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
881 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 826 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
899 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 844 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
900 "[SLAVE_BUILD]/swarming.client", | 845 "[SLAVE_BUILD]/swarming.client", |
901 "batcharchive", | 846 "batcharchive", |
902 "--dump-json", | 847 "--dump-json", |
903 "/path/to/tmp/json", | 848 "/path/to/tmp/json", |
904 "--isolate-server", | 849 "--isolate-server", |
905 "https://isolateserver.appspot.com", | 850 "https://isolateserver.appspot.com", |
906 "--verbose", | 851 "--verbose", |
907 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 852 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
908 ], | 853 ], |
909 "name": "isolate tests (4)", | 854 "name": "isolate tests (3)", |
910 "~followup_annotations": [ | 855 "~followup_annotations": [ |
911 "@@@STEP_LOG_LINE@json.output@{@@@", | 856 "@@@STEP_LOG_LINE@json.output@{@@@", |
912 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 857 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
913 "@@@STEP_LOG_LINE@json.output@}@@@", | 858 "@@@STEP_LOG_LINE@json.output@}@@@", |
914 "@@@STEP_LOG_END@json.output@@@", | 859 "@@@STEP_LOG_END@json.output@@@", |
915 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 860 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
916 ] | 861 ] |
917 }, | 862 }, |
918 { | 863 { |
919 "cmd": [ | 864 "cmd": [ |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 ] | 980 ] |
1036 }, | 981 }, |
1037 { | 982 { |
1038 "cmd": [ | 983 "cmd": [ |
1039 "python", | 984 "python", |
1040 "-u", | 985 "-u", |
1041 "\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", | 986 "\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", |
1042 "[SLAVE_BUILD]/swarming_temp_dir", | 987 "[SLAVE_BUILD]/swarming_temp_dir", |
1043 "511" | 988 "511" |
1044 ], | 989 ], |
1045 "name": "makedirs swarming tmp dir (5)", | 990 "name": "makedirs swarming tmp dir (4)", |
1046 "~followup_annotations": [ | 991 "~followup_annotations": [ |
1047 "@@@STEP_LOG_LINE@python.inline@@@@", | 992 "@@@STEP_LOG_LINE@python.inline@@@@", |
1048 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 993 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
1049 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 994 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
1050 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 995 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
1051 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 996 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
1052 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 997 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
1053 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 998 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
1054 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 999 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
1055 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 1000 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
1073 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 1018 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
1074 "[SLAVE_BUILD]/swarming.client", | 1019 "[SLAVE_BUILD]/swarming.client", |
1075 "batcharchive", | 1020 "batcharchive", |
1076 "--dump-json", | 1021 "--dump-json", |
1077 "/path/to/tmp/json", | 1022 "/path/to/tmp/json", |
1078 "--isolate-server", | 1023 "--isolate-server", |
1079 "https://isolateserver.appspot.com", | 1024 "https://isolateserver.appspot.com", |
1080 "--verbose", | 1025 "--verbose", |
1081 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 1026 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
1082 ], | 1027 ], |
1083 "name": "isolate tests (5)", | 1028 "name": "isolate tests (4)", |
1084 "~followup_annotations": [ | 1029 "~followup_annotations": [ |
1085 "@@@STEP_LOG_LINE@json.output@{@@@", | 1030 "@@@STEP_LOG_LINE@json.output@{@@@", |
1086 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 1031 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
1087 "@@@STEP_LOG_LINE@json.output@}@@@", | 1032 "@@@STEP_LOG_LINE@json.output@}@@@", |
1088 "@@@STEP_LOG_END@json.output@@@", | 1033 "@@@STEP_LOG_END@json.output@@@", |
1089 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 1034 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
1090 ] | 1035 ] |
1091 }, | 1036 }, |
1092 { | 1037 { |
1093 "cmd": [ | 1038 "cmd": [ |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1418 "@@@STEP_LOG_END@json.output@@@", | 1363 "@@@STEP_LOG_END@json.output@@@", |
1419 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1364 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1420 ] | 1365 ] |
1421 }, | 1366 }, |
1422 { | 1367 { |
1423 "name": "$result", | 1368 "name": "$result", |
1424 "recipe_result": null, | 1369 "recipe_result": null, |
1425 "status_code": 0 | 1370 "status_code": 0 |
1426 } | 1371 } |
1427 ] | 1372 ] |
OLD | NEW |