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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 "0" | 318 "0" |
319 ], | 319 ], |
320 "name": "Copy Go binary" | 320 "name": "Copy Go binary" |
321 }, | 321 }, |
322 { | 322 { |
323 "cmd": [ | 323 "cmd": [ |
324 "python", | 324 "python", |
325 "-u", | 325 "-u", |
326 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 326 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
327 "--", | 327 "--", |
328 "[DEPOT_TOOLS]/gsutil.py", | 328 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
329 "----", | 329 "----", |
330 "help" | 330 "help" |
331 ], | 331 ], |
332 "name": "gsutil help" | 332 "name": "gsutil help" |
333 }, | 333 }, |
334 { | 334 { |
335 "cmd": [ | 335 "cmd": [ |
336 "python", | 336 "python", |
337 "-u", | 337 "-u", |
338 "\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", | 338 "\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", |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 "cwd": "[SLAVE_BUILD]/skia", | 761 "cwd": "[SLAVE_BUILD]/skia", |
762 "name": "git show", | 762 "name": "git show", |
763 "stdout": "/path/to/tmp/" | 763 "stdout": "/path/to/tmp/" |
764 }, | 764 }, |
765 { | 765 { |
766 "cmd": [ | 766 "cmd": [ |
767 "python", | 767 "python", |
768 "-u", | 768 "-u", |
769 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 769 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
770 "--", | 770 "--", |
771 "[DEPOT_TOOLS]/gsutil.py", | 771 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
772 "----", | 772 "----", |
773 "cp", | 773 "cp", |
774 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/164710.cov", | 774 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/164710.cov", |
775 "gs://skia-infra/coverage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GC
E-CPU-AVX2-x86_64-Coverage-Trybot/5/500/164710.cov" | 775 "gs://skia-infra/coverage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GC
E-CPU-AVX2-x86_64-Coverage-Trybot/5/500/164710.cov" |
776 ], | 776 ], |
777 "env": { | 777 "env": { |
778 "AWS_CREDENTIAL_FILE": null, | 778 "AWS_CREDENTIAL_FILE": null, |
779 "BOTO_CONFIG": null | 779 "BOTO_CONFIG": null |
780 }, | 780 }, |
781 "name": "gsutil upload raw coverage data", | 781 "name": "gsutil upload raw coverage data", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 853 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
854 "@@@STEP_LOG_END@python.inline@@@" | 854 "@@@STEP_LOG_END@python.inline@@@" |
855 ] | 855 ] |
856 }, | 856 }, |
857 { | 857 { |
858 "cmd": [ | 858 "cmd": [ |
859 "python", | 859 "python", |
860 "-u", | 860 "-u", |
861 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 861 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
862 "--", | 862 "--", |
863 "[DEPOT_TOOLS]/gsutil.py", | 863 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
864 "----", | 864 "----", |
865 "cp", | 865 "cp", |
866 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_1647
10_1408633190.json", | 866 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_1647
10_1408633190.json", |
867 "gs://skia-infra/coverage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-G
CE-CPU-AVX2-x86_64-Coverage-Trybot/5/500/coverage_by_line_164710_1408633190.json
" | 867 "gs://skia-infra/coverage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-G
CE-CPU-AVX2-x86_64-Coverage-Trybot/5/500/coverage_by_line_164710_1408633190.json
" |
868 ], | 868 ], |
869 "env": { | 869 "env": { |
870 "AWS_CREDENTIAL_FILE": null, | 870 "AWS_CREDENTIAL_FILE": null, |
871 "BOTO_CONFIG": null | 871 "BOTO_CONFIG": null |
872 }, | 872 }, |
873 "name": "gsutil upload line-by-line coverage data", | 873 "name": "gsutil upload line-by-line coverage data", |
874 "~followup_annotations": [ | 874 "~followup_annotations": [ |
875 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" | 875 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" |
876 ] | 876 ] |
877 }, | 877 }, |
878 { | 878 { |
879 "name": "$result", | 879 "name": "$result", |
880 "recipe_result": null, | 880 "recipe_result": null, |
881 "status_code": 0 | 881 "status_code": 0 |
882 } | 882 } |
883 ] | 883 ] |
OLD | NEW |