| 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\n\npath = sys.argv[1]
\nif os.path.exists(path):\n for p in (os.path.join(path, x) for x in os.listdi
r(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\n\npath = sys.argv[1]
\nif os.path.exists(path):\n for p in (os.path.join(path, x) for x in os.listdi
r(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]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "rmcontents everything", | 10 "name": "rmcontents everything", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "@@@STEP_LOG_LINE@python.inline@ else:@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ else:@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", | 22 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", |
| 23 "@@@STEP_LOG_END@python.inline@@@" | 23 "@@@STEP_LOG_END@python.inline@@@" |
| 24 ] | 24 ] |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "cmd": [ | 27 "cmd": [ |
| 28 "python", | 28 "python", |
| 29 "-u", | 29 "-u", |
| 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 31 "--master", | |
| 32 "client.flutter", | |
| 33 "--builder", | |
| 34 "Mac Engine", | |
| 35 "--slave", | |
| 36 "fake-m1", | |
| 37 "--spec", | 31 "--spec", |
| 38 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/externa
l/github.com/flutter/engine'}]\ntarget_os = ['android']", | 32 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/externa
l/github.com/flutter/engine'}]\ntarget_os = ['android']", |
| 39 "--root", | 33 "--root", |
| 40 "src", | 34 "src", |
| 41 "--revision_mapping_file", | 35 "--revision_mapping_file", |
| 42 "{\"src\": \"got_engine_revision\"}", | 36 "{\"src\": \"got_engine_revision\"}", |
| 43 "--git-cache-dir", | 37 "--git-cache-dir", |
| 44 "[GIT_CACHE]", | 38 "[GIT_CACHE]", |
| 45 "--output_json", | 39 "--output_json", |
| 46 "/path/to/tmp/json", | 40 "/path/to/tmp/json", |
| 47 "--revision", | 41 "--revision", |
| 48 "src@HEAD", | 42 "src@HEAD", |
| 49 "--force", | |
| 50 "--output_manifest" | 43 "--output_manifest" |
| 51 ], | 44 ], |
| 52 "cwd": "[SLAVE_BUILD]", | 45 "cwd": "[SLAVE_BUILD]", |
| 53 "env": { | 46 "env": { |
| 54 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 47 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 55 }, | 48 }, |
| 56 "name": "bot_update", | 49 "name": "bot_update", |
| 57 "~followup_annotations": [ | 50 "~followup_annotations": [ |
| 58 "@@@STEP_TEXT@Some step text@@@", | 51 "@@@STEP_TEXT@Some step text@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@{@@@", | 52 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "~followup_annotations": [ | 336 "~followup_annotations": [ |
| 344 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/FlutterXcode.zip@@@" | 337 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/FlutterXcode.zip@@@" |
| 345 ] | 338 ] |
| 346 }, | 339 }, |
| 347 { | 340 { |
| 348 "name": "$result", | 341 "name": "$result", |
| 349 "recipe_result": null, | 342 "recipe_result": null, |
| 350 "status_code": 0 | 343 "status_code": 0 |
| 351 } | 344 } |
| 352 ] | 345 ] |
| OLD | NEW |