| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o
s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n
chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", | 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o
s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n
chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | |
| 10 "name": "rmcontents everything", | 9 "name": "rmcontents everything", |
| 11 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 13 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in
os.listdir(path)):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in
os.listdir(path)):@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@
", | 19 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@
", |
| 21 "@@@STEP_LOG_LINE@python.inline@ else:@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ else:@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", |
| 23 "@@@STEP_LOG_END@python.inline@@@" | 22 "@@@STEP_LOG_END@python.inline@@@" |
| 24 ] | 23 ] |
| 25 }, | 24 }, |
| 26 { | 25 { |
| 27 "cmd": [ | 26 "cmd": [ |
| 28 "python", | 27 "python", |
| 29 "-u", | 28 "-u", |
| 30 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 29 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 31 "--path", | 30 "--path", |
| 32 "[SLAVE_BUILD]/flutter", | 31 "[SLAVE_BUILD]/flutter", |
| 33 "--url", | 32 "--url", |
| 34 "https://chromium.googlesource.com/external/github.com/flutter/flutter" | 33 "https://chromium.googlesource.com/external/github.com/flutter/flutter" |
| 35 ], | 34 ], |
| 36 "cwd": "[SLAVE_BUILD]", | |
| 37 "name": "git setup" | 35 "name": "git setup" |
| 38 }, | 36 }, |
| 39 { | 37 { |
| 40 "cmd": [ | 38 "cmd": [ |
| 41 "git", | 39 "git", |
| 42 "retry", | 40 "retry", |
| 43 "fetch", | 41 "fetch", |
| 44 "origin", | 42 "origin", |
| 45 "master", | 43 "master", |
| 46 "--recurse-submodules" | 44 "--recurse-submodules" |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "--init", | 98 "--init", |
| 101 "--recursive" | 99 "--recursive" |
| 102 ], | 100 ], |
| 103 "cwd": "[SLAVE_BUILD]/flutter", | 101 "cwd": "[SLAVE_BUILD]/flutter", |
| 104 "name": "submodule update" | 102 "name": "submodule update" |
| 105 }, | 103 }, |
| 106 { | 104 { |
| 107 "cmd": [ | 105 "cmd": [ |
| 108 "[SLAVE_BUILD]/flutter/infra/download_android_tools.py" | 106 "[SLAVE_BUILD]/flutter/infra/download_android_tools.py" |
| 109 ], | 107 ], |
| 110 "cwd": "[SLAVE_BUILD]", | |
| 111 "name": "download android tools" | 108 "name": "download android tools" |
| 112 }, | 109 }, |
| 113 { | 110 { |
| 114 "cmd": [ | 111 "cmd": [ |
| 115 "flutter", | 112 "flutter", |
| 116 "doctor" | 113 "doctor" |
| 117 ], | 114 ], |
| 118 "cwd": "[SLAVE_BUILD]", | |
| 119 "env": { | 115 "env": { |
| 120 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 116 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 121 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 117 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 122 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 118 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 123 }, | 119 }, |
| 124 "name": "flutter doctor" | 120 "name": "flutter doctor" |
| 125 }, | 121 }, |
| 126 { | 122 { |
| 127 "cmd": [ | 123 "cmd": [ |
| 128 "flutter", | 124 "flutter", |
| 129 "update-packages" | 125 "update-packages" |
| 130 ], | 126 ], |
| 131 "cwd": "[SLAVE_BUILD]", | |
| 132 "env": { | 127 "env": { |
| 133 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 128 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 134 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 129 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 135 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 130 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 136 }, | 131 }, |
| 137 "name": "update packages" | 132 "name": "update packages" |
| 138 }, | 133 }, |
| 139 { | 134 { |
| 140 "cmd": [ | 135 "cmd": [ |
| 141 "flutter", | 136 "flutter", |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "python", | 328 "python", |
| 334 "-u", | 329 "-u", |
| 335 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 330 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 336 "--", | 331 "--", |
| 337 "[DEPOT_TOOLS]/gsutil.py", | 332 "[DEPOT_TOOLS]/gsutil.py", |
| 338 "----", | 333 "----", |
| 339 "cp", | 334 "cp", |
| 340 "[SLAVE_BUILD]/flutter/examples/stocks/build/app.apk", | 335 "[SLAVE_BUILD]/flutter/examples/stocks/build/app.apk", |
| 341 "gs://flutter_infra/flutter/deadbeef/examples/Stocks.apk" | 336 "gs://flutter_infra/flutter/deadbeef/examples/Stocks.apk" |
| 342 ], | 337 ], |
| 343 "cwd": "[SLAVE_BUILD]", | |
| 344 "env": { | 338 "env": { |
| 345 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 339 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 346 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 340 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 347 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 341 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 348 }, | 342 }, |
| 349 "name": "gsutil upload Stocks.apk", | 343 "name": "gsutil upload Stocks.apk", |
| 350 "~followup_annotations": [ | 344 "~followup_annotations": [ |
| 351 "@@@STEP_LINK@Stocks.apk@https://storage.cloud.google.com/flutter_infra/fl
utter/deadbeef/examples/Stocks.apk@@@" | 345 "@@@STEP_LINK@Stocks.apk@https://storage.cloud.google.com/flutter_infra/fl
utter/deadbeef/examples/Stocks.apk@@@" |
| 352 ] | 346 ] |
| 353 }, | 347 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 370 "python", | 364 "python", |
| 371 "-u", | 365 "-u", |
| 372 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 366 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 373 "--", | 367 "--", |
| 374 "[DEPOT_TOOLS]/gsutil.py", | 368 "[DEPOT_TOOLS]/gsutil.py", |
| 375 "----", | 369 "----", |
| 376 "cp", | 370 "cp", |
| 377 "[SLAVE_BUILD]/flutter/examples/material_gallery/build/app.apk", | 371 "[SLAVE_BUILD]/flutter/examples/material_gallery/build/app.apk", |
| 378 "gs://flutter_infra/flutter/deadbeef/examples/Gallery.apk" | 372 "gs://flutter_infra/flutter/deadbeef/examples/Gallery.apk" |
| 379 ], | 373 ], |
| 380 "cwd": "[SLAVE_BUILD]", | |
| 381 "env": { | 374 "env": { |
| 382 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 375 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 383 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 376 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 384 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 377 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 385 }, | 378 }, |
| 386 "name": "gsutil upload Gallery.apk", | 379 "name": "gsutil upload Gallery.apk", |
| 387 "~followup_annotations": [ | 380 "~followup_annotations": [ |
| 388 "@@@STEP_LINK@Gallery.apk@https://storage.cloud.google.com/flutter_infra/f
lutter/deadbeef/examples/Gallery.apk@@@" | 381 "@@@STEP_LINK@Gallery.apk@https://storage.cloud.google.com/flutter_infra/f
lutter/deadbeef/examples/Gallery.apk@@@" |
| 389 ] | 382 ] |
| 390 }, | 383 }, |
| 391 { | 384 { |
| 392 "cmd": [ | 385 "cmd": [ |
| 393 "pub", | 386 "pub", |
| 394 "global", | 387 "global", |
| 395 "activate", | 388 "activate", |
| 396 "dartdoc", | 389 "dartdoc", |
| 397 "0.9.4" | 390 "0.9.4" |
| 398 ], | 391 ], |
| 399 "cwd": "[SLAVE_BUILD]", | |
| 400 "env": { | 392 "env": { |
| 401 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 393 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 402 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 394 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 403 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 395 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 404 }, | 396 }, |
| 405 "name": "pub global activate dartdoc" | 397 "name": "pub global activate dartdoc" |
| 406 }, | 398 }, |
| 407 { | 399 { |
| 408 "cmd": [ | 400 "cmd": [ |
| 409 "dart", | 401 "dart", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 425 "--", | 417 "--", |
| 426 "[DEPOT_TOOLS]/gsutil.py", | 418 "[DEPOT_TOOLS]/gsutil.py", |
| 427 "----", | 419 "----", |
| 428 "-m", | 420 "-m", |
| 429 "rsync", | 421 "rsync", |
| 430 "-d", | 422 "-d", |
| 431 "-r", | 423 "-r", |
| 432 "[SLAVE_BUILD]/flutter/dev/docs/doc/api", | 424 "[SLAVE_BUILD]/flutter/dev/docs/doc/api", |
| 433 "gs://docs.flutter.io/flutter" | 425 "gs://docs.flutter.io/flutter" |
| 434 ], | 426 ], |
| 435 "cwd": "[SLAVE_BUILD]", | |
| 436 "env": { | 427 "env": { |
| 437 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 428 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 438 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 429 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 439 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 430 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 440 }, | 431 }, |
| 441 "name": "gsutil rsync docs" | 432 "name": "gsutil rsync docs" |
| 442 }, | 433 }, |
| 443 { | 434 { |
| 444 "name": "$result", | 435 "name": "$result", |
| 445 "recipe_result": null, | 436 "recipe_result": null, |
| 446 "status_code": 0 | 437 "status_code": 0 |
| 447 } | 438 } |
| 448 ] | 439 ] |
| OLD | NEW |