OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" | 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 62 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
63 "/path/to/tmp/" | 63 "/path/to/tmp/" |
64 ], | 64 ], |
65 "name": "Get downloaded SK_IMAGE_VERSION" | 65 "name": "Get downloaded SK_IMAGE_VERSION" |
66 }, | 66 }, |
67 { | 67 { |
68 "cmd": [ | 68 "cmd": [ |
69 "python", | 69 "python", |
70 "-u", | 70 "-u", |
71 "\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", | 71 "\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", |
72 "[SWARM_OUT_DIR]/dm" | 72 "[CUSTOM_[SWARM_OUT_DIR]]/dm" |
73 ], | 73 ], |
74 "env": { | 74 "env": { |
75 "PYTHONPATH": "build/scripts" | 75 "PYTHONPATH": "build/scripts" |
76 }, | 76 }, |
77 "name": "rmtree dm", | 77 "name": "rmtree dm", |
78 "~followup_annotations": [ | 78 "~followup_annotations": [ |
79 "@@@STEP_LOG_LINE@python.inline@@@@", | 79 "@@@STEP_LOG_LINE@python.inline@@@@", |
80 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 80 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
81 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 81 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
82 "@@@STEP_LOG_LINE@python.inline@@@@", | 82 "@@@STEP_LOG_LINE@python.inline@@@@", |
83 "@@@STEP_LOG_LINE@python.inline@@@@", | 83 "@@@STEP_LOG_LINE@python.inline@@@@", |
84 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 84 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
85 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 85 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
86 "@@@STEP_LOG_END@python.inline@@@" | 86 "@@@STEP_LOG_END@python.inline@@@" |
87 ] | 87 ] |
88 }, | 88 }, |
89 { | 89 { |
90 "cmd": [ | 90 "cmd": [ |
91 "python", | 91 "python", |
92 "-u", | 92 "-u", |
93 "\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", | 93 "\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", |
94 "[SWARM_OUT_DIR]/dm", | 94 "[CUSTOM_[SWARM_OUT_DIR]]/dm", |
95 "511" | 95 "511" |
96 ], | 96 ], |
97 "name": "makedirs dm", | 97 "name": "makedirs dm", |
98 "~followup_annotations": [ | 98 "~followup_annotations": [ |
99 "@@@STEP_LOG_LINE@python.inline@@@@", | 99 "@@@STEP_LOG_LINE@python.inline@@@@", |
100 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 100 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
101 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 101 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
102 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 102 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
103 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 103 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
104 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 104 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 "CPU", | 213 "CPU", |
214 "cpu_or_gpu_value", | 214 "cpu_or_gpu_value", |
215 "AVX2", | 215 "AVX2", |
216 "model", | 216 "model", |
217 "GCE", | 217 "GCE", |
218 "os", | 218 "os", |
219 "Ubuntu", | 219 "Ubuntu", |
220 "--uninterestingHashesFile", | 220 "--uninterestingHashesFile", |
221 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 221 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
222 "--writePath", | 222 "--writePath", |
223 "[SWARM_OUT_DIR]/dm", | 223 "[CUSTOM_[SWARM_OUT_DIR]]/dm", |
224 "--nogpu", | 224 "--nogpu", |
225 "--dummy-flags" | 225 "--dummy-flags" |
226 ], | 226 ], |
227 "env": { | 227 "env": { |
228 "BUILDTYPE": "Debug", | 228 "BUILDTYPE": "Debug", |
229 "CHROME_HEADLESS": "1", | 229 "CHROME_HEADLESS": "1", |
230 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | 230 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
231 "PATH": "[DEPOT_TOOLS]:%(PATH)s", | 231 "PATH": "[DEPOT_TOOLS]:%(PATH)s", |
232 "PYTHONPATH": "[BUILD]/scripts", | 232 "PYTHONPATH": "[BUILD]/scripts", |
233 "SKIA_OUT": "[SLAVE_BUILD]/out" | 233 "SKIA_OUT": "[SLAVE_BUILD]/out" |
234 }, | 234 }, |
235 "name": "dm" | 235 "name": "dm" |
236 }, | 236 }, |
237 { | 237 { |
238 "name": "$result", | 238 "name": "$result", |
239 "recipe_result": null, | 239 "recipe_result": null, |
240 "status_code": 0 | 240 "status_code": 0 |
241 } | 241 } |
242 ] | 242 ] |
OLD | NEW |