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 "[dummy swarming client hash]" | 21 "[dummy swarming client hash]" |
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 "~followup_annotations": [ | 79 "~followup_annotations": [ |
79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" | 80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" |
80 ] | 81 ] |
81 }, | 82 }, |
82 { | 83 { |
83 "cmd": [ | 84 "cmd": [ |
84 "python", | 85 "python", |
85 "-u", | 86 "-u", |
86 "[CWD]/swarming.client/swarming.py", | 87 "[SLAVE_BUILD]/swarming.client/swarming.py", |
87 "--version" | 88 "--version" |
88 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
89 "name": "swarming.py --version", | 91 "name": "swarming.py --version", |
90 "stdout": "/path/to/tmp/", | 92 "stdout": "/path/to/tmp/", |
91 "~followup_annotations": [ | 93 "~followup_annotations": [ |
92 "@@@STEP_TEXT@0.4.10@@@" | 94 "@@@STEP_TEXT@0.4.10@@@" |
93 ] | 95 ] |
94 }, | 96 }, |
95 { | 97 { |
96 "cmd": [ | 98 "cmd": [ |
97 "python", | 99 "python", |
98 "-u", | 100 "-u", |
99 "[CWD]/swarming.client/swarming.py", | 101 "[SLAVE_BUILD]/swarming.client/swarming.py", |
100 "trigger", | 102 "trigger", |
101 "--swarming", | 103 "--swarming", |
102 "https://chromium-swarm.appspot.com", | 104 "https://chromium-swarm.appspot.com", |
103 "--isolate-server", | 105 "--isolate-server", |
104 "https://isolateserver.appspot.com", | 106 "https://isolateserver.appspot.com", |
105 "--priority", | 107 "--priority", |
106 "25", | 108 "25", |
107 "--shards", | 109 "--shards", |
108 "1", | 110 "1", |
109 "--task-name", | 111 "--task-name", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 "--mode", | 158 "--mode", |
157 "Release", | 159 "Release", |
158 "--arch", | 160 "--arch", |
159 "ia32", | 161 "ia32", |
160 "--progress", | 162 "--progress", |
161 "verbose", | 163 "verbose", |
162 "--buildbot", | 164 "--buildbot", |
163 "--coverage=0.4", | 165 "--coverage=0.4", |
164 "--distribution-mode=smooth" | 166 "--distribution-mode=smooth" |
165 ], | 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", |
166 "name": "[trigger] Deopt Fuzz on Ubuntu-12.04", | 169 "name": "[trigger] Deopt Fuzz on Ubuntu-12.04", |
167 "~followup_annotations": [ | 170 "~followup_annotations": [ |
168 "@@@STEP_LOG_LINE@json.output@{@@@", | 171 "@@@STEP_LOG_LINE@json.output@{@@@", |
169 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Deopt Fuzz/Ubuntu-12
.04/[dummy has/V8 Deopt Fuzzer/571\", @@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Deopt Fuzz/Ubuntu-12
.04/[dummy has/V8 Deopt Fuzzer/571\", @@@", |
170 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
171 "@@@STEP_LOG_LINE@json.output@ \"Deopt Fuzz/Ubuntu-12.04/[dummy has/V8
Deopt Fuzzer/571\": {@@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"Deopt Fuzz/Ubuntu-12.04/[dummy has/V8
Deopt Fuzzer/571\": {@@@", |
172 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
173 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
174 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
175 "@@@STEP_LOG_LINE@json.output@ }@@@", | 178 "@@@STEP_LOG_LINE@json.output@ }@@@", |
176 "@@@STEP_LOG_LINE@json.output@ }@@@", | 179 "@@@STEP_LOG_LINE@json.output@ }@@@", |
177 "@@@STEP_LOG_LINE@json.output@}@@@", | 180 "@@@STEP_LOG_LINE@json.output@}@@@", |
178 "@@@STEP_LOG_END@json.output@@@", | 181 "@@@STEP_LOG_END@json.output@@@", |
179 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 182 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
180 ] | 183 ] |
181 }, | 184 }, |
182 { | 185 { |
183 "cmd": [ | 186 "cmd": [ |
184 "python", | 187 "python", |
185 "-u", | 188 "-u", |
186 "[CWD]/swarming.client/swarming.py", | 189 "[SLAVE_BUILD]/swarming.client/swarming.py", |
187 "collect", | 190 "collect", |
188 "--swarming", | 191 "--swarming", |
189 "https://chromium-swarm.appspot.com", | 192 "https://chromium-swarm.appspot.com", |
190 "--decorate", | 193 "--decorate", |
191 "--print-status-updates", | 194 "--print-status-updates", |
192 "--shards", | 195 "--shards", |
193 "1", | 196 "1", |
194 "Deopt Fuzz/Ubuntu-12.04/[dummy has/V8 Deopt Fuzzer/571", | 197 "Deopt Fuzz/Ubuntu-12.04/[dummy has/V8 Deopt Fuzzer/571", |
195 "--task-summary-json", | 198 "--task-summary-json", |
196 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
197 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
198 "name": "Deopt Fuzz on Ubuntu-12.04", | 202 "name": "Deopt Fuzz on Ubuntu-12.04", |
199 "~followup_annotations": [ | 203 "~followup_annotations": [ |
200 "@@@STEP_TEXT@swarming pending 71s@@@", | 204 "@@@STEP_TEXT@swarming pending 71s@@@", |
201 "@@@STEP_LOG_LINE@json.output@{@@@", | 205 "@@@STEP_LOG_LINE@json.output@{@@@", |
202 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
203 "@@@STEP_LOG_LINE@json.output@ {@@@", | 207 "@@@STEP_LOG_LINE@json.output@ {@@@", |
204 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
205 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
206 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
207 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
238 "@@@STEP_LOG_END@json.output@@@", | 242 "@@@STEP_LOG_END@json.output@@@", |
239 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 243 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
240 ] | 244 ] |
241 }, | 245 }, |
242 { | 246 { |
243 "name": "$result", | 247 "name": "$result", |
244 "recipe_result": null, | 248 "recipe_result": null, |
245 "status_code": 0 | 249 "status_code": 0 |
246 } | 250 } |
247 ] | 251 ] |
OLD | NEW |