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

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

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

Powered by Google App Engine
This is Rietveld 408576698