OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "Linux ChromiumOS GN", | 10 "Linux ChromiumOS GN", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 "-u", | 178 "-u", |
179 "[BUILD]/scripts/slave/cleanup_temp.py" | 179 "[BUILD]/scripts/slave/cleanup_temp.py" |
180 ], | 180 ], |
181 "cwd": "[SLAVE_BUILD]", | 181 "cwd": "[SLAVE_BUILD]", |
182 "name": "cleanup_temp" | 182 "name": "cleanup_temp" |
183 }, | 183 }, |
184 { | 184 { |
185 "cmd": [ | 185 "cmd": [ |
186 "python", | 186 "python", |
187 "-u", | 187 "-u", |
188 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 188 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
189 "--build-dir", | 189 "--build-dir", |
190 "[SLAVE_BUILD]/src/out/Release", | 190 "[SLAVE_BUILD]/src/out/Release", |
191 "--clean-isolated-files" | 191 "--clean-isolated-files" |
192 ], | 192 ], |
193 "cwd": "[SLAVE_BUILD]", | 193 "cwd": "[SLAVE_BUILD]", |
194 "name": "clean isolated files" | 194 "name": "clean isolated files" |
195 }, | 195 }, |
196 { | 196 { |
197 "cmd": [ | 197 "cmd": [ |
198 "python", | 198 "python", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "name": "compile", | 239 "name": "compile", |
240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
242 "@@@STEP_LOG_END@json.output (invalid)@@@" | 242 "@@@STEP_LOG_END@json.output (invalid)@@@" |
243 ] | 243 ] |
244 }, | 244 }, |
245 { | 245 { |
246 "cmd": [ | 246 "cmd": [ |
247 "python", | 247 "python", |
248 "-u", | 248 "-u", |
249 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 249 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
250 "--build-dir", | 250 "--build-dir", |
251 "[SLAVE_BUILD]/src/out/Release", | 251 "[SLAVE_BUILD]/src/out/Release", |
252 "--src-dir", | 252 "--src-dir", |
253 "[SLAVE_BUILD]/src" | 253 "[SLAVE_BUILD]/src" |
254 ], | 254 ], |
255 "cwd": "[SLAVE_BUILD]", | 255 "cwd": "[SLAVE_BUILD]", |
256 "name": "remove_build_metadata" | 256 "name": "remove_build_metadata" |
257 }, | 257 }, |
258 { | 258 { |
259 "cmd": [ | 259 "cmd": [ |
260 "python", | 260 "python", |
261 "-u", | 261 "-u", |
262 "RECIPE_MODULE[isolate]/resources/isolate.py", | 262 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
263 "[SLAVE_BUILD]/src/tools/swarming_client", | 263 "[SLAVE_BUILD]/src/tools/swarming_client", |
264 "batcharchive", | 264 "batcharchive", |
265 "--dump-json", | 265 "--dump-json", |
266 "/path/to/tmp/json", | 266 "/path/to/tmp/json", |
267 "--isolate-server", | 267 "--isolate-server", |
268 "https://isolateserver.appspot.com", | 268 "https://isolateserver.appspot.com", |
269 "--verbose", | 269 "--verbose", |
270 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 270 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
271 ], | 271 ], |
272 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
273 "name": "isolate tests", | 273 "name": "isolate tests", |
274 "~followup_annotations": [ | 274 "~followup_annotations": [ |
275 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
276 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
277 "@@@STEP_LOG_LINE@json.output@}@@@", | 277 "@@@STEP_LOG_LINE@json.output@}@@@", |
278 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
279 ] | 279 ] |
280 }, | 280 }, |
281 { | 281 { |
282 "cmd": [ | 282 "cmd": [ |
283 "python", | 283 "python", |
284 "-u", | 284 "-u", |
285 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 285 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
286 "--build-dir", | 286 "--build-dir", |
287 "[SLAVE_BUILD]/src/out/Release", | 287 "[SLAVE_BUILD]/src/out/Release", |
288 "--output-json", | 288 "--output-json", |
289 "/path/to/tmp/json" | 289 "/path/to/tmp/json" |
290 ], | 290 ], |
291 "cwd": "[SLAVE_BUILD]", | 291 "cwd": "[SLAVE_BUILD]", |
292 "name": "find isolated tests", | 292 "name": "find isolated tests", |
293 "~followup_annotations": [ | 293 "~followup_annotations": [ |
294 "@@@STEP_LOG_LINE@json.output@{@@@", | 294 "@@@STEP_LOG_LINE@json.output@{@@@", |
295 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 332 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
333 "@@@STEP_LOG_END@python.inline@@@" | 333 "@@@STEP_LOG_END@python.inline@@@" |
334 ] | 334 ] |
335 }, | 335 }, |
336 { | 336 { |
337 "name": "$result", | 337 "name": "$result", |
338 "recipe_result": null, | 338 "recipe_result": null, |
339 "status_code": 0 | 339 "status_code": 0 |
340 } | 340 } |
341 ] | 341 ] |
OLD | NEW |