| 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 "python", | 112 "python", |
| 116 "-u", | 113 "-u", |
| 117 "[BUILD]/scripts/slave/ios/find_xcode.py", | 114 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 118 "--json-file", | 115 "--json-file", |
| 119 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
| 120 ], | 117 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "env": { | 118 "env": { |
| 123 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 119 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 124 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 120 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 125 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 121 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 126 }, | 122 }, |
| 127 "name": "enumerate_xcode_installations", | 123 "name": "enumerate_xcode_installations", |
| 128 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 129 "@@@STEP_LOG_LINE@json.output@{@@@", | 125 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@ \"installations\": {@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"installations\": {@@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"/some/path\": \"7.2.1 build_number\"@@
@", | 127 "@@@STEP_LOG_LINE@json.output@ \"/some/path\": \"7.2.1 build_number\"@@
@", |
| 132 "@@@STEP_LOG_LINE@json.output@ }@@@", | 128 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@}@@@", | 129 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] | 131 ] |
| 136 }, | 132 }, |
| 137 { | 133 { |
| 138 "cmd": [ | 134 "cmd": [ |
| 139 "python", | 135 "python", |
| 140 "-u", | 136 "-u", |
| 141 "[BUILD]/scripts/slave/ios/find_xcode.py", | 137 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 142 "--json-file", | 138 "--json-file", |
| 143 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
| 144 "--version", | 140 "--version", |
| 145 "7.2.1" | 141 "7.2.1" |
| 146 ], | 142 ], |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "env": { | 143 "env": { |
| 149 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 144 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 150 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 145 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 151 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 146 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 152 }, | 147 }, |
| 153 "name": "set_xcode_version", | 148 "name": "set_xcode_version", |
| 154 "~followup_annotations": [ | 149 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output@{}@@@", | 150 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
| 157 ] | 152 ] |
| 158 }, | 153 }, |
| 159 { | 154 { |
| 160 "cmd": [ | 155 "cmd": [ |
| 161 "flutter", | 156 "flutter", |
| 162 "doctor" | 157 "doctor" |
| 163 ], | 158 ], |
| 164 "cwd": "[SLAVE_BUILD]", | |
| 165 "env": { | 159 "env": { |
| 166 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 160 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 167 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 161 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 168 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 162 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 169 }, | 163 }, |
| 170 "name": "flutter doctor" | 164 "name": "flutter doctor" |
| 171 }, | 165 }, |
| 172 { | 166 { |
| 173 "cmd": [ | 167 "cmd": [ |
| 174 "flutter", | 168 "flutter", |
| 175 "update-packages" | 169 "update-packages" |
| 176 ], | 170 ], |
| 177 "cwd": "[SLAVE_BUILD]", | |
| 178 "env": { | 171 "env": { |
| 179 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 172 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 180 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 173 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 181 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 174 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 182 }, | 175 }, |
| 183 "name": "update packages" | 176 "name": "update packages" |
| 184 }, | 177 }, |
| 185 { | 178 { |
| 186 "cmd": [ | 179 "cmd": [ |
| 187 "flutter", | 180 "flutter", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 }, | 379 }, |
| 387 "name": "drive sample_app" | 380 "name": "drive sample_app" |
| 388 }, | 381 }, |
| 389 { | 382 { |
| 390 "cmd": [ | 383 "cmd": [ |
| 391 "python", | 384 "python", |
| 392 "-u", | 385 "-u", |
| 393 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 386 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 394 "[TMP_BASE]/tmp_tmp_1" | 387 "[TMP_BASE]/tmp_tmp_1" |
| 395 ], | 388 ], |
| 396 "cwd": "[SLAVE_BUILD]", | |
| 397 "env": { | 389 "env": { |
| 398 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 390 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 399 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 391 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 400 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 392 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 401 }, | 393 }, |
| 402 "name": "rmtree temp dir", | 394 "name": "rmtree temp dir", |
| 403 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 404 "@@@STEP_LOG_LINE@python.inline@@@@", | 396 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 405 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 397 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 406 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 398 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 407 "@@@STEP_LOG_LINE@python.inline@@@@", | 399 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 408 "@@@STEP_LOG_LINE@python.inline@@@@", | 400 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 409 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 401 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 410 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 402 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 411 "@@@STEP_LOG_END@python.inline@@@" | 403 "@@@STEP_LOG_END@python.inline@@@" |
| 412 ] | 404 ] |
| 413 }, | 405 }, |
| 414 { | 406 { |
| 415 "name": "$result", | 407 "name": "$result", |
| 416 "recipe_result": null, | 408 "recipe_result": null, |
| 417 "status_code": 0 | 409 "status_code": 0 |
| 418 } | 410 } |
| 419 ] | 411 ] |
| OLD | NEW |