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