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

Side by Side Diff: scripts/slave/recipes/skia/ct_skps.expected/CT_GPU_BENCH_10k_SKPs.json

Issue 2270963002: Make skia recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "cwd": "[SLAVE_BUILD]/src", 77 "cwd": "[SLAVE_BUILD]/src",
78 "name": "git clean (2)" 78 "name": "git clean (2)"
79 }, 79 },
80 { 80 {
81 "cmd": [ 81 "cmd": [
82 "python", 82 "python",
83 "-u", 83 "-u",
84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
85 "config", 85 "config",
86 "--spec", 86 "--spec",
87 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]" 87 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {' deps_file': '.DEPS.git', 'managed': False, 'name': 'src', 'url': 'https://chromi um.googlesource.com/chromium/src.git'}]"
88 ], 88 ],
89 "env": { 89 "env": {
90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
91 }, 91 },
92 "name": "gclient setup" 92 "name": "gclient setup"
93 }, 93 },
94 { 94 {
95 "cmd": [ 95 "cmd": [
96 "python", 96 "python",
97 "-u", 97 "-u",
98 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 98 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
99 "sync", 99 "sync",
100 "--verbose",
101 "--with_branch_heads",
100 "--nohooks", 102 "--nohooks",
103 "-j8",
104 "--reset",
101 "--force", 105 "--force",
102 "--verbose", 106 "--upstream",
107 "--no-nag-max",
103 "--delete_unversioned_trees", 108 "--delete_unversioned_trees",
104 "--revision", 109 "--revision",
105 "skia@abc123", 110 "skia@abc123",
106 "--revision", 111 "--revision",
107 "src@origin/master", 112 "src@origin/master",
108 "--output-json", 113 "--output-json",
109 "/path/to/tmp/json" 114 "/path/to/tmp/json"
110 ], 115 ],
111 "env": { 116 "env": {
112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
113 }, 118 },
114 "name": "gclient sync", 119 "name": "gclient sync",
115 "~followup_annotations": [ 120 "~followup_annotations": [
116 "@@@STEP_LOG_LINE@json.output@{@@@", 121 "@@@STEP_LOG_LINE@json.output@{@@@",
117 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 122 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
118 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 123 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
119 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 124 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@",
120 "@@@STEP_LOG_LINE@json.output@ }, @@@", 125 "@@@STEP_LOG_LINE@json.output@ }, @@@",
121 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 126 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
122 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 127 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
123 "@@@STEP_LOG_LINE@json.output@ }@@@", 128 "@@@STEP_LOG_LINE@json.output@ }@@@",
124 "@@@STEP_LOG_LINE@json.output@ }@@@", 129 "@@@STEP_LOG_LINE@json.output@ }@@@",
125 "@@@STEP_LOG_LINE@json.output@}@@@", 130 "@@@STEP_LOG_LINE@json.output@}@@@",
126 "@@@STEP_LOG_END@json.output@@@", 131 "@@@STEP_LOG_END@json.output@@@",
127 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 132 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@"
128 ] 133 ]
129 }, 134 },
130 { 135 {
131 "cmd": [ 136 "cmd": [
132 "python", 137 "python",
133 "-u", 138 "-u",
139 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
140 "recurse",
141 "git",
142 "config",
143 "user.name",
144 "local_bot"
145 ],
146 "env": {
147 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
148 },
149 "name": "gclient recurse (git config user.name)"
150 },
151 {
152 "cmd": [
153 "python",
154 "-u",
155 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
156 "recurse",
157 "git",
158 "config",
159 "user.email",
160 "local_bot@example.com"
161 ],
162 "env": {
163 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
164 },
165 "name": "gclient recurse (git config user.email)"
166 },
167 {
168 "cmd": [
169 "python",
170 "-u",
134 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 171 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
135 "--path", 172 "--path",
136 "[SLAVE_BUILD]/swarming.client", 173 "[SLAVE_BUILD]/swarming.client",
137 "--url", 174 "--url",
138 "https://chromium.googlesource.com/external/swarming.client.git" 175 "https://chromium.googlesource.com/external/swarming.client.git"
139 ], 176 ],
140 "name": "git setup (swarming_client)" 177 "name": "git setup (swarming_client)"
141 }, 178 },
142 { 179 {
143 "cmd": [ 180 "cmd": [
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 440 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
404 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 441 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
405 "@@@STEP_LOG_END@python.inline@@@" 442 "@@@STEP_LOG_END@python.inline@@@"
406 ] 443 ]
407 }, 444 },
408 { 445 {
409 "cmd": [ 446 "cmd": [
410 "python", 447 "python",
411 "-u", 448 "-u",
412 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 449 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
413 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \" nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version \": 1\n}", 450 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-varia ble\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAV E_BUILD]/src/chrome\", \n \"version\": 1\n}",
414 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json" 451 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json"
415 ], 452 ],
416 "name": "Write ct-nanobench-1.isolated.gen.json" 453 "name": "Write ct-nanobench-1.isolated.gen.json"
417 }, 454 },
418 { 455 {
419 "cmd": [ 456 "cmd": [
420 "python", 457 "python",
421 "-u", 458 "-u",
422 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 459 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
423 "[SLAVE_BUILD]/skps/slave2" 460 "[SLAVE_BUILD]/skps/slave2"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 535 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
499 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 536 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
500 "@@@STEP_LOG_END@python.inline@@@" 537 "@@@STEP_LOG_END@python.inline@@@"
501 ] 538 ]
502 }, 539 },
503 { 540 {
504 "cmd": [ 541 "cmd": [
505 "python", 542 "python",
506 "-u", 543 "-u",
507 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 544 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
508 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \" nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version \": 1\n}", 545 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-varia ble\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAV E_BUILD]/src/chrome\", \n \"version\": 1\n}",
509 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json" 546 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json"
510 ], 547 ],
511 "name": "Write ct-nanobench-2.isolated.gen.json" 548 "name": "Write ct-nanobench-2.isolated.gen.json"
512 }, 549 },
513 { 550 {
514 "cmd": [ 551 "cmd": [
515 "python", 552 "python",
516 "-u", 553 "-u",
517 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 554 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
518 "[SLAVE_BUILD]/skps/slave3" 555 "[SLAVE_BUILD]/skps/slave3"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 630 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
594 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 631 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
595 "@@@STEP_LOG_END@python.inline@@@" 632 "@@@STEP_LOG_END@python.inline@@@"
596 ] 633 ]
597 }, 634 },
598 { 635 {
599 "cmd": [ 636 "cmd": [
600 "python", 637 "python",
601 "-u", 638 "-u",
602 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 639 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
603 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \" nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version \": 1\n}", 640 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-varia ble\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAV E_BUILD]/src/chrome\", \n \"version\": 1\n}",
604 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json" 641 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json"
605 ], 642 ],
606 "name": "Write ct-nanobench-3.isolated.gen.json" 643 "name": "Write ct-nanobench-3.isolated.gen.json"
607 }, 644 },
608 { 645 {
609 "cmd": [ 646 "cmd": [
610 "python", 647 "python",
611 "-u", 648 "-u",
612 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 649 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
613 "[SLAVE_BUILD]/skps/slave4" 650 "[SLAVE_BUILD]/skps/slave4"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 725 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
689 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 726 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
690 "@@@STEP_LOG_END@python.inline@@@" 727 "@@@STEP_LOG_END@python.inline@@@"
691 ] 728 ]
692 }, 729 },
693 { 730 {
694 "cmd": [ 731 "cmd": [
695 "python", 732 "python",
696 "-u", 733 "-u",
697 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 734 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
698 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \" nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version \": 1\n}", 735 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-varia ble\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAV E_BUILD]/src/chrome\", \n \"version\": 1\n}",
699 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json" 736 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json"
700 ], 737 ],
701 "name": "Write ct-nanobench-4.isolated.gen.json" 738 "name": "Write ct-nanobench-4.isolated.gen.json"
702 }, 739 },
703 { 740 {
704 "cmd": [ 741 "cmd": [
705 "python", 742 "python",
706 "-u", 743 "-u",
707 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 744 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
708 "[SLAVE_BUILD]/skps/slave5" 745 "[SLAVE_BUILD]/skps/slave5"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 820 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
784 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 821 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
785 "@@@STEP_LOG_END@python.inline@@@" 822 "@@@STEP_LOG_END@python.inline@@@"
786 ] 823 ]
787 }, 824 },
788 { 825 {
789 "cmd": [ 826 "cmd": [
790 "python", 827 "python",
791 "-u", 828 "-u",
792 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 829 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
793 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \" nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version \": 1\n}", 830 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/ chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variab le\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Releas e-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \ n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-varia ble\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAV E_BUILD]/src/chrome\", \n \"version\": 1\n}",
794 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json" 831 "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json"
795 ], 832 ],
796 "name": "Write ct-nanobench-5.isolated.gen.json" 833 "name": "Write ct-nanobench-5.isolated.gen.json"
797 }, 834 },
798 { 835 {
799 "cmd": [ 836 "cmd": [
800 "python", 837 "python",
801 "-u", 838 "-u",
802 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 839 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
803 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\ ": \"10k\"}", 840 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\ ": \"10k\"}",
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 "~followup_annotations": [ 1838 "~followup_annotations": [
1802 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/ 10k/2012/05/14/12/@@@" 1839 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/ 10k/2012/05/14/12/@@@"
1803 ] 1840 ]
1804 }, 1841 },
1805 { 1842 {
1806 "name": "$result", 1843 "name": "$result",
1807 "recipe_result": null, 1844 "recipe_result": null,
1808 "status_code": 0 1845 "status_code": 0
1809 } 1846 }
1810 ] 1847 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698