OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 18 matching lines...) Expand all Loading... |
29 }, | 29 }, |
30 { | 30 { |
31 "cmd": [ | 31 "cmd": [ |
32 "python", | 32 "python", |
33 "-u", | 33 "-u", |
34 "[DEPOT_TOOLS]/gclient.py", | 34 "[DEPOT_TOOLS]/gclient.py", |
35 "config", | 35 "config", |
36 "--spec", | 36 "--spec", |
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
38 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
39 "name": "gclient setup" | 40 "name": "gclient setup" |
40 }, | 41 }, |
41 { | 42 { |
42 "cmd": [ | 43 "cmd": [ |
43 "python", | 44 "python", |
44 "-u", | 45 "-u", |
45 "[DEPOT_TOOLS]/gclient.py", | 46 "[DEPOT_TOOLS]/gclient.py", |
46 "sync", | 47 "sync", |
47 "--nohooks", | 48 "--nohooks", |
48 "--force", | 49 "--force", |
49 "--verbose", | 50 "--verbose", |
50 "--delete_unversioned_trees", | 51 "--delete_unversioned_trees", |
51 "--revision", | 52 "--revision", |
52 "skia@abc123", | 53 "skia@abc123", |
53 "--output-json", | 54 "--output-json", |
54 "/path/to/tmp/json" | 55 "/path/to/tmp/json" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "name": "gclient sync", | 58 "name": "gclient sync", |
57 "~followup_annotations": [ | 59 "~followup_annotations": [ |
58 "@@@STEP_LOG_LINE@json.output@{@@@", | 60 "@@@STEP_LOG_LINE@json.output@{@@@", |
59 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
60 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
61 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
62 "@@@STEP_LOG_LINE@json.output@ }@@@", | 64 "@@@STEP_LOG_LINE@json.output@ }@@@", |
63 "@@@STEP_LOG_LINE@json.output@ }@@@", | 65 "@@@STEP_LOG_LINE@json.output@ }@@@", |
64 "@@@STEP_LOG_LINE@json.output@}@@@", | 66 "@@@STEP_LOG_LINE@json.output@}@@@", |
65 "@@@STEP_LOG_END@json.output@@@", | 67 "@@@STEP_LOG_END@json.output@@@", |
66 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
67 ] | 69 ] |
68 }, | 70 }, |
69 { | 71 { |
70 "cmd": [ | 72 "cmd": [ |
71 "python", | 73 "python", |
72 "-u", | 74 "-u", |
73 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", | 75 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", |
74 "/path/to/tmp/" | 76 "/path/to/tmp/" |
75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
76 "name": "get CHROME_PATH", | 79 "name": "get CHROME_PATH", |
77 "~followup_annotations": [ | 80 "~followup_annotations": [ |
78 "@@@STEP_LOG_LINE@python.inline@@@@", | 81 "@@@STEP_LOG_LINE@python.inline@@@@", |
79 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 82 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
80 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 83 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
81 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 84 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
82 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", | 85 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", |
83 "@@@STEP_LOG_END@python.inline@@@" | 86 "@@@STEP_LOG_END@python.inline@@@" |
84 ] | 87 ] |
85 }, | 88 }, |
(...skipping 13 matching lines...) Expand all Loading... |
99 "name": "build dm" | 102 "name": "build dm" |
100 }, | 103 }, |
101 { | 104 { |
102 "cmd": [ | 105 "cmd": [ |
103 "python", | 106 "python", |
104 "-u", | 107 "-u", |
105 "\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", | 108 "\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", |
106 "[SLAVE_BUILD]/tmp", | 109 "[SLAVE_BUILD]/tmp", |
107 "511" | 110 "511" |
108 ], | 111 ], |
| 112 "cwd": "[SLAVE_BUILD]", |
109 "name": "makedirs tmp_dir", | 113 "name": "makedirs tmp_dir", |
110 "~followup_annotations": [ | 114 "~followup_annotations": [ |
111 "@@@STEP_LOG_LINE@python.inline@@@@", | 115 "@@@STEP_LOG_LINE@python.inline@@@@", |
112 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 116 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
113 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 117 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
114 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 118 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
115 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 119 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
116 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 120 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
117 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 121 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
118 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 122 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
119 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 123 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
120 "@@@STEP_LOG_END@python.inline@@@" | 124 "@@@STEP_LOG_END@python.inline@@@" |
121 ] | 125 ] |
122 }, | 126 }, |
123 { | 127 { |
124 "cmd": [ | 128 "cmd": [ |
125 "python", | 129 "python", |
126 "-u", | 130 "-u", |
127 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
128 "[SLAVE_BUILD]/skia/SKP_VERSION", | 132 "[SLAVE_BUILD]/skia/SKP_VERSION", |
129 "/path/to/tmp/" | 133 "/path/to/tmp/" |
130 ], | 134 ], |
| 135 "cwd": "[SLAVE_BUILD]", |
131 "name": "Get expected SKP_VERSION" | 136 "name": "Get expected SKP_VERSION" |
132 }, | 137 }, |
133 { | 138 { |
134 "cmd": [ | 139 "cmd": [ |
135 "python", | 140 "python", |
136 "-u", | 141 "-u", |
137 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 142 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
138 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 143 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
139 "/path/to/tmp/" | 144 "/path/to/tmp/" |
140 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
141 "name": "Get downloaded SKP_VERSION" | 147 "name": "Get downloaded SKP_VERSION" |
142 }, | 148 }, |
143 { | 149 { |
144 "cmd": [ | 150 "cmd": [ |
145 "python", | 151 "python", |
146 "-u", | 152 "-u", |
147 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 153 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
148 "--", | 154 "--", |
149 "[DEPOT_TOOLS]/gsutil.py", | 155 "[DEPOT_TOOLS]/gsutil.py", |
150 "--force-version", | 156 "--force-version", |
151 "3.25", | 157 "3.25", |
152 "--", | 158 "--", |
153 "cat", | 159 "cat", |
154 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" | 160 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" |
155 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", |
156 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", | 163 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", |
157 "stdout": "/path/to/tmp/" | 164 "stdout": "/path/to/tmp/" |
158 }, | 165 }, |
159 { | 166 { |
160 "cmd": [ | 167 "cmd": [ |
161 "python", | 168 "python", |
162 "-u", | 169 "-u", |
163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 170 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
164 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", | 171 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", |
165 "/path/to/tmp/" | 172 "/path/to/tmp/" |
166 ], | 173 ], |
| 174 "cwd": "[SLAVE_BUILD]", |
167 "name": "Get downloaded SKIMAGE_VERSION" | 175 "name": "Get downloaded SKIMAGE_VERSION" |
168 }, | 176 }, |
169 { | 177 { |
170 "cmd": [ | 178 "cmd": [ |
171 "python", | 179 "python", |
172 "-u", | 180 "-u", |
173 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 181 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
174 "[SLAVE_BUILD]/dm" | 182 "[SLAVE_BUILD]/dm" |
175 ], | 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
176 "name": "rmtree dm", | 185 "name": "rmtree dm", |
177 "~followup_annotations": [ | 186 "~followup_annotations": [ |
178 "@@@STEP_LOG_LINE@python.inline@@@@", | 187 "@@@STEP_LOG_LINE@python.inline@@@@", |
179 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 188 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
180 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 189 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
181 "@@@STEP_LOG_LINE@python.inline@@@@", | 190 "@@@STEP_LOG_LINE@python.inline@@@@", |
182 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 191 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
183 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 192 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
184 "@@@STEP_LOG_END@python.inline@@@" | 193 "@@@STEP_LOG_END@python.inline@@@" |
185 ] | 194 ] |
186 }, | 195 }, |
187 { | 196 { |
188 "cmd": [ | 197 "cmd": [ |
189 "python", | 198 "python", |
190 "-u", | 199 "-u", |
191 "\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", | 200 "\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", |
192 "[SLAVE_BUILD]/dm", | 201 "[SLAVE_BUILD]/dm", |
193 "511" | 202 "511" |
194 ], | 203 ], |
| 204 "cwd": "[SLAVE_BUILD]", |
195 "name": "makedirs dm", | 205 "name": "makedirs dm", |
196 "~followup_annotations": [ | 206 "~followup_annotations": [ |
197 "@@@STEP_LOG_LINE@python.inline@@@@", | 207 "@@@STEP_LOG_LINE@python.inline@@@@", |
198 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 208 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
199 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 209 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
200 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 210 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
201 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 211 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
202 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 212 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
203 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 213 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
204 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 214 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 "GeForce320M", | 307 "GeForce320M", |
298 "model", | 308 "model", |
299 "MacMini4.1", | 309 "MacMini4.1", |
300 "os", | 310 "os", |
301 "Mac10.8", | 311 "Mac10.8", |
302 "--uninterestingHashesFile", | 312 "--uninterestingHashesFile", |
303 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 313 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
304 "--nocpu", | 314 "--nocpu", |
305 "--dummy-flags" | 315 "--dummy-flags" |
306 ], | 316 ], |
| 317 "cwd": "[SLAVE_BUILD]", |
307 "env": { | 318 "env": { |
308 "CC": "/usr/bin/clang", | 319 "CC": "/usr/bin/clang", |
309 "CXX": "/usr/bin/clang++" | 320 "CXX": "/usr/bin/clang++" |
310 }, | 321 }, |
311 "name": "dm" | 322 "name": "dm" |
312 }, | 323 }, |
313 { | 324 { |
314 "cmd": [ | 325 "cmd": [ |
315 "python", | 326 "python", |
316 "-u", | 327 "-u", |
317 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", | 328 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", |
318 "[SLAVE_BUILD]/dm", | 329 "[SLAVE_BUILD]/dm", |
319 "164710", | 330 "164710", |
320 "Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug", | 331 "Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug", |
321 "5", | 332 "5", |
322 "", | 333 "", |
323 "[SLAVE_BUILD]/skia/common/py/utils" | 334 "[SLAVE_BUILD]/skia/common/py/utils" |
324 ], | 335 ], |
325 "cwd": "[SLAVE_BUILD]/skia", | 336 "cwd": "[SLAVE_BUILD]/skia", |
326 "name": "Upload DM Results" | 337 "name": "Upload DM Results" |
327 } | 338 } |
328 ] | 339 ] |
OLD | NEW |