Chromium Code Reviews

Side by Side Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[CWD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
11 ], 11 ],
12 "cwd": "[SLAVE_BUILD]",
12 "name": "git setup (swarming_client)" 13 "name": "git setup (swarming_client)"
13 }, 14 },
14 { 15 {
15 "cmd": [ 16 "cmd": [
16 "git", 17 "git",
17 "retry", 18 "retry",
18 "fetch", 19 "fetch",
19 "origin", 20 "origin",
20 "master" 21 "master"
21 ], 22 ],
22 "cwd": "[CWD]/swarming.client", 23 "cwd": "[SLAVE_BUILD]/swarming.client",
23 "name": "git fetch (swarming_client)" 24 "name": "git fetch (swarming_client)"
24 }, 25 },
25 { 26 {
26 "cmd": [ 27 "cmd": [
27 "git", 28 "git",
28 "checkout", 29 "checkout",
29 "-f", 30 "-f",
30 "FETCH_HEAD" 31 "FETCH_HEAD"
31 ], 32 ],
32 "cwd": "[CWD]/swarming.client", 33 "cwd": "[SLAVE_BUILD]/swarming.client",
33 "name": "git checkout (swarming_client)" 34 "name": "git checkout (swarming_client)"
34 }, 35 },
35 { 36 {
36 "cmd": [ 37 "cmd": [
37 "git", 38 "git",
38 "rev-parse", 39 "rev-parse",
39 "HEAD" 40 "HEAD"
40 ], 41 ],
41 "cwd": "[CWD]/swarming.client", 42 "cwd": "[SLAVE_BUILD]/swarming.client",
42 "name": "read revision", 43 "name": "read revision",
43 "stdout": "/path/to/tmp/", 44 "stdout": "/path/to/tmp/",
44 "~followup_annotations": [ 45 "~followup_annotations": [
45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" 46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
46 ] 47 ]
47 }, 48 },
48 { 49 {
49 "cmd": [ 50 "cmd": [
50 "git", 51 "git",
51 "clean", 52 "clean",
52 "-f", 53 "-f",
53 "-d", 54 "-d",
54 "-x" 55 "-x"
55 ], 56 ],
56 "cwd": "[CWD]/swarming.client", 57 "cwd": "[SLAVE_BUILD]/swarming.client",
57 "name": "git clean (swarming_client)" 58 "name": "git clean (swarming_client)"
58 }, 59 },
59 { 60 {
60 "cmd": [ 61 "cmd": [
61 "git", 62 "git",
62 "submodule", 63 "submodule",
63 "sync" 64 "sync"
64 ], 65 ],
65 "cwd": "[CWD]/swarming.client", 66 "cwd": "[SLAVE_BUILD]/swarming.client",
66 "name": "submodule sync (swarming_client)" 67 "name": "submodule sync (swarming_client)"
67 }, 68 },
68 { 69 {
69 "cmd": [ 70 "cmd": [
70 "git", 71 "git",
71 "submodule", 72 "submodule",
72 "update", 73 "update",
73 "--init", 74 "--init",
74 "--recursive" 75 "--recursive"
75 ], 76 ],
76 "cwd": "[CWD]/swarming.client", 77 "cwd": "[SLAVE_BUILD]/swarming.client",
77 "name": "submodule update (swarming_client)" 78 "name": "submodule update (swarming_client)"
78 }, 79 },
79 { 80 {
80 "cmd": [ 81 "cmd": [
81 "python", 82 "python",
82 "-u", 83 "-u",
83 "[CWD]/swarming.client/swarming.py", 84 "[SLAVE_BUILD]/swarming.client/swarming.py",
84 "--version" 85 "--version"
85 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
86 "name": "swarming.py --version", 88 "name": "swarming.py --version",
87 "stdout": "/path/to/tmp/", 89 "stdout": "/path/to/tmp/",
88 "~followup_annotations": [ 90 "~followup_annotations": [
89 "@@@STEP_TEXT@0.5@@@" 91 "@@@STEP_TEXT@0.5@@@"
90 ] 92 ]
91 }, 93 },
92 { 94 {
93 "cmd": [ 95 "cmd": [
94 "python", 96 "python",
95 "-u", 97 "-u",
96 "[CWD]/swarming.client/isolate.py", 98 "[SLAVE_BUILD]/swarming.client/isolate.py",
97 "archive", 99 "archive",
98 "--isolate", 100 "--isolate",
99 "[CWD]/swarming.client/example/payload/hello_world.isolate", 101 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
100 "--isolated", 102 "--isolated",
101 "[TMP]/hello_isolated_world_tmp_1/hello_world.isolated", 103 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
102 "--isolate-server", 104 "--isolate-server",
103 "https://isolateserver-dev.appspot.com", 105 "https://isolateserver-dev.appspot.com",
104 "--config-variable", 106 "--config-variable",
105 "OS", 107 "OS",
106 "win", 108 "win",
107 "--verbose" 109 "--verbose"
108 ], 110 ],
111 "cwd": "[SLAVE_BUILD]",
109 "name": "archive for win", 112 "name": "archive for win",
110 "stdout": "/path/to/tmp/" 113 "stdout": "/path/to/tmp/"
111 }, 114 },
112 { 115 {
113 "cmd": [ 116 "cmd": [
114 "python", 117 "python",
115 "-u", 118 "-u",
116 "[CWD]/swarming.client/isolate.py", 119 "[SLAVE_BUILD]/swarming.client/isolate.py",
117 "archive", 120 "archive",
118 "--isolate", 121 "--isolate",
119 "[CWD]/swarming.client/example/payload/hello_world.isolate", 122 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
120 "--isolated", 123 "--isolated",
121 "[TMP]/hello_isolated_world_tmp_1/hello_world.isolated", 124 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
122 "--isolate-server", 125 "--isolate-server",
123 "https://isolateserver-dev.appspot.com", 126 "https://isolateserver-dev.appspot.com",
124 "--config-variable", 127 "--config-variable",
125 "OS", 128 "OS",
126 "linux", 129 "linux",
127 "--verbose" 130 "--verbose"
128 ], 131 ],
132 "cwd": "[SLAVE_BUILD]",
129 "name": "archive for linux", 133 "name": "archive for linux",
130 "stdout": "/path/to/tmp/" 134 "stdout": "/path/to/tmp/"
131 }, 135 },
132 { 136 {
133 "cmd": [ 137 "cmd": [
134 "python", 138 "python",
135 "-u", 139 "-u",
136 "[CWD]/swarming.client/isolate.py", 140 "[SLAVE_BUILD]/swarming.client/isolate.py",
137 "archive", 141 "archive",
138 "--isolate", 142 "--isolate",
139 "[CWD]/swarming.client/example/payload/hello_world.isolate", 143 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
140 "--isolated", 144 "--isolated",
141 "[TMP]/hello_isolated_world_tmp_1/hello_world.isolated", 145 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
142 "--isolate-server", 146 "--isolate-server",
143 "https://isolateserver-dev.appspot.com", 147 "https://isolateserver-dev.appspot.com",
144 "--config-variable", 148 "--config-variable",
145 "OS", 149 "OS",
146 "mac", 150 "mac",
147 "--verbose" 151 "--verbose"
148 ], 152 ],
153 "cwd": "[SLAVE_BUILD]",
149 "name": "archive for mac", 154 "name": "archive for mac",
150 "stdout": "/path/to/tmp/" 155 "stdout": "/path/to/tmp/"
151 }, 156 },
152 { 157 {
153 "cmd": [ 158 "cmd": [
154 "python", 159 "python",
155 "-u", 160 "-u",
156 "[CWD]/swarming.client/swarming.py", 161 "[SLAVE_BUILD]/swarming.client/swarming.py",
157 "trigger", 162 "trigger",
158 "--swarming", 163 "--swarming",
159 "https://chromium-swarm-dev.appspot.com", 164 "https://chromium-swarm-dev.appspot.com",
160 "--isolate-server", 165 "--isolate-server",
161 "https://isolateserver-dev.appspot.com", 166 "https://isolateserver-dev.appspot.com",
162 "--priority", 167 "--priority",
163 "30", 168 "30",
164 "--shards", 169 "--shards",
165 "1", 170 "1",
166 "--task-name", 171 "--task-name",
(...skipping 31 matching lines...)
198 "--tag", 203 "--tag",
199 "rietveld:https://codereview.chromium.org/123/#ps1001", 204 "rietveld:https://codereview.chromium.org/123/#ps1001",
200 "--tag", 205 "--tag",
201 "stepname:hello_world on Windows-7-SP1", 206 "stepname:hello_world on Windows-7-SP1",
202 "--verbose", 207 "--verbose",
203 "--idempotent", 208 "--idempotent",
204 "--user", 209 "--user",
205 "joe", 210 "joe",
206 "hash_for_win" 211 "hash_for_win"
207 ], 212 ],
213 "cwd": "[SLAVE_BUILD]",
208 "name": "[trigger] hello_world on Windows-7-SP1", 214 "name": "[trigger] hello_world on Windows-7-SP1",
209 "~followup_annotations": [ 215 "~followup_annotations": [
210 "@@@STEP_LOG_LINE@json.output@{@@@", 216 "@@@STEP_LOG_LINE@json.output@{@@@",
211 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@", 217 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@",
212 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 218 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
213 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@", 219 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@",
214 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 220 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
215 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 221 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
216 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 222 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
217 "@@@STEP_LOG_LINE@json.output@ }@@@", 223 "@@@STEP_LOG_LINE@json.output@ }@@@",
218 "@@@STEP_LOG_LINE@json.output@ }@@@", 224 "@@@STEP_LOG_LINE@json.output@ }@@@",
219 "@@@STEP_LOG_LINE@json.output@}@@@", 225 "@@@STEP_LOG_LINE@json.output@}@@@",
220 "@@@STEP_LOG_END@json.output@@@", 226 "@@@STEP_LOG_END@json.output@@@",
221 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@" 227 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@"
222 ] 228 ]
223 }, 229 },
224 { 230 {
225 "cmd": [ 231 "cmd": [
226 "python", 232 "python",
227 "-u", 233 "-u",
228 "[CWD]/swarming.client/swarming.py", 234 "[SLAVE_BUILD]/swarming.client/swarming.py",
229 "trigger", 235 "trigger",
230 "--swarming", 236 "--swarming",
231 "https://chromium-swarm-dev.appspot.com", 237 "https://chromium-swarm-dev.appspot.com",
232 "--isolate-server", 238 "--isolate-server",
233 "https://isolateserver-dev.appspot.com", 239 "https://isolateserver-dev.appspot.com",
234 "--priority", 240 "--priority",
235 "30", 241 "30",
236 "--shards", 242 "--shards",
237 "2", 243 "2",
238 "--task-name", 244 "--task-name",
(...skipping 31 matching lines...)
270 "--tag", 276 "--tag",
271 "rietveld:https://codereview.chromium.org/123/#ps1001", 277 "rietveld:https://codereview.chromium.org/123/#ps1001",
272 "--tag", 278 "--tag",
273 "stepname:hello_world on Ubuntu-12.04", 279 "stepname:hello_world on Ubuntu-12.04",
274 "--verbose", 280 "--verbose",
275 "--idempotent", 281 "--idempotent",
276 "--user", 282 "--user",
277 "joe", 283 "joe",
278 "hash_for_linux" 284 "hash_for_linux"
279 ], 285 ],
286 "cwd": "[SLAVE_BUILD]",
280 "name": "[trigger] hello_world on Ubuntu-12.04", 287 "name": "[trigger] hello_world on Ubuntu-12.04",
281 "~followup_annotations": [ 288 "~followup_annotations": [
282 "@@@STEP_LOG_LINE@json.output@{@@@", 289 "@@@STEP_LOG_LINE@json.output@{@@@",
283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@", 290 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@",
284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 291 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
285 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@", 292 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@",
286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 293 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 294 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 295 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
289 "@@@STEP_LOG_LINE@json.output@ }, @@@", 296 "@@@STEP_LOG_LINE@json.output@ }, @@@",
290 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 1\": {@@@", 297 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 1\": {@@@",
291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", 298 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@",
292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", 299 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@",
293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10100\"@@@", 300 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10100\"@@@",
294 "@@@STEP_LOG_LINE@json.output@ }@@@", 301 "@@@STEP_LOG_LINE@json.output@ }@@@",
295 "@@@STEP_LOG_LINE@json.output@ }@@@", 302 "@@@STEP_LOG_LINE@json.output@ }@@@",
296 "@@@STEP_LOG_LINE@json.output@}@@@", 303 "@@@STEP_LOG_LINE@json.output@}@@@",
297 "@@@STEP_LOG_END@json.output@@@", 304 "@@@STEP_LOG_END@json.output@@@",
298 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@", 305 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@",
299 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10 100@@@" 306 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10 100@@@"
300 ] 307 ]
301 }, 308 },
302 { 309 {
303 "cmd": [ 310 "cmd": [
304 "python", 311 "python",
305 "-u", 312 "-u",
306 "[CWD]/swarming.client/swarming.py", 313 "[SLAVE_BUILD]/swarming.client/swarming.py",
307 "trigger", 314 "trigger",
308 "--swarming", 315 "--swarming",
309 "https://chromium-swarm-dev.appspot.com", 316 "https://chromium-swarm-dev.appspot.com",
310 "--isolate-server", 317 "--isolate-server",
311 "https://isolateserver-dev.appspot.com", 318 "https://isolateserver-dev.appspot.com",
312 "--priority", 319 "--priority",
313 "30", 320 "30",
314 "--shards", 321 "--shards",
315 "1", 322 "1",
316 "--task-name", 323 "--task-name",
(...skipping 31 matching lines...)
348 "--tag", 355 "--tag",
349 "rietveld:https://codereview.chromium.org/123/#ps1001", 356 "rietveld:https://codereview.chromium.org/123/#ps1001",
350 "--tag", 357 "--tag",
351 "stepname:hello_world on Mac-10.9", 358 "stepname:hello_world on Mac-10.9",
352 "--verbose", 359 "--verbose",
353 "--idempotent", 360 "--idempotent",
354 "--user", 361 "--user",
355 "joe", 362 "joe",
356 "hash_for_mac" 363 "hash_for_mac"
357 ], 364 ],
365 "cwd": "[SLAVE_BUILD]",
358 "name": "[trigger] hello_world on Mac-10.9", 366 "name": "[trigger] hello_world on Mac-10.9",
359 "~followup_annotations": [ 367 "~followup_annotations": [
360 "@@@STEP_LOG_LINE@json.output@{@@@", 368 "@@@STEP_LOG_LINE@json.output@{@@@",
361 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@", 369 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@",
362 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 370 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
363 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @", 371 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @",
364 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 372 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
365 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 373 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
366 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 374 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
367 "@@@STEP_LOG_LINE@json.output@ }@@@", 375 "@@@STEP_LOG_LINE@json.output@ }@@@",
368 "@@@STEP_LOG_LINE@json.output@ }@@@", 376 "@@@STEP_LOG_LINE@json.output@ }@@@",
369 "@@@STEP_LOG_LINE@json.output@}@@@", 377 "@@@STEP_LOG_LINE@json.output@}@@@",
370 "@@@STEP_LOG_END@json.output@@@", 378 "@@@STEP_LOG_END@json.output@@@",
371 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@" 379 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@"
372 ] 380 ]
373 }, 381 },
374 { 382 {
375 "cmd": [ 383 "cmd": [
376 "echo", 384 "echo",
377 "running something locally" 385 "running something locally"
378 ], 386 ],
387 "cwd": "[SLAVE_BUILD]",
379 "name": "local step" 388 "name": "local step"
380 }, 389 },
381 { 390 {
382 "cmd": [ 391 "cmd": [
383 "python", 392 "python",
384 "-u", 393 "-u",
385 "[CWD]/swarming.client/swarming.py", 394 "[SLAVE_BUILD]/swarming.client/swarming.py",
386 "collect", 395 "collect",
387 "--swarming", 396 "--swarming",
388 "https://chromium-swarm-dev.appspot.com", 397 "https://chromium-swarm-dev.appspot.com",
389 "--decorate", 398 "--decorate",
390 "--print-status-updates", 399 "--print-status-updates",
391 "--verbose", 400 "--verbose",
392 "--json", 401 "--json",
393 "{\"base_task_name\": \"hello_world/Windows-7-SP1/hash_for_w\", \"tasks\": {\"hello_world/Windows-7-SP1/hash_for_w\": {\"shard_index\": 0, \"task_id\": \" 10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\ "}}}", 402 "{\"base_task_name\": \"hello_world/Windows-7-SP1/hash_for_w\", \"tasks\": {\"hello_world/Windows-7-SP1/hash_for_w\": {\"shard_index\": 0, \"task_id\": \" 10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\ "}}}",
394 "--task-summary-json", 403 "--task-summary-json",
395 "/path/to/tmp/json", 404 "/path/to/tmp/json",
396 "--task-output-dir", 405 "--task-output-dir",
397 "[TMP]/hello_isolated_world_tmp_1/task_output_dir" 406 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
398 ], 407 ],
408 "cwd": "[SLAVE_BUILD]",
399 "name": "hello_world on Windows-7-SP1", 409 "name": "hello_world on Windows-7-SP1",
400 "~followup_annotations": [ 410 "~followup_annotations": [
401 "@@@STEP_TEXT@swarming pending 71s@@@", 411 "@@@STEP_TEXT@swarming pending 71s@@@",
402 "@@@STEP_LOG_LINE@json.output@{@@@", 412 "@@@STEP_LOG_LINE@json.output@{@@@",
403 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 413 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
404 "@@@STEP_LOG_LINE@json.output@ {@@@", 414 "@@@STEP_LOG_LINE@json.output@ {@@@",
405 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 415 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
406 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 416 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
407 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 417 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
408 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 418 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 28 matching lines...)
437 "@@@STEP_LOG_LINE@json.output@ ]@@@", 447 "@@@STEP_LOG_LINE@json.output@ ]@@@",
438 "@@@STEP_LOG_LINE@json.output@}@@@", 448 "@@@STEP_LOG_LINE@json.output@}@@@",
439 "@@@STEP_LOG_END@json.output@@@", 449 "@@@STEP_LOG_END@json.output@@@",
440 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 450 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
441 ] 451 ]
442 }, 452 },
443 { 453 {
444 "cmd": [ 454 "cmd": [
445 "python", 455 "python",
446 "-u", 456 "-u",
447 "[CWD]/swarming.client/swarming.py", 457 "[SLAVE_BUILD]/swarming.client/swarming.py",
448 "collect", 458 "collect",
449 "--swarming", 459 "--swarming",
450 "https://chromium-swarm-dev.appspot.com", 460 "https://chromium-swarm-dev.appspot.com",
451 "--decorate", 461 "--decorate",
452 "--print-status-updates", 462 "--print-status-updates",
453 "--verbose", 463 "--verbose",
454 "--json", 464 "--json",
455 "{\"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", \"tasks\": {\"hello_world/Ubuntu-12.04/hash_for_l:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/1000 0\"}, \"hello_world/Ubuntu-12.04/hash_for_l:2:1\": {\"shard_index\": 1, \"task_i d\": \"10100\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task /10100\"}}}", 465 "{\"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", \"tasks\": {\"hello_world/Ubuntu-12.04/hash_for_l:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/1000 0\"}, \"hello_world/Ubuntu-12.04/hash_for_l:2:1\": {\"shard_index\": 1, \"task_i d\": \"10100\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task /10100\"}}}",
456 "--task-summary-json", 466 "--task-summary-json",
457 "/path/to/tmp/json", 467 "/path/to/tmp/json",
458 "--task-output-dir", 468 "--task-output-dir",
459 "[TMP]/hello_isolated_world_tmp_1/task_output_dir" 469 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
460 ], 470 ],
471 "cwd": "[SLAVE_BUILD]",
461 "name": "hello_world on Ubuntu-12.04", 472 "name": "hello_world on Ubuntu-12.04",
462 "~followup_annotations": [ 473 "~followup_annotations": [
463 "@@@STEP_TEXT@swarming pending 71s@@@", 474 "@@@STEP_TEXT@swarming pending 71s@@@",
464 "@@@STEP_LOG_LINE@json.output@{@@@", 475 "@@@STEP_LOG_LINE@json.output@{@@@",
465 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 476 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
466 "@@@STEP_LOG_LINE@json.output@ {@@@", 477 "@@@STEP_LOG_LINE@json.output@ {@@@",
467 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 478 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
468 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 479 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
469 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 480 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
470 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 481 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 62 matching lines...)
533 "@@@STEP_LOG_LINE@json.output@}@@@", 544 "@@@STEP_LOG_LINE@json.output@}@@@",
534 "@@@STEP_LOG_END@json.output@@@", 545 "@@@STEP_LOG_END@json.output@@@",
535 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 546 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
536 "@@@STEP_LINK@shard #1 isolated out@blah@@@" 547 "@@@STEP_LINK@shard #1 isolated out@blah@@@"
537 ] 548 ]
538 }, 549 },
539 { 550 {
540 "cmd": [ 551 "cmd": [
541 "python", 552 "python",
542 "-u", 553 "-u",
543 "[CWD]/swarming.client/swarming.py", 554 "[SLAVE_BUILD]/swarming.client/swarming.py",
544 "collect", 555 "collect",
545 "--swarming", 556 "--swarming",
546 "https://chromium-swarm-dev.appspot.com", 557 "https://chromium-swarm-dev.appspot.com",
547 "--decorate", 558 "--decorate",
548 "--print-status-updates", 559 "--print-status-updates",
549 "--verbose", 560 "--verbose",
550 "--json", 561 "--json",
551 "{\"base_task_name\": \"hello_world/Mac-10.9/hash_for_m\", \"tasks\": {\"h ello_world/Mac-10.9/hash_for_m\": {\"shard_index\": 0, \"task_id\": \"10000\", \ "view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\"}}}", 562 "{\"base_task_name\": \"hello_world/Mac-10.9/hash_for_m\", \"tasks\": {\"h ello_world/Mac-10.9/hash_for_m\": {\"shard_index\": 0, \"task_id\": \"10000\", \ "view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\"}}}",
552 "--task-summary-json", 563 "--task-summary-json",
553 "/path/to/tmp/json", 564 "/path/to/tmp/json",
554 "--task-output-dir", 565 "--task-output-dir",
555 "[TMP]/hello_isolated_world_tmp_1/task_output_dir" 566 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
556 ], 567 ],
568 "cwd": "[SLAVE_BUILD]",
557 "name": "hello_world on Mac-10.9", 569 "name": "hello_world on Mac-10.9",
558 "~followup_annotations": [ 570 "~followup_annotations": [
559 "@@@STEP_TEXT@swarming pending 71s@@@", 571 "@@@STEP_TEXT@swarming pending 71s@@@",
560 "@@@STEP_LOG_LINE@json.output@{@@@", 572 "@@@STEP_LOG_LINE@json.output@{@@@",
561 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 573 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
562 "@@@STEP_LOG_LINE@json.output@ {@@@", 574 "@@@STEP_LOG_LINE@json.output@ {@@@",
563 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 575 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
564 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 576 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
565 "@@@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\", @@@",
566 "@@@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 29 matching lines...)
596 "@@@STEP_LOG_LINE@json.output@}@@@", 608 "@@@STEP_LOG_LINE@json.output@}@@@",
597 "@@@STEP_LOG_END@json.output@@@", 609 "@@@STEP_LOG_END@json.output@@@",
598 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 610 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
599 ] 611 ]
600 }, 612 },
601 { 613 {
602 "cmd": [ 614 "cmd": [
603 "python", 615 "python",
604 "-u", 616 "-u",
605 "\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", 617 "\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",
606 "[TMP]/hello_isolated_world_tmp_1" 618 "[TMP_BASE]/hello_isolated_world_tmp_1"
607 ], 619 ],
620 "cwd": "[SLAVE_BUILD]",
608 "name": "rmtree remove temp dir", 621 "name": "rmtree remove temp dir",
609 "~followup_annotations": [ 622 "~followup_annotations": [
610 "@@@STEP_LOG_LINE@python.inline@@@@", 623 "@@@STEP_LOG_LINE@python.inline@@@@",
611 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 624 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
612 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 625 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
613 "@@@STEP_LOG_LINE@python.inline@@@@", 626 "@@@STEP_LOG_LINE@python.inline@@@@",
614 "@@@STEP_LOG_LINE@python.inline@@@@", 627 "@@@STEP_LOG_LINE@python.inline@@@@",
615 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 628 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
616 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 629 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
617 "@@@STEP_LOG_END@python.inline@@@" 630 "@@@STEP_LOG_END@python.inline@@@"
618 ] 631 ]
619 }, 632 },
620 { 633 {
621 "name": "$result", 634 "name": "$result",
622 "recipe_result": null, 635 "recipe_result": null,
623 "status_code": 0 636 "status_code": 0
624 } 637 }
625 ] 638 ]
OLDNEW

Powered by Google App Engine