Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.android", 8 "chromium.android",
9 "--builder", 9 "--builder",
10 "Android Swarm Builder", 10 "Android Swarm Builder",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "[SLAVE_BUILD]/src", 214 "[SLAVE_BUILD]/src",
215 "src" 215 "src"
216 ], 216 ],
217 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
218 "name": "tree truth steps" 218 "name": "tree truth steps"
219 }, 219 },
220 { 220 {
221 "cmd": [ 221 "cmd": [
222 "python", 222 "python",
223 "-u", 223 "-u",
224 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 224 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
225 "--build-dir", 225 "--build-dir",
226 "[SLAVE_BUILD]/src/out/Release", 226 "[SLAVE_BUILD]/src/out/Release",
227 "--clean-isolated-files" 227 "--clean-isolated-files"
228 ], 228 ],
229 "cwd": "[SLAVE_BUILD]", 229 "cwd": "[SLAVE_BUILD]",
230 "name": "clean isolated files" 230 "name": "clean isolated files"
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "name": "compile", 277 "name": "compile",
278 "~followup_annotations": [ 278 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
280 "@@@STEP_LOG_END@json.output (invalid)@@@" 280 "@@@STEP_LOG_END@json.output (invalid)@@@"
281 ] 281 ]
282 }, 282 },
283 { 283 {
284 "cmd": [ 284 "cmd": [
285 "python", 285 "python",
286 "-u", 286 "-u",
287 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 287 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
288 "--build-dir", 288 "--build-dir",
289 "[SLAVE_BUILD]/src/out/Release", 289 "[SLAVE_BUILD]/src/out/Release",
290 "--src-dir", 290 "--src-dir",
291 "[SLAVE_BUILD]/src" 291 "[SLAVE_BUILD]/src"
292 ], 292 ],
293 "cwd": "[SLAVE_BUILD]", 293 "cwd": "[SLAVE_BUILD]",
294 "name": "remove_build_metadata" 294 "name": "remove_build_metadata"
295 }, 295 },
296 { 296 {
297 "cmd": [ 297 "cmd": [
298 "python", 298 "python",
299 "-u", 299 "-u",
300 "RECIPE_MODULE[isolate]/resources/isolate.py", 300 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
301 "[SLAVE_BUILD]/src/tools/swarming_client", 301 "[SLAVE_BUILD]/src/tools/swarming_client",
302 "batcharchive", 302 "batcharchive",
303 "--dump-json", 303 "--dump-json",
304 "/path/to/tmp/json", 304 "/path/to/tmp/json",
305 "--isolate-server", 305 "--isolate-server",
306 "https://isolateserver.appspot.com", 306 "https://isolateserver.appspot.com",
307 "--verbose", 307 "--verbose",
308 "[SLAVE_BUILD]/src/out/Release/browser_tests_apk.isolated.gen.json" 308 "[SLAVE_BUILD]/src/out/Release/browser_tests_apk.isolated.gen.json"
309 ], 309 ],
310 "cwd": "[SLAVE_BUILD]", 310 "cwd": "[SLAVE_BUILD]",
311 "name": "isolate tests", 311 "name": "isolate tests",
312 "~followup_annotations": [ 312 "~followup_annotations": [
313 "@@@STEP_LOG_LINE@json.output@{@@@", 313 "@@@STEP_LOG_LINE@json.output@{@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_apk\": \"[dummy hash for b rowser_tests_apk]\"@@@", 314 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_apk\": \"[dummy hash for b rowser_tests_apk]\"@@@",
315 "@@@STEP_LOG_LINE@json.output@}@@@", 315 "@@@STEP_LOG_LINE@json.output@}@@@",
316 "@@@STEP_LOG_END@json.output@@@" 316 "@@@STEP_LOG_END@json.output@@@"
317 ] 317 ]
318 }, 318 },
319 { 319 {
320 "cmd": [ 320 "cmd": [
321 "python", 321 "python",
322 "-u", 322 "-u",
323 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 323 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
324 "--build-dir", 324 "--build-dir",
325 "[SLAVE_BUILD]/src/out/Release", 325 "[SLAVE_BUILD]/src/out/Release",
326 "--output-json", 326 "--output-json",
327 "/path/to/tmp/json" 327 "/path/to/tmp/json"
328 ], 328 ],
329 "cwd": "[SLAVE_BUILD]", 329 "cwd": "[SLAVE_BUILD]",
330 "name": "find isolated tests", 330 "name": "find isolated tests",
331 "~followup_annotations": [ 331 "~followup_annotations": [
332 "@@@STEP_LOG_LINE@json.output@{@@@", 332 "@@@STEP_LOG_LINE@json.output@{@@@",
333 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 333 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 390 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
391 "@@@STEP_LOG_END@python.inline@@@" 391 "@@@STEP_LOG_END@python.inline@@@"
392 ] 392 ]
393 }, 393 },
394 { 394 {
395 "name": "$result", 395 "name": "$result",
396 "recipe_result": null, 396 "recipe_result": null,
397 "status_code": 0 397 "status_code": 0
398 } 398 }
399 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698