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