OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.testing.master", | 8 "chromium.testing.master", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 55 matching lines...) Loading... |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 98 ] |
98 }, | 99 }, |
99 { | 100 { |
100 "cmd": [ | 101 "cmd": [ |
101 "python", | 102 "python", |
102 "-u", | 103 "-u", |
103 "[CWD]/src/tools/swarming_client/isolate.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
104 "archive", | 105 "archive", |
105 "--isolate", | 106 "--isolate", |
106 "[CWD]/src/testing/legion/examples/hello_world/controller_test.isolate", | 107 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/controller_test.iso
late", |
107 "--isolated", | 108 "--isolated", |
108 "[CWD]/src/testing/legion/examples/hello_world/controller_test.isolated", | 109 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/controller_test.iso
lated", |
109 "--isolate-server", | 110 "--isolate-server", |
110 "https://omnibot-legion-isolate-server.appspot.com", | 111 "https://omnibot-legion-isolate-server.appspot.com", |
111 "--config-variable", | 112 "--config-variable", |
112 "multi_machine", | 113 "multi_machine", |
113 "1" | 114 "1" |
114 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
115 "name": "archive for controller_test.isolate" | 117 "name": "archive for controller_test.isolate" |
116 }, | 118 }, |
117 { | 119 { |
118 "cmd": [ | 120 "cmd": [ |
119 "python", | 121 "python", |
120 "-u", | 122 "-u", |
121 "[CWD]/src/tools/swarming_client/isolate.py", | 123 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
122 "archive", | 124 "archive", |
123 "--isolate", | 125 "--isolate", |
124 "[CWD]/src/testing/legion/examples/hello_world/task_test.isolate", | 126 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/task_test.isolate", |
125 "--isolated", | 127 "--isolated", |
126 "[CWD]/src/testing/legion/examples/hello_world/task_test.isolated", | 128 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/task_test.isolated"
, |
127 "--isolate-server", | 129 "--isolate-server", |
128 "https://omnibot-legion-isolate-server.appspot.com", | 130 "https://omnibot-legion-isolate-server.appspot.com", |
129 "--config-variable", | 131 "--config-variable", |
130 "multi_machine", | 132 "multi_machine", |
131 "1" | 133 "1" |
132 ], | 134 ], |
| 135 "cwd": "[SLAVE_BUILD]", |
133 "name": "archive for task_test.isolate" | 136 "name": "archive for task_test.isolate" |
134 }, | 137 }, |
135 { | 138 { |
136 "cmd": [ | 139 "cmd": [ |
137 "python", | 140 "python", |
138 "-u", | 141 "-u", |
139 "[CWD]/src/testing/legion/tools/legion.py", | 142 "[SLAVE_BUILD]/src/testing/legion/tools/legion.py", |
140 "run", | 143 "run", |
141 "--controller-isolated", | 144 "--controller-isolated", |
142 "[CWD]/src/testing/legion/examples/hello_world/controller_test.isolated", | 145 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/controller_test.iso
lated", |
143 "--task-name", | 146 "--task-name", |
144 "hello_world_test", | 147 "hello_world_test", |
145 "--isolate-server", | 148 "--isolate-server", |
146 "https://omnibot-legion-isolate-server.appspot.com", | 149 "https://omnibot-legion-isolate-server.appspot.com", |
147 "--swarming-server", | 150 "--swarming-server", |
148 "https://omnibot-legion-swarming-server.appspot.com", | 151 "https://omnibot-legion-swarming-server.appspot.com", |
149 "--dimension", | 152 "--dimension", |
150 "os", | 153 "os", |
151 "Linux", | 154 "Linux", |
152 "--controller-var", | 155 "--controller-var", |
153 "verbosity", | 156 "verbosity", |
154 "INFO", | 157 "INFO", |
155 "--task", | 158 "--task", |
156 "task-hash", | 159 "task-hash", |
157 "[CWD]/src/testing/legion/examples/hello_world/task_test.isolated" | 160 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/task_test.isolated" |
158 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", |
159 "name": "Running test for hello_world_test", | 163 "name": "Running test for hello_world_test", |
160 "stdout": "/path/to/tmp/" | 164 "stdout": "/path/to/tmp/" |
161 }, | 165 }, |
162 { | 166 { |
163 "cmd": [ | 167 "cmd": [ |
164 "python", | 168 "python", |
165 "-u", | 169 "-u", |
166 "[CWD]/src/tools/swarming_client/isolate.py", | 170 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
167 "archive", | 171 "archive", |
168 "--isolate", | 172 "--isolate", |
169 "[CWD]/src/testing/legion/examples/subprocess/subprocess_test.isolate", | 173 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/subprocess_test.isol
ate", |
170 "--isolated", | 174 "--isolated", |
171 "[CWD]/src/testing/legion/examples/subprocess/subprocess_test.isolated", | 175 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/subprocess_test.isol
ated", |
172 "--isolate-server", | 176 "--isolate-server", |
173 "https://omnibot-legion-isolate-server.appspot.com", | 177 "https://omnibot-legion-isolate-server.appspot.com", |
174 "--config-variable", | 178 "--config-variable", |
175 "multi_machine", | 179 "multi_machine", |
176 "1" | 180 "1" |
177 ], | 181 ], |
| 182 "cwd": "[SLAVE_BUILD]", |
178 "name": "archive for subprocess_test.isolate" | 183 "name": "archive for subprocess_test.isolate" |
179 }, | 184 }, |
180 { | 185 { |
181 "cmd": [ | 186 "cmd": [ |
182 "python", | 187 "python", |
183 "-u", | 188 "-u", |
184 "[CWD]/src/tools/swarming_client/isolate.py", | 189 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
185 "archive", | 190 "archive", |
186 "--isolate", | 191 "--isolate", |
187 "[CWD]/src/testing/legion/examples/subprocess/task.isolate", | 192 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/task.isolate", |
188 "--isolated", | 193 "--isolated", |
189 "[CWD]/src/testing/legion/examples/subprocess/task.isolated", | 194 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/task.isolated", |
190 "--isolate-server", | 195 "--isolate-server", |
191 "https://omnibot-legion-isolate-server.appspot.com", | 196 "https://omnibot-legion-isolate-server.appspot.com", |
192 "--config-variable", | 197 "--config-variable", |
193 "multi_machine", | 198 "multi_machine", |
194 "1" | 199 "1" |
195 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
196 "name": "archive for task.isolate" | 202 "name": "archive for task.isolate" |
197 }, | 203 }, |
198 { | 204 { |
199 "cmd": [ | 205 "cmd": [ |
200 "python", | 206 "python", |
201 "-u", | 207 "-u", |
202 "[CWD]/src/testing/legion/tools/legion.py", | 208 "[SLAVE_BUILD]/src/testing/legion/tools/legion.py", |
203 "run", | 209 "run", |
204 "--controller-isolated", | 210 "--controller-isolated", |
205 "[CWD]/src/testing/legion/examples/subprocess/subprocess_test.isolated", | 211 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/subprocess_test.isol
ated", |
206 "--task-name", | 212 "--task-name", |
207 "subprocess_test", | 213 "subprocess_test", |
208 "--isolate-server", | 214 "--isolate-server", |
209 "https://omnibot-legion-isolate-server.appspot.com", | 215 "https://omnibot-legion-isolate-server.appspot.com", |
210 "--swarming-server", | 216 "--swarming-server", |
211 "https://omnibot-legion-swarming-server.appspot.com", | 217 "https://omnibot-legion-swarming-server.appspot.com", |
212 "--dimension", | 218 "--dimension", |
213 "os", | 219 "os", |
214 "Linux", | 220 "Linux", |
215 "--controller-var", | 221 "--controller-var", |
216 "verbosity", | 222 "verbosity", |
217 "INFO", | 223 "INFO", |
218 "--task", | 224 "--task", |
219 "task-hash", | 225 "task-hash", |
220 "[CWD]/src/testing/legion/examples/subprocess/task.isolated" | 226 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/task.isolated" |
221 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
222 "name": "Running test for subprocess_test", | 229 "name": "Running test for subprocess_test", |
223 "stdout": "/path/to/tmp/" | 230 "stdout": "/path/to/tmp/" |
224 }, | 231 }, |
225 { | 232 { |
226 "cmd": [ | 233 "cmd": [ |
227 "python", | 234 "python", |
228 "-u", | 235 "-u", |
229 "[CWD]/src/tools/swarming_client/isolate.py", | 236 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
230 "archive", | 237 "archive", |
231 "--isolate", | 238 "--isolate", |
232 "[CWD]/src/testing/legion/examples/http_example/http_test.isolate", | 239 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_test.isolate"
, |
233 "--isolated", | 240 "--isolated", |
234 "[CWD]/src/testing/legion/examples/http_example/http_test.isolated", | 241 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_test.isolated
", |
235 "--isolate-server", | 242 "--isolate-server", |
236 "https://omnibot-legion-isolate-server.appspot.com", | 243 "https://omnibot-legion-isolate-server.appspot.com", |
237 "--config-variable", | 244 "--config-variable", |
238 "multi_machine", | 245 "multi_machine", |
239 "1" | 246 "1" |
240 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", |
241 "name": "archive for http_test.isolate" | 249 "name": "archive for http_test.isolate" |
242 }, | 250 }, |
243 { | 251 { |
244 "cmd": [ | 252 "cmd": [ |
245 "python", | 253 "python", |
246 "-u", | 254 "-u", |
247 "[CWD]/src/tools/swarming_client/isolate.py", | 255 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
248 "archive", | 256 "archive", |
249 "--isolate", | 257 "--isolate", |
250 "[CWD]/src/testing/legion/examples/http_example/http_client.isolate", | 258 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_client.isolat
e", |
251 "--isolated", | 259 "--isolated", |
252 "[CWD]/src/testing/legion/examples/http_example/http_client.isolated", | 260 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_client.isolat
ed", |
253 "--isolate-server", | 261 "--isolate-server", |
254 "https://omnibot-legion-isolate-server.appspot.com", | 262 "https://omnibot-legion-isolate-server.appspot.com", |
255 "--config-variable", | 263 "--config-variable", |
256 "multi_machine", | 264 "multi_machine", |
257 "1" | 265 "1" |
258 ], | 266 ], |
| 267 "cwd": "[SLAVE_BUILD]", |
259 "name": "archive for http_client.isolate" | 268 "name": "archive for http_client.isolate" |
260 }, | 269 }, |
261 { | 270 { |
262 "cmd": [ | 271 "cmd": [ |
263 "python", | 272 "python", |
264 "-u", | 273 "-u", |
265 "[CWD]/src/tools/swarming_client/isolate.py", | 274 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
266 "archive", | 275 "archive", |
267 "--isolate", | 276 "--isolate", |
268 "[CWD]/src/testing/legion/examples/http_example/http_server.isolate", | 277 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_server.isolat
e", |
269 "--isolated", | 278 "--isolated", |
270 "[CWD]/src/testing/legion/examples/http_example/http_server.isolated", | 279 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_server.isolat
ed", |
271 "--isolate-server", | 280 "--isolate-server", |
272 "https://omnibot-legion-isolate-server.appspot.com", | 281 "https://omnibot-legion-isolate-server.appspot.com", |
273 "--config-variable", | 282 "--config-variable", |
274 "multi_machine", | 283 "multi_machine", |
275 "1" | 284 "1" |
276 ], | 285 ], |
| 286 "cwd": "[SLAVE_BUILD]", |
277 "name": "archive for http_server.isolate" | 287 "name": "archive for http_server.isolate" |
278 }, | 288 }, |
279 { | 289 { |
280 "cmd": [ | 290 "cmd": [ |
281 "python", | 291 "python", |
282 "-u", | 292 "-u", |
283 "[CWD]/src/testing/legion/tools/legion.py", | 293 "[SLAVE_BUILD]/src/testing/legion/tools/legion.py", |
284 "run", | 294 "run", |
285 "--controller-isolated", | 295 "--controller-isolated", |
286 "[CWD]/src/testing/legion/examples/http_example/http_test.isolated", | 296 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_test.isolated
", |
287 "--task-name", | 297 "--task-name", |
288 "http_test", | 298 "http_test", |
289 "--isolate-server", | 299 "--isolate-server", |
290 "https://omnibot-legion-isolate-server.appspot.com", | 300 "https://omnibot-legion-isolate-server.appspot.com", |
291 "--swarming-server", | 301 "--swarming-server", |
292 "https://omnibot-legion-swarming-server.appspot.com", | 302 "https://omnibot-legion-swarming-server.appspot.com", |
293 "--dimension", | 303 "--dimension", |
294 "os", | 304 "os", |
295 "Linux", | 305 "Linux", |
296 "--controller-var", | 306 "--controller-var", |
297 "verbosity", | 307 "verbosity", |
298 "INFO", | 308 "INFO", |
299 "--task", | 309 "--task", |
300 "http-client", | 310 "http-client", |
301 "[CWD]/src/testing/legion/examples/http_example/http_client.isolated", | 311 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_client.isolat
ed", |
302 "--task", | 312 "--task", |
303 "http-server", | 313 "http-server", |
304 "[CWD]/src/testing/legion/examples/http_example/http_server.isolated" | 314 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_server.isolat
ed" |
305 ], | 315 ], |
| 316 "cwd": "[SLAVE_BUILD]", |
306 "name": "Running test for http_test", | 317 "name": "Running test for http_test", |
307 "stdout": "/path/to/tmp/" | 318 "stdout": "/path/to/tmp/" |
308 }, | 319 }, |
309 { | 320 { |
310 "name": "$result", | 321 "name": "$result", |
311 "recipe_result": null, | 322 "recipe_result": null, |
312 "status_code": 0 | 323 "status_code": 0 |
313 } | 324 } |
314 ] | 325 ] |
OLD | NEW |