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": "[CWD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "git", | 15 "git", |
16 "fetch" | 16 "fetch" |
17 ], | 17 ], |
18 "cwd": "[CWD]/skia", | 18 "cwd": "[SLAVE_BUILD]/skia", |
19 "name": "git fetch" | 19 "name": "git fetch" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [ | 22 "cmd": [ |
23 "git", | 23 "git", |
24 "reset", | 24 "reset", |
25 "--hard", | 25 "--hard", |
26 "abc123" | 26 "abc123" |
27 ], | 27 ], |
28 "cwd": "[CWD]/skia", | 28 "cwd": "[SLAVE_BUILD]/skia", |
29 "name": "git reset" | 29 "name": "git reset" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "git", | 33 "git", |
34 "clean", | 34 "clean", |
35 "-d", | 35 "-d", |
36 "-f" | 36 "-f" |
37 ], | 37 ], |
38 "cwd": "[CWD]/skia", | 38 "cwd": "[SLAVE_BUILD]/skia", |
39 "name": "git clean" | 39 "name": "git clean" |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "config", | 46 "config", |
47 "--spec", | 47 "--spec", |
48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" |
49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
50 "env": { | 51 "env": { |
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
52 }, | 53 }, |
53 "name": "gclient setup" | 54 "name": "gclient setup" |
54 }, | 55 }, |
55 { | 56 { |
56 "cmd": [ | 57 "cmd": [ |
57 "python", | 58 "python", |
58 "-u", | 59 "-u", |
59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
60 "sync", | 61 "sync", |
61 "--nohooks", | 62 "--nohooks", |
62 "--force", | 63 "--force", |
63 "--verbose", | 64 "--verbose", |
64 "--delete_unversioned_trees", | 65 "--delete_unversioned_trees", |
65 "--revision", | 66 "--revision", |
66 "skia@abc123", | 67 "skia@abc123", |
67 "--output-json", | 68 "--output-json", |
68 "/path/to/tmp/json" | 69 "/path/to/tmp/json" |
69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
70 "env": { | 72 "env": { |
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
72 }, | 74 }, |
73 "name": "gclient sync", | 75 "name": "gclient sync", |
74 "~followup_annotations": [ | 76 "~followup_annotations": [ |
75 "@@@STEP_LOG_LINE@json.output@{@@@", | 77 "@@@STEP_LOG_LINE@json.output@{@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
79 "@@@STEP_LOG_LINE@json.output@ }@@@", | 81 "@@@STEP_LOG_LINE@json.output@ }@@@", |
80 "@@@STEP_LOG_LINE@json.output@ }@@@", | 82 "@@@STEP_LOG_LINE@json.output@ }@@@", |
81 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
82 "@@@STEP_LOG_END@json.output@@@", | 84 "@@@STEP_LOG_END@json.output@@@", |
83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
84 ] | 86 ] |
85 }, | 87 }, |
86 { | 88 { |
87 "cmd": [ | 89 "cmd": [ |
88 "python", | 90 "python", |
89 "-u", | 91 "-u", |
90 "[CWD]/skia/tools/buildbot_spec.py", | 92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
91 "/path/to/tmp/json", | 93 "/path/to/tmp/json", |
92 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" | 94 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" |
93 ], | 95 ], |
94 "cwd": "[CWD]/skia", | 96 "cwd": "[SLAVE_BUILD]/skia", |
95 "name": "exec buildbot_spec.py", | 97 "name": "exec buildbot_spec.py", |
96 "~followup_annotations": [ | 98 "~followup_annotations": [ |
97 "@@@STEP_LOG_LINE@json.output@{@@@", | 99 "@@@STEP_LOG_LINE@json.output@{@@@", |
98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
99 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
100 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 102 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", |
(...skipping 19 matching lines...) Expand all Loading... |
124 "@@@STEP_LOG_LINE@json.output@}@@@", | 126 "@@@STEP_LOG_LINE@json.output@}@@@", |
125 "@@@STEP_LOG_END@json.output@@@" | 127 "@@@STEP_LOG_END@json.output@@@" |
126 ] | 128 ] |
127 }, | 129 }, |
128 { | 130 { |
129 "cmd": [ | 131 "cmd": [ |
130 "python", | 132 "python", |
131 "-u", | 133 "-u", |
132 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 134 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
133 "--path", | 135 "--path", |
134 "[CWD]/swarming.client", | 136 "[SLAVE_BUILD]/swarming.client", |
135 "--url", | 137 "--url", |
136 "https://chromium.googlesource.com/external/swarming.client.git" | 138 "https://chromium.googlesource.com/external/swarming.client.git" |
137 ], | 139 ], |
| 140 "cwd": "[SLAVE_BUILD]", |
138 "name": "git setup (swarming_client)" | 141 "name": "git setup (swarming_client)" |
139 }, | 142 }, |
140 { | 143 { |
141 "cmd": [ | 144 "cmd": [ |
142 "git", | 145 "git", |
143 "retry", | 146 "retry", |
144 "fetch", | 147 "fetch", |
145 "origin", | 148 "origin", |
146 "master" | 149 "master" |
147 ], | 150 ], |
148 "cwd": "[CWD]/swarming.client", | 151 "cwd": "[SLAVE_BUILD]/swarming.client", |
149 "name": "git fetch (swarming_client)" | 152 "name": "git fetch (swarming_client)" |
150 }, | 153 }, |
151 { | 154 { |
152 "cmd": [ | 155 "cmd": [ |
153 "git", | 156 "git", |
154 "checkout", | 157 "checkout", |
155 "-f", | 158 "-f", |
156 "FETCH_HEAD" | 159 "FETCH_HEAD" |
157 ], | 160 ], |
158 "cwd": "[CWD]/swarming.client", | 161 "cwd": "[SLAVE_BUILD]/swarming.client", |
159 "name": "git checkout (swarming_client)" | 162 "name": "git checkout (swarming_client)" |
160 }, | 163 }, |
161 { | 164 { |
162 "cmd": [ | 165 "cmd": [ |
163 "git", | 166 "git", |
164 "rev-parse", | 167 "rev-parse", |
165 "HEAD" | 168 "HEAD" |
166 ], | 169 ], |
167 "cwd": "[CWD]/swarming.client", | 170 "cwd": "[SLAVE_BUILD]/swarming.client", |
168 "name": "read revision", | 171 "name": "read revision", |
169 "stdout": "/path/to/tmp/", | 172 "stdout": "/path/to/tmp/", |
170 "~followup_annotations": [ | 173 "~followup_annotations": [ |
171 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 174 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
172 ] | 175 ] |
173 }, | 176 }, |
174 { | 177 { |
175 "cmd": [ | 178 "cmd": [ |
176 "git", | 179 "git", |
177 "clean", | 180 "clean", |
178 "-f", | 181 "-f", |
179 "-d", | 182 "-d", |
180 "-x" | 183 "-x" |
181 ], | 184 ], |
182 "cwd": "[CWD]/swarming.client", | 185 "cwd": "[SLAVE_BUILD]/swarming.client", |
183 "name": "git clean (swarming_client)" | 186 "name": "git clean (swarming_client)" |
184 }, | 187 }, |
185 { | 188 { |
186 "cmd": [ | 189 "cmd": [ |
187 "git", | 190 "git", |
188 "submodule", | 191 "submodule", |
189 "sync" | 192 "sync" |
190 ], | 193 ], |
191 "cwd": "[CWD]/swarming.client", | 194 "cwd": "[SLAVE_BUILD]/swarming.client", |
192 "name": "submodule sync (swarming_client)" | 195 "name": "submodule sync (swarming_client)" |
193 }, | 196 }, |
194 { | 197 { |
195 "cmd": [ | 198 "cmd": [ |
196 "git", | 199 "git", |
197 "submodule", | 200 "submodule", |
198 "update", | 201 "update", |
199 "--init", | 202 "--init", |
200 "--recursive" | 203 "--recursive" |
201 ], | 204 ], |
202 "cwd": "[CWD]/swarming.client", | 205 "cwd": "[SLAVE_BUILD]/swarming.client", |
203 "name": "submodule update (swarming_client)" | 206 "name": "submodule update (swarming_client)" |
204 }, | 207 }, |
205 { | 208 { |
206 "cmd": [ | 209 "cmd": [ |
207 "python", | 210 "python", |
208 "-u", | 211 "-u", |
209 "[CWD]/swarming.client/swarming.py", | 212 "[SLAVE_BUILD]/swarming.client/swarming.py", |
210 "--version" | 213 "--version" |
211 ], | 214 ], |
| 215 "cwd": "[SLAVE_BUILD]", |
212 "name": "swarming.py --version", | 216 "name": "swarming.py --version", |
213 "stdout": "/path/to/tmp/", | 217 "stdout": "/path/to/tmp/", |
214 "~followup_annotations": [ | 218 "~followup_annotations": [ |
215 "@@@STEP_TEXT@0.4.10@@@" | 219 "@@@STEP_TEXT@0.4.10@@@" |
216 ] | 220 ] |
217 }, | 221 }, |
218 { | 222 { |
219 "cmd": [ | 223 "cmd": [ |
220 "download_from_google_storage", | 224 "download_from_google_storage", |
221 "--no_resume", | 225 "--no_resume", |
222 "--platform=linux*", | 226 "--platform=linux*", |
223 "--no_auth", | 227 "--no_auth", |
224 "--bucket", | 228 "--bucket", |
225 "chromium-luci", | 229 "chromium-luci", |
226 "-d", | 230 "-d", |
227 "[CWD]/skia/infra/bots/tools/luci-go/linux64" | 231 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" |
228 ], | 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", |
229 "name": "download luci-go linux" | 234 "name": "download luci-go linux" |
230 }, | 235 }, |
231 { | 236 { |
232 "cmd": [ | 237 "cmd": [ |
233 "download_from_google_storage", | 238 "download_from_google_storage", |
234 "--no_resume", | 239 "--no_resume", |
235 "--platform=darwin", | 240 "--platform=darwin", |
236 "--no_auth", | 241 "--no_auth", |
237 "--bucket", | 242 "--bucket", |
238 "chromium-luci", | 243 "chromium-luci", |
239 "-d", | 244 "-d", |
240 "[CWD]/skia/infra/bots/tools/luci-go/mac64" | 245 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" |
241 ], | 246 ], |
| 247 "cwd": "[SLAVE_BUILD]", |
242 "name": "download luci-go mac" | 248 "name": "download luci-go mac" |
243 }, | 249 }, |
244 { | 250 { |
245 "cmd": [ | 251 "cmd": [ |
246 "download_from_google_storage", | 252 "download_from_google_storage", |
247 "--no_resume", | 253 "--no_resume", |
248 "--platform=win32", | 254 "--platform=win32", |
249 "--no_auth", | 255 "--no_auth", |
250 "--bucket", | 256 "--bucket", |
251 "chromium-luci", | 257 "chromium-luci", |
252 "-d", | 258 "-d", |
253 "[CWD]/skia/infra/bots/tools/luci-go/win64" | 259 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" |
254 ], | 260 ], |
| 261 "cwd": "[SLAVE_BUILD]", |
255 "name": "download luci-go win" | 262 "name": "download luci-go win" |
256 }, | 263 }, |
257 { | 264 { |
258 "cmd": [ | 265 "cmd": [ |
259 "python", | 266 "python", |
260 "-u", | 267 "-u", |
261 "\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", | 268 "\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", |
262 "[CWD]/luci-go" | 269 "[SLAVE_BUILD]/luci-go" |
263 ], | 270 ], |
| 271 "cwd": "[SLAVE_BUILD]", |
264 "name": "rmtree Go binary dir", | 272 "name": "rmtree Go binary dir", |
265 "~followup_annotations": [ | 273 "~followup_annotations": [ |
266 "@@@STEP_LOG_LINE@python.inline@@@@", | 274 "@@@STEP_LOG_LINE@python.inline@@@@", |
267 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 275 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
268 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 276 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
269 "@@@STEP_LOG_LINE@python.inline@@@@", | 277 "@@@STEP_LOG_LINE@python.inline@@@@", |
270 "@@@STEP_LOG_LINE@python.inline@@@@", | 278 "@@@STEP_LOG_LINE@python.inline@@@@", |
271 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 279 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
272 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 280 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
273 "@@@STEP_LOG_END@python.inline@@@" | 281 "@@@STEP_LOG_END@python.inline@@@" |
274 ] | 282 ] |
275 }, | 283 }, |
276 { | 284 { |
277 "cmd": [ | 285 "cmd": [ |
278 "python", | 286 "python", |
279 "-u", | 287 "-u", |
280 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 288 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
281 "[CWD]/skia/infra/bots/tools/luci-go", | 289 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", |
282 "[CWD]/luci-go", | 290 "[SLAVE_BUILD]/luci-go", |
283 "0" | 291 "0" |
284 ], | 292 ], |
| 293 "cwd": "[SLAVE_BUILD]", |
285 "name": "Copy Go binary" | 294 "name": "Copy Go binary" |
286 }, | 295 }, |
287 { | 296 { |
288 "cmd": [ | 297 "cmd": [ |
289 "python", | 298 "python", |
290 "-u", | 299 "-u", |
291 "\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", | 300 "\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", |
292 "[ROOT]/b/build/third_party/infra", | 301 "[BUILD]/third_party/infra", |
293 "511" | 302 "511" |
294 ], | 303 ], |
| 304 "cwd": "[SLAVE_BUILD]", |
295 "name": "makedirs third_party_infra", | 305 "name": "makedirs third_party_infra", |
296 "~followup_annotations": [ | 306 "~followup_annotations": [ |
297 "@@@STEP_LOG_LINE@python.inline@@@@", | 307 "@@@STEP_LOG_LINE@python.inline@@@@", |
298 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 308 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
299 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 309 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
300 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 310 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
301 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 311 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
302 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 312 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
303 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 313 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
304 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 314 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
305 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 315 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
306 "@@@STEP_LOG_END@python.inline@@@" | 316 "@@@STEP_LOG_END@python.inline@@@" |
307 ] | 317 ] |
308 }, | 318 }, |
309 { | 319 { |
310 "cmd": [ | 320 "cmd": [ |
311 "python", | 321 "python", |
312 "-u", | 322 "-u", |
313 "\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", | 323 "\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", |
314 "[CWD]/swarming_temp_dir", | 324 "[SLAVE_BUILD]/swarming_temp_dir", |
315 "511" | 325 "511" |
316 ], | 326 ], |
| 327 "cwd": "[SLAVE_BUILD]", |
317 "name": "makedirs swarming tmp dir", | 328 "name": "makedirs swarming tmp dir", |
318 "~followup_annotations": [ | 329 "~followup_annotations": [ |
319 "@@@STEP_LOG_LINE@python.inline@@@@", | 330 "@@@STEP_LOG_LINE@python.inline@@@@", |
320 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 331 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
321 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 332 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
322 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 333 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
323 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 334 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
324 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 335 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
325 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 336 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
326 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 337 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
327 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 338 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
328 "@@@STEP_LOG_END@python.inline@@@" | 339 "@@@STEP_LOG_END@python.inline@@@" |
329 ] | 340 ] |
330 }, | 341 }, |
331 { | 342 { |
332 "cmd": [ | 343 "cmd": [ |
333 "python", | 344 "python", |
334 "-u", | 345 "-u", |
335 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 346 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
336 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/b/build/scr
ipts/slave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n
\"[CWD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \"
--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\"
: \"[ROOT]/b/build/scripts/slave/recipes/skia\", \n \"version\": 1\n}", | 347 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n \"[
SLAVE_BUILD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \
"--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\
": \"[BUILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
337 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 348 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
338 ], | 349 ], |
| 350 "cwd": "[SLAVE_BUILD]", |
339 "name": "Write isolate_recipes.isolated.gen.json" | 351 "name": "Write isolate_recipes.isolated.gen.json" |
340 }, | 352 }, |
341 { | 353 { |
342 "cmd": [ | 354 "cmd": [ |
343 "python", | 355 "python", |
344 "-u", | 356 "-u", |
345 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 357 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
346 "[CWD]/swarming.client", | 358 "[SLAVE_BUILD]/swarming.client", |
347 "batcharchive", | 359 "batcharchive", |
348 "--dump-json", | 360 "--dump-json", |
349 "/path/to/tmp/json", | 361 "/path/to/tmp/json", |
350 "--isolate-server", | 362 "--isolate-server", |
351 "https://isolateserver.appspot.com", | 363 "https://isolateserver.appspot.com", |
352 "--verbose", | 364 "--verbose", |
353 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 365 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
354 ], | 366 ], |
| 367 "cwd": "[SLAVE_BUILD]", |
355 "name": "isolate tests", | 368 "name": "isolate tests", |
356 "~followup_annotations": [ | 369 "~followup_annotations": [ |
357 "@@@STEP_LOG_LINE@json.output@{@@@", | 370 "@@@STEP_LOG_LINE@json.output@{@@@", |
358 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
359 "@@@STEP_LOG_LINE@json.output@}@@@", | 372 "@@@STEP_LOG_LINE@json.output@}@@@", |
360 "@@@STEP_LOG_END@json.output@@@", | 373 "@@@STEP_LOG_END@json.output@@@", |
361 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 374 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
362 ] | 375 ] |
363 }, | 376 }, |
364 { | 377 { |
365 "cmd": [ | 378 "cmd": [ |
366 "python", | 379 "python", |
367 "-u", | 380 "-u", |
368 "\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", | 381 "\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", |
369 "[CWD]/swarming_temp_dir", | 382 "[SLAVE_BUILD]/swarming_temp_dir", |
370 "511" | 383 "511" |
371 ], | 384 ], |
| 385 "cwd": "[SLAVE_BUILD]", |
372 "name": "makedirs swarming tmp dir (2)", | 386 "name": "makedirs swarming tmp dir (2)", |
373 "~followup_annotations": [ | 387 "~followup_annotations": [ |
374 "@@@STEP_LOG_LINE@python.inline@@@@", | 388 "@@@STEP_LOG_LINE@python.inline@@@@", |
375 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 389 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
376 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 390 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
377 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 391 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
378 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 392 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
379 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 393 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
380 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 394 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
381 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 395 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
382 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 396 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
383 "@@@STEP_LOG_END@python.inline@@@" | 397 "@@@STEP_LOG_END@python.inline@@@" |
384 ] | 398 ] |
385 }, | 399 }, |
386 { | 400 { |
387 "cmd": [ | 401 "cmd": [ |
388 "python", | 402 "python", |
389 "-u", | 403 "-u", |
390 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 404 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
391 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/compile_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming
_temp_dir/skia-task-compile_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n \".gi
t\", \n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n
\"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR\", \n
\"[CWD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"
[ROOT]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", | 405 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"-
-blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"W
ORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", |
392 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 406 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
393 ], | 407 ], |
| 408 "cwd": "[SLAVE_BUILD]", |
394 "name": "Write compile_skia.isolated.gen.json" | 409 "name": "Write compile_skia.isolated.gen.json" |
395 }, | 410 }, |
396 { | 411 { |
397 "cmd": [ | 412 "cmd": [ |
398 "python", | 413 "python", |
399 "-u", | 414 "-u", |
400 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 415 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
401 "[CWD]/swarming.client", | 416 "[SLAVE_BUILD]/swarming.client", |
402 "batcharchive", | 417 "batcharchive", |
403 "--dump-json", | 418 "--dump-json", |
404 "/path/to/tmp/json", | 419 "/path/to/tmp/json", |
405 "--isolate-server", | 420 "--isolate-server", |
406 "https://isolateserver.appspot.com", | 421 "https://isolateserver.appspot.com", |
407 "--verbose", | 422 "--verbose", |
408 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 423 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
409 ], | 424 ], |
| 425 "cwd": "[SLAVE_BUILD]", |
410 "name": "isolate tests (2)", | 426 "name": "isolate tests (2)", |
411 "~followup_annotations": [ | 427 "~followup_annotations": [ |
412 "@@@STEP_LOG_LINE@json.output@{@@@", | 428 "@@@STEP_LOG_LINE@json.output@{@@@", |
413 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 429 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
414 "@@@STEP_LOG_LINE@json.output@}@@@", | 430 "@@@STEP_LOG_LINE@json.output@}@@@", |
415 "@@@STEP_LOG_END@json.output@@@", | 431 "@@@STEP_LOG_END@json.output@@@", |
416 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 432 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
417 ] | 433 ] |
418 }, | 434 }, |
419 { | 435 { |
420 "cmd": [ | 436 "cmd": [ |
421 "python", | 437 "python", |
422 "-u", | 438 "-u", |
423 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 439 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
424 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 440 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
425 "[dummy hash for isolate_recipes]" | 441 "[dummy hash for isolate_recipes]" |
426 ], | 442 ], |
| 443 "cwd": "[SLAVE_BUILD]", |
427 "name": "add_isolated_input", | 444 "name": "add_isolated_input", |
428 "~followup_annotations": [ | 445 "~followup_annotations": [ |
429 "@@@STEP_LOG_LINE@python.inline@@@@", | 446 "@@@STEP_LOG_LINE@python.inline@@@@", |
430 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 447 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
431 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 448 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
432 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 449 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
433 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 450 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
434 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 451 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
435 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 452 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
436 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 453 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
437 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 454 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
438 "@@@STEP_LOG_END@python.inline@@@" | 455 "@@@STEP_LOG_END@python.inline@@@" |
439 ] | 456 ] |
440 }, | 457 }, |
441 { | 458 { |
442 "cmd": [ | 459 "cmd": [ |
443 "python", | 460 "python", |
444 "-u", | 461 "-u", |
445 "[CWD]/swarming.client/isolateserver.py", | 462 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
446 "archive", | 463 "archive", |
447 "--isolate-server", | 464 "--isolate-server", |
448 "https://isolateserver.appspot.com", | 465 "https://isolateserver.appspot.com", |
449 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 466 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
450 ], | 467 ], |
| 468 "cwd": "[SLAVE_BUILD]", |
451 "name": "upload new .isolated file for compile_skia", | 469 "name": "upload new .isolated file for compile_skia", |
452 "stdout": "/path/to/tmp/" | 470 "stdout": "/path/to/tmp/" |
453 }, | 471 }, |
454 { | 472 { |
455 "cmd": [ | 473 "cmd": [ |
456 "python", | 474 "python", |
457 "-u", | 475 "-u", |
458 "[CWD]/swarming.client/swarming.py", | 476 "[SLAVE_BUILD]/swarming.client/swarming.py", |
459 "trigger", | 477 "trigger", |
460 "--swarming", | 478 "--swarming", |
461 "https://chromium-swarm.appspot.com", | 479 "https://chromium-swarm.appspot.com", |
462 "--isolate-server", | 480 "--isolate-server", |
463 "https://isolateserver.appspot.com", | 481 "https://isolateserver.appspot.com", |
464 "--priority", | 482 "--priority", |
465 "90", | 483 "90", |
466 "--shards", | 484 "--shards", |
467 "1", | 485 "1", |
468 "--task-name", | 486 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 "../../..", | 525 "../../..", |
508 "skia/swarm_compile", | 526 "skia/swarm_compile", |
509 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", | 527 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", |
510 "mastername=client.skia.fyi", | 528 "mastername=client.skia.fyi", |
511 "buildnumber=5", | 529 "buildnumber=5", |
512 "slavename=skiabot-linux-housekeeper-003", | 530 "slavename=skiabot-linux-housekeeper-003", |
513 "reason=Triggered by Skia swarm_trigger Recipe", | 531 "reason=Triggered by Skia swarm_trigger Recipe", |
514 "swarm_out_dir=${ISOLATED_OUTDIR}", | 532 "swarm_out_dir=${ISOLATED_OUTDIR}", |
515 "revision=164710" | 533 "revision=164710" |
516 ], | 534 ], |
| 535 "cwd": "[SLAVE_BUILD]", |
517 "name": "[trigger] compile_skia on Ubuntu", | 536 "name": "[trigger] compile_skia on Ubuntu", |
518 "~followup_annotations": [ | 537 "~followup_annotations": [ |
519 "@@@STEP_LOG_LINE@json.output@{@@@", | 538 "@@@STEP_LOG_LINE@json.output@{@@@", |
520 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5\", @@@", | 539 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5\", @@@", |
521 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 540 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
522 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt
u-GCC-x86_64-Debug-Swarming/5\": {@@@", | 541 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt
u-GCC-x86_64-Debug-Swarming/5\": {@@@", |
523 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 542 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
524 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 543 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
525 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 544 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
526 "@@@STEP_LOG_LINE@json.output@ }@@@", | 545 "@@@STEP_LOG_LINE@json.output@ }@@@", |
527 "@@@STEP_LOG_LINE@json.output@ }@@@", | 546 "@@@STEP_LOG_LINE@json.output@ }@@@", |
528 "@@@STEP_LOG_LINE@json.output@}@@@", | 547 "@@@STEP_LOG_LINE@json.output@}@@@", |
529 "@@@STEP_LOG_END@json.output@@@", | 548 "@@@STEP_LOG_END@json.output@@@", |
530 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 549 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
531 ] | 550 ] |
532 }, | 551 }, |
533 { | 552 { |
534 "cmd": [ | 553 "cmd": [ |
535 "python", | 554 "python", |
536 "-u", | 555 "-u", |
537 "[CWD]/swarming.client/swarming.py", | 556 "[SLAVE_BUILD]/swarming.client/swarming.py", |
538 "collect", | 557 "collect", |
539 "--swarming", | 558 "--swarming", |
540 "https://chromium-swarm.appspot.com", | 559 "https://chromium-swarm.appspot.com", |
541 "--decorate", | 560 "--decorate", |
542 "--print-status-updates", | 561 "--print-status-updates", |
543 "--shards", | 562 "--shards", |
544 "1", | 563 "1", |
545 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5", | 564 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5", |
546 "--task-summary-json", | 565 "--task-summary-json", |
547 "/path/to/tmp/json" | 566 "/path/to/tmp/json" |
548 ], | 567 ], |
| 568 "cwd": "[SLAVE_BUILD]", |
549 "name": "compile_skia on Ubuntu", | 569 "name": "compile_skia on Ubuntu", |
550 "~followup_annotations": [ | 570 "~followup_annotations": [ |
551 "@@@STEP_TEXT@swarming pending 71s@@@", | 571 "@@@STEP_TEXT@swarming pending 71s@@@", |
552 "@@@STEP_LOG_LINE@json.output@{@@@", | 572 "@@@STEP_LOG_LINE@json.output@{@@@", |
553 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
554 "@@@STEP_LOG_LINE@json.output@ {@@@", | 574 "@@@STEP_LOG_LINE@json.output@ {@@@", |
555 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
556 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
557 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 577 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
558 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 578 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
589 "@@@STEP_LOG_END@json.output@@@", | 609 "@@@STEP_LOG_END@json.output@@@", |
590 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 610 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
591 ] | 611 ] |
592 }, | 612 }, |
593 { | 613 { |
594 "name": "$result", | 614 "name": "$result", |
595 "recipe_result": null, | 615 "recipe_result": null, |
596 "status_code": 0 | 616 "status_code": 0 |
597 } | 617 } |
598 ] | 618 ] |
OLD | NEW |