OLD | NEW |
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.4.10@@@" | 91 "@@@STEP_TEXT@0.4.10@@@" |
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 29 matching lines...) Expand all Loading... |
196 "--tag", | 201 "--tag", |
197 "os:win", | 202 "os:win", |
198 "--tag", | 203 "--tag", |
199 "stepname:hello_world on Windows-7-SP1", | 204 "stepname:hello_world on Windows-7-SP1", |
200 "--verbose", | 205 "--verbose", |
201 "--idempotent", | 206 "--idempotent", |
202 "--user", | 207 "--user", |
203 "joe", | 208 "joe", |
204 "hash_for_win" | 209 "hash_for_win" |
205 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", |
206 "name": "[trigger] hello_world on Windows-7-SP1", | 212 "name": "[trigger] hello_world on Windows-7-SP1", |
207 "~followup_annotations": [ | 213 "~followup_annotations": [ |
208 "@@@STEP_LOG_LINE@json.output@{@@@", | 214 "@@@STEP_LOG_LINE@json.output@{@@@", |
209 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows-
7-SP1/hash_for_w\", @@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows-
7-SP1/hash_for_w\", @@@", |
210 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
211 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\"
: {@@@", | 217 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\"
: {@@@", |
212 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
213 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
214 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", | 220 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", |
215 "@@@STEP_LOG_LINE@json.output@ }@@@", | 221 "@@@STEP_LOG_LINE@json.output@ }@@@", |
216 "@@@STEP_LOG_LINE@json.output@ }@@@", | 222 "@@@STEP_LOG_LINE@json.output@ }@@@", |
217 "@@@STEP_LOG_LINE@json.output@}@@@", | 223 "@@@STEP_LOG_LINE@json.output@}@@@", |
218 "@@@STEP_LOG_END@json.output@@@", | 224 "@@@STEP_LOG_END@json.output@@@", |
219 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" | 225 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" |
220 ] | 226 ] |
221 }, | 227 }, |
222 { | 228 { |
223 "cmd": [ | 229 "cmd": [ |
224 "python", | 230 "python", |
225 "-u", | 231 "-u", |
226 "[CWD]/swarming.client/swarming.py", | 232 "[SLAVE_BUILD]/swarming.client/swarming.py", |
227 "trigger", | 233 "trigger", |
228 "--swarming", | 234 "--swarming", |
229 "https://chromium-swarm-dev.appspot.com", | 235 "https://chromium-swarm-dev.appspot.com", |
230 "--isolate-server", | 236 "--isolate-server", |
231 "https://isolateserver-dev.appspot.com", | 237 "https://isolateserver-dev.appspot.com", |
232 "--priority", | 238 "--priority", |
233 "30", | 239 "30", |
234 "--shards", | 240 "--shards", |
235 "2", | 241 "2", |
236 "--task-name", | 242 "--task-name", |
(...skipping 29 matching lines...) Expand all Loading... |
266 "--tag", | 272 "--tag", |
267 "os:linux", | 273 "os:linux", |
268 "--tag", | 274 "--tag", |
269 "stepname:hello_world on Ubuntu-12.04", | 275 "stepname:hello_world on Ubuntu-12.04", |
270 "--verbose", | 276 "--verbose", |
271 "--idempotent", | 277 "--idempotent", |
272 "--user", | 278 "--user", |
273 "joe", | 279 "joe", |
274 "hash_for_linux" | 280 "hash_for_linux" |
275 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", |
276 "name": "[trigger] hello_world on Ubuntu-12.04", | 283 "name": "[trigger] hello_world on Ubuntu-12.04", |
277 "~followup_annotations": [ | 284 "~followup_annotations": [ |
278 "@@@STEP_LOG_LINE@json.output@{@@@", | 285 "@@@STEP_LOG_LINE@json.output@{@@@", |
279 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1
2.04/hash_for_l\", @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1
2.04/hash_for_l\", @@@", |
280 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
281 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
0\": {@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
0\": {@@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", |
285 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 292 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
1\": {@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
1\": {@@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10100\"@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10100\"@@@", |
290 "@@@STEP_LOG_LINE@json.output@ }@@@", | 297 "@@@STEP_LOG_LINE@json.output@ }@@@", |
291 "@@@STEP_LOG_LINE@json.output@ }@@@", | 298 "@@@STEP_LOG_LINE@json.output@ }@@@", |
292 "@@@STEP_LOG_LINE@json.output@}@@@", | 299 "@@@STEP_LOG_LINE@json.output@}@@@", |
293 "@@@STEP_LOG_END@json.output@@@", | 300 "@@@STEP_LOG_END@json.output@@@", |
294 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@", | 301 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@", |
295 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10
100@@@" | 302 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10
100@@@" |
296 ] | 303 ] |
297 }, | 304 }, |
298 { | 305 { |
299 "cmd": [ | 306 "cmd": [ |
300 "python", | 307 "python", |
301 "-u", | 308 "-u", |
302 "[CWD]/swarming.client/swarming.py", | 309 "[SLAVE_BUILD]/swarming.client/swarming.py", |
303 "trigger", | 310 "trigger", |
304 "--swarming", | 311 "--swarming", |
305 "https://chromium-swarm-dev.appspot.com", | 312 "https://chromium-swarm-dev.appspot.com", |
306 "--isolate-server", | 313 "--isolate-server", |
307 "https://isolateserver-dev.appspot.com", | 314 "https://isolateserver-dev.appspot.com", |
308 "--priority", | 315 "--priority", |
309 "30", | 316 "30", |
310 "--shards", | 317 "--shards", |
311 "1", | 318 "1", |
312 "--task-name", | 319 "--task-name", |
(...skipping 29 matching lines...) Expand all Loading... |
342 "--tag", | 349 "--tag", |
343 "os:mac", | 350 "os:mac", |
344 "--tag", | 351 "--tag", |
345 "stepname:hello_world on Mac-10.9", | 352 "stepname:hello_world on Mac-10.9", |
346 "--verbose", | 353 "--verbose", |
347 "--idempotent", | 354 "--idempotent", |
348 "--user", | 355 "--user", |
349 "joe", | 356 "joe", |
350 "hash_for_mac" | 357 "hash_for_mac" |
351 ], | 358 ], |
| 359 "cwd": "[SLAVE_BUILD]", |
352 "name": "[trigger] hello_world on Mac-10.9", | 360 "name": "[trigger] hello_world on Mac-10.9", |
353 "~followup_annotations": [ | 361 "~followup_annotations": [ |
354 "@@@STEP_LOG_LINE@json.output@{@@@", | 362 "@@@STEP_LOG_LINE@json.output@{@@@", |
355 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9
/hash_for_m\", @@@", | 363 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9
/hash_for_m\", @@@", |
356 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
357 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@
@", | 365 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@
@", |
358 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
359 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 367 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
360 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", |
361 "@@@STEP_LOG_LINE@json.output@ }@@@", | 369 "@@@STEP_LOG_LINE@json.output@ }@@@", |
362 "@@@STEP_LOG_LINE@json.output@ }@@@", | 370 "@@@STEP_LOG_LINE@json.output@ }@@@", |
363 "@@@STEP_LOG_LINE@json.output@}@@@", | 371 "@@@STEP_LOG_LINE@json.output@}@@@", |
364 "@@@STEP_LOG_END@json.output@@@", | 372 "@@@STEP_LOG_END@json.output@@@", |
365 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" | 373 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" |
366 ] | 374 ] |
367 }, | 375 }, |
368 { | 376 { |
369 "cmd": [ | 377 "cmd": [ |
370 "echo", | 378 "echo", |
371 "running something locally" | 379 "running something locally" |
372 ], | 380 ], |
| 381 "cwd": "[SLAVE_BUILD]", |
373 "name": "local step" | 382 "name": "local step" |
374 }, | 383 }, |
375 { | 384 { |
376 "cmd": [ | 385 "cmd": [ |
377 "python", | 386 "python", |
378 "-u", | 387 "-u", |
379 "[CWD]/swarming.client/swarming.py", | 388 "[SLAVE_BUILD]/swarming.client/swarming.py", |
380 "collect", | 389 "collect", |
381 "--swarming", | 390 "--swarming", |
382 "https://chromium-swarm-dev.appspot.com", | 391 "https://chromium-swarm-dev.appspot.com", |
383 "--decorate", | 392 "--decorate", |
384 "--print-status-updates", | 393 "--print-status-updates", |
385 "--verbose", | 394 "--verbose", |
386 "--shards", | 395 "--shards", |
387 "1", | 396 "1", |
388 "hello_world/Windows-7-SP1/hash_for_w", | 397 "hello_world/Windows-7-SP1/hash_for_w", |
389 "--task-summary-json", | 398 "--task-summary-json", |
390 "/path/to/tmp/json", | 399 "/path/to/tmp/json", |
391 "--task-output-dir", | 400 "--task-output-dir", |
392 "[TMP]/hello_isolated_world_tmp_1/task_output_dir" | 401 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
393 ], | 402 ], |
| 403 "cwd": "[SLAVE_BUILD]", |
394 "name": "hello_world on Windows-7-SP1", | 404 "name": "hello_world on Windows-7-SP1", |
395 "~followup_annotations": [ | 405 "~followup_annotations": [ |
396 "@@@STEP_TEXT@swarming pending 71s@@@", | 406 "@@@STEP_TEXT@swarming pending 71s@@@", |
397 "@@@STEP_LOG_LINE@json.output@{@@@", | 407 "@@@STEP_LOG_LINE@json.output@{@@@", |
398 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
399 "@@@STEP_LOG_LINE@json.output@ {@@@", | 409 "@@@STEP_LOG_LINE@json.output@ {@@@", |
400 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
401 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
402 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
403 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
432 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 442 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
433 "@@@STEP_LOG_LINE@json.output@}@@@", | 443 "@@@STEP_LOG_LINE@json.output@}@@@", |
434 "@@@STEP_LOG_END@json.output@@@", | 444 "@@@STEP_LOG_END@json.output@@@", |
435 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 445 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
436 ] | 446 ] |
437 }, | 447 }, |
438 { | 448 { |
439 "cmd": [ | 449 "cmd": [ |
440 "python", | 450 "python", |
441 "-u", | 451 "-u", |
442 "[CWD]/swarming.client/swarming.py", | 452 "[SLAVE_BUILD]/swarming.client/swarming.py", |
443 "collect", | 453 "collect", |
444 "--swarming", | 454 "--swarming", |
445 "https://chromium-swarm-dev.appspot.com", | 455 "https://chromium-swarm-dev.appspot.com", |
446 "--decorate", | 456 "--decorate", |
447 "--print-status-updates", | 457 "--print-status-updates", |
448 "--verbose", | 458 "--verbose", |
449 "--shards", | 459 "--shards", |
450 "2", | 460 "2", |
451 "hello_world/Ubuntu-12.04/hash_for_l", | 461 "hello_world/Ubuntu-12.04/hash_for_l", |
452 "--task-summary-json", | 462 "--task-summary-json", |
453 "/path/to/tmp/json", | 463 "/path/to/tmp/json", |
454 "--task-output-dir", | 464 "--task-output-dir", |
455 "[TMP]/hello_isolated_world_tmp_1/task_output_dir" | 465 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
456 ], | 466 ], |
| 467 "cwd": "[SLAVE_BUILD]", |
457 "name": "hello_world on Ubuntu-12.04", | 468 "name": "hello_world on Ubuntu-12.04", |
458 "~followup_annotations": [ | 469 "~followup_annotations": [ |
459 "@@@STEP_TEXT@swarming pending 71s@@@", | 470 "@@@STEP_TEXT@swarming pending 71s@@@", |
460 "@@@STEP_LOG_LINE@json.output@{@@@", | 471 "@@@STEP_LOG_LINE@json.output@{@@@", |
461 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 472 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
462 "@@@STEP_LOG_LINE@json.output@ {@@@", | 473 "@@@STEP_LOG_LINE@json.output@ {@@@", |
463 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
464 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
465 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
466 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 477 "@@@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 Loading... |
529 "@@@STEP_LOG_LINE@json.output@}@@@", | 540 "@@@STEP_LOG_LINE@json.output@}@@@", |
530 "@@@STEP_LOG_END@json.output@@@", | 541 "@@@STEP_LOG_END@json.output@@@", |
531 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 542 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
532 "@@@STEP_LINK@shard #1 isolated out@blah@@@" | 543 "@@@STEP_LINK@shard #1 isolated out@blah@@@" |
533 ] | 544 ] |
534 }, | 545 }, |
535 { | 546 { |
536 "cmd": [ | 547 "cmd": [ |
537 "python", | 548 "python", |
538 "-u", | 549 "-u", |
539 "[CWD]/swarming.client/swarming.py", | 550 "[SLAVE_BUILD]/swarming.client/swarming.py", |
540 "collect", | 551 "collect", |
541 "--swarming", | 552 "--swarming", |
542 "https://chromium-swarm-dev.appspot.com", | 553 "https://chromium-swarm-dev.appspot.com", |
543 "--decorate", | 554 "--decorate", |
544 "--print-status-updates", | 555 "--print-status-updates", |
545 "--verbose", | 556 "--verbose", |
546 "--shards", | 557 "--shards", |
547 "1", | 558 "1", |
548 "hello_world/Mac-10.9/hash_for_m", | 559 "hello_world/Mac-10.9/hash_for_m", |
549 "--task-summary-json", | 560 "--task-summary-json", |
550 "/path/to/tmp/json", | 561 "/path/to/tmp/json", |
551 "--task-output-dir", | 562 "--task-output-dir", |
552 "[TMP]/hello_isolated_world_tmp_1/task_output_dir" | 563 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
553 ], | 564 ], |
| 565 "cwd": "[SLAVE_BUILD]", |
554 "name": "hello_world on Mac-10.9", | 566 "name": "hello_world on Mac-10.9", |
555 "~followup_annotations": [ | 567 "~followup_annotations": [ |
556 "@@@STEP_TEXT@swarming pending 71s@@@", | 568 "@@@STEP_TEXT@swarming pending 71s@@@", |
557 "@@@STEP_LOG_LINE@json.output@{@@@", | 569 "@@@STEP_LOG_LINE@json.output@{@@@", |
558 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
559 "@@@STEP_LOG_LINE@json.output@ {@@@", | 571 "@@@STEP_LOG_LINE@json.output@ {@@@", |
560 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
561 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
562 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
563 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
593 "@@@STEP_LOG_LINE@json.output@}@@@", | 605 "@@@STEP_LOG_LINE@json.output@}@@@", |
594 "@@@STEP_LOG_END@json.output@@@", | 606 "@@@STEP_LOG_END@json.output@@@", |
595 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 607 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
596 ] | 608 ] |
597 }, | 609 }, |
598 { | 610 { |
599 "cmd": [ | 611 "cmd": [ |
600 "python", | 612 "python", |
601 "-u", | 613 "-u", |
602 "\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", | 614 "\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", |
603 "[TMP]/hello_isolated_world_tmp_1" | 615 "[TMP_BASE]/hello_isolated_world_tmp_1" |
604 ], | 616 ], |
| 617 "cwd": "[SLAVE_BUILD]", |
605 "name": "rmtree remove temp dir", | 618 "name": "rmtree remove temp dir", |
606 "~followup_annotations": [ | 619 "~followup_annotations": [ |
607 "@@@STEP_LOG_LINE@python.inline@@@@", | 620 "@@@STEP_LOG_LINE@python.inline@@@@", |
608 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 621 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
609 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 622 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
610 "@@@STEP_LOG_LINE@python.inline@@@@", | 623 "@@@STEP_LOG_LINE@python.inline@@@@", |
611 "@@@STEP_LOG_LINE@python.inline@@@@", | 624 "@@@STEP_LOG_LINE@python.inline@@@@", |
612 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 625 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
613 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 626 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
614 "@@@STEP_LOG_END@python.inline@@@" | 627 "@@@STEP_LOG_END@python.inline@@@" |
615 ] | 628 ] |
616 }, | 629 }, |
617 { | 630 { |
618 "name": "$result", | 631 "name": "$result", |
619 "recipe_result": null, | 632 "recipe_result": null, |
620 "status_code": 0 | 633 "status_code": 0 |
621 } | 634 } |
622 ] | 635 ] |
OLD | NEW |