| 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 "[CWD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "rmcontents everything", | 10 "name": "rmcontents everything", |
| 10 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 11 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 14 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@@@@", | 15 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 16 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in
os.listdir(path)):@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in
os.listdir(path)):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@
", | 20 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@
", |
| 20 "@@@STEP_LOG_LINE@python.inline@ else:@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ else:@@@", |
| 21 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", | 22 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", |
| 22 "@@@STEP_LOG_END@python.inline@@@" | 23 "@@@STEP_LOG_END@python.inline@@@" |
| 23 ] | 24 ] |
| 24 }, | 25 }, |
| 25 { | 26 { |
| 26 "cmd": [ | 27 "cmd": [ |
| 27 "python", | 28 "python", |
| 28 "-u", | 29 "-u", |
| 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 30 "--master", | 31 "--master", |
| 31 "client.flutter", | 32 "client.flutter", |
| 32 "--builder", | 33 "--builder", |
| 33 "Mac Engine", | 34 "Mac Engine", |
| 34 "--slave", | 35 "--slave", |
| 35 "fake-m1", | 36 "fake-m1", |
| 36 "--spec", | 37 "--spec", |
| 37 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesour
ce.com/external/github.com/flutter/engine'}]\ntarget_os = ['android']", | 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/git
hub.com/flutter/engine'}]\ntarget_os = ['android']", |
| 38 "--root", | 39 "--root", |
| 39 "src", | 40 "src", |
| 40 "--revision_mapping_file", | 41 "--revision_mapping_file", |
| 41 "{\"src\": \"got_engine_revision\"}", | 42 "{\"src\": \"got_engine_revision\"}", |
| 42 "--git-cache-dir", | 43 "--git-cache-dir", |
| 43 "[ROOT]/b/build/slave/cache_dir", | 44 "[GIT_CACHE]", |
| 44 "--output_json", | 45 "--output_json", |
| 45 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
| 46 "--revision", | 47 "--revision", |
| 47 "src@HEAD", | 48 "src@HEAD", |
| 48 "--force", | 49 "--force", |
| 49 "--output_manifest" | 50 "--output_manifest" |
| 50 ], | 51 ], |
| 52 "cwd": "[SLAVE_BUILD]", |
| 51 "env": { | 53 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 55 }, |
| 54 "name": "bot_update", | 56 "name": "bot_update", |
| 55 "~followup_annotations": [ | 57 "~followup_annotations": [ |
| 56 "@@@STEP_TEXT@Some step text@@@", | 58 "@@@STEP_TEXT@Some step text@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | 59 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 79 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242
}\"@@@" | 81 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242
}\"@@@" |
| 80 ] | 82 ] |
| 81 }, | 83 }, |
| 82 { | 84 { |
| 83 "cmd": [ | 85 "cmd": [ |
| 84 "python", | 86 "python", |
| 85 "-u", | 87 "-u", |
| 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 87 "runhooks" | 89 "runhooks" |
| 88 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
| 89 "env": { | 92 "env": { |
| 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 91 }, | 94 }, |
| 92 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
| 93 }, | 96 }, |
| 94 { | 97 { |
| 95 "cmd": [ | 98 "cmd": [ |
| 96 "[CWD]/src/sky/tools/gn", | 99 "[SLAVE_BUILD]/src/sky/tools/gn", |
| 97 "--debug" | 100 "--debug" |
| 98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 103 "env": { |
| 100 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 104 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 101 }, | 105 }, |
| 102 "name": "gn --debug" | 106 "name": "gn --debug" |
| 103 }, | 107 }, |
| 104 { | 108 { |
| 105 "cmd": [ | 109 "cmd": [ |
| 106 "ninja", | 110 "ninja", |
| 107 "-C", | 111 "-C", |
| 108 "[CWD]/src/out/Debug", | 112 "[SLAVE_BUILD]/src/out/Debug", |
| 109 "generate_dart_ui" | 113 "generate_dart_ui" |
| 110 ], | 114 ], |
| 115 "cwd": "[SLAVE_BUILD]", |
| 111 "env": { | 116 "env": { |
| 112 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 117 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 113 }, | 118 }, |
| 114 "name": "build Debug generate_dart_ui" | 119 "name": "build Debug generate_dart_ui" |
| 115 }, | 120 }, |
| 116 { | 121 { |
| 117 "cmd": [ | 122 "cmd": [ |
| 118 "/bin/sh", | 123 "/bin/sh", |
| 119 "travis/analyze.sh" | 124 "travis/analyze.sh" |
| 120 ], | 125 ], |
| 121 "cwd": "[CWD]/src", | 126 "cwd": "[SLAVE_BUILD]/src", |
| 122 "env": { | 127 "env": { |
| 123 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 128 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 124 }, | 129 }, |
| 125 "name": "analyze dart_ui" | 130 "name": "analyze dart_ui" |
| 126 }, | 131 }, |
| 127 { | 132 { |
| 128 "cmd": [ | 133 "cmd": [ |
| 129 "[CWD]/src/sky/tools/gn", | 134 "[SLAVE_BUILD]/src/sky/tools/gn", |
| 130 "--release" | 135 "--release" |
| 131 ], | 136 ], |
| 137 "cwd": "[SLAVE_BUILD]", |
| 132 "env": { | 138 "env": { |
| 133 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 139 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 134 }, | 140 }, |
| 135 "name": "gn --release" | 141 "name": "gn --release" |
| 136 }, | 142 }, |
| 137 { | 143 { |
| 138 "cmd": [ | 144 "cmd": [ |
| 139 "ninja", | 145 "ninja", |
| 140 "-C", | 146 "-C", |
| 141 "[CWD]/src/out/Release" | 147 "[SLAVE_BUILD]/src/out/Release" |
| 142 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", |
| 143 "env": { | 150 "env": { |
| 144 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 151 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 145 }, | 152 }, |
| 146 "name": "build Release" | 153 "name": "build Release" |
| 147 }, | 154 }, |
| 148 { | 155 { |
| 149 "cmd": [ | 156 "cmd": [ |
| 150 "python", | 157 "python", |
| 151 "-u", | 158 "-u", |
| 152 "RECIPE_MODULE[build::zip]/resources/zip.py" | 159 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 153 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 154 "env": { | 162 "env": { |
| 155 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 163 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 156 }, | 164 }, |
| 157 "name": "Zip darwin-x64 Artifacts", | 165 "name": "Zip darwin-x64 Artifacts", |
| 158 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[C
WD]/src/out/Release/sky_snapshot\", \"type\": \"file\"}], \"output\": \"[TMP]/tm
p_tmp_1/artifacts.zip\", \"root\": \"[CWD]/src\"}" | 166 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[S
LAVE_BUILD]/src/out/Release/sky_snapshot\", \"type\": \"file\"}], \"output\": \"
[TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" |
| 159 }, | 167 }, |
| 160 { | 168 { |
| 161 "cmd": [ | 169 "cmd": [ |
| 162 "python", | 170 "python", |
| 163 "-u", | 171 "-u", |
| 164 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 172 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 165 "--", | 173 "--", |
| 166 "[ROOT]/b/depot_tools/gsutil.py", | 174 "[DEPOT_TOOLS]/gsutil.py", |
| 167 "----", | 175 "----", |
| 168 "cp", | 176 "cp", |
| 169 "[TMP]/tmp_tmp_1/artifacts.zip", | 177 "[TMP_BASE]/tmp_tmp_1/artifacts.zip", |
| 170 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwi
n-x64/artifacts.zip" | 178 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwi
n-x64/artifacts.zip" |
| 171 ], | 179 ], |
| 180 "cwd": "[SLAVE_BUILD]", |
| 172 "env": { | 181 "env": { |
| 173 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 182 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 174 }, | 183 }, |
| 175 "name": "gsutil upload darwin-x64/artifacts.zip", | 184 "name": "gsutil upload darwin-x64/artifacts.zip", |
| 176 "~followup_annotations": [ | 185 "~followup_annotations": [ |
| 177 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwin-x64/artifacts.zip@@@" | 186 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwin-x64/artifacts.zip@@@" |
| 178 ] | 187 ] |
| 179 }, | 188 }, |
| 180 { | 189 { |
| 181 "cmd": [ | 190 "cmd": [ |
| 182 "python", | 191 "python", |
| 183 "-u", | 192 "-u", |
| 184 "\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", | 193 "\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", |
| 185 "[TMP]/tmp_tmp_1" | 194 "[TMP_BASE]/tmp_tmp_1" |
| 186 ], | 195 ], |
| 196 "cwd": "[SLAVE_BUILD]", |
| 187 "env": { | 197 "env": { |
| 188 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 198 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 189 }, | 199 }, |
| 190 "name": "rmtree temp dir", | 200 "name": "rmtree temp dir", |
| 191 "~followup_annotations": [ | 201 "~followup_annotations": [ |
| 192 "@@@STEP_LOG_LINE@python.inline@@@@", | 202 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 193 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 203 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 194 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 204 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 195 "@@@STEP_LOG_LINE@python.inline@@@@", | 205 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 196 "@@@STEP_LOG_LINE@python.inline@@@@", | 206 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 197 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 207 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 198 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 208 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 199 "@@@STEP_LOG_END@python.inline@@@" | 209 "@@@STEP_LOG_END@python.inline@@@" |
| 200 ] | 210 ] |
| 201 }, | 211 }, |
| 202 { | 212 { |
| 203 "cmd": [ | 213 "cmd": [ |
| 204 "[CWD]/src/sky/tools/gn", | 214 "[SLAVE_BUILD]/src/sky/tools/gn", |
| 205 "--release", | 215 "--release", |
| 206 "--ios", | 216 "--ios", |
| 207 "--simulator" | 217 "--simulator" |
| 208 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]", |
| 209 "env": { | 220 "env": { |
| 210 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 221 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 211 }, | 222 }, |
| 212 "name": "gn --release --ios --simulator" | 223 "name": "gn --release --ios --simulator" |
| 213 }, | 224 }, |
| 214 { | 225 { |
| 215 "cmd": [ | 226 "cmd": [ |
| 216 "ninja", | 227 "ninja", |
| 217 "-C", | 228 "-C", |
| 218 "[CWD]/src/out/ios_sim_Release" | 229 "[SLAVE_BUILD]/src/out/ios_sim_Release" |
| 219 ], | 230 ], |
| 231 "cwd": "[SLAVE_BUILD]", |
| 220 "env": { | 232 "env": { |
| 221 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 233 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 222 }, | 234 }, |
| 223 "name": "build ios_sim_Release" | 235 "name": "build ios_sim_Release" |
| 224 }, | 236 }, |
| 225 { | 237 { |
| 226 "cmd": [ | 238 "cmd": [ |
| 227 "[CWD]/src/sky/tools/gn", | 239 "[SLAVE_BUILD]/src/sky/tools/gn", |
| 228 "--release", | 240 "--release", |
| 229 "--ios" | 241 "--ios" |
| 230 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
| 231 "env": { | 244 "env": { |
| 232 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 245 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 233 }, | 246 }, |
| 234 "name": "gn --release --ios" | 247 "name": "gn --release --ios" |
| 235 }, | 248 }, |
| 236 { | 249 { |
| 237 "cmd": [ | 250 "cmd": [ |
| 238 "ninja", | 251 "ninja", |
| 239 "-C", | 252 "-C", |
| 240 "[CWD]/src/out/ios_Release" | 253 "[SLAVE_BUILD]/src/out/ios_Release" |
| 241 ], | 254 ], |
| 255 "cwd": "[SLAVE_BUILD]", |
| 242 "env": { | 256 "env": { |
| 243 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 257 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 244 }, | 258 }, |
| 245 "name": "build ios_Release" | 259 "name": "build ios_Release" |
| 246 }, | 260 }, |
| 247 { | 261 { |
| 248 "cmd": [ | 262 "cmd": [ |
| 249 "[CWD]/src/sky/tools/gn", | 263 "[SLAVE_BUILD]/src/sky/tools/gn", |
| 250 "--release", | 264 "--release", |
| 251 "--ios", | 265 "--ios", |
| 252 "--ios-force-armv7" | 266 "--ios-force-armv7" |
| 253 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", |
| 254 "env": { | 269 "env": { |
| 255 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 270 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 256 }, | 271 }, |
| 257 "name": "gn --release --ios --ios-force-armv7" | 272 "name": "gn --release --ios --ios-force-armv7" |
| 258 }, | 273 }, |
| 259 { | 274 { |
| 260 "cmd": [ | 275 "cmd": [ |
| 261 "ninja", | 276 "ninja", |
| 262 "-C", | 277 "-C", |
| 263 "[CWD]/src/out/ios_Release_armv7" | 278 "[SLAVE_BUILD]/src/out/ios_Release_armv7" |
| 264 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]", |
| 265 "env": { | 281 "env": { |
| 266 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 282 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 267 }, | 283 }, |
| 268 "name": "build ios_Release_armv7" | 284 "name": "build ios_Release_armv7" |
| 269 }, | 285 }, |
| 270 { | 286 { |
| 271 "cmd": [ | 287 "cmd": [ |
| 272 "python", | 288 "python", |
| 273 "-u", | 289 "-u", |
| 274 "\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", | 290 "\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", |
| 275 "[CWD]/src/out/FlutterXcode" | 291 "[SLAVE_BUILD]/src/out/FlutterXcode" |
| 276 ], | 292 ], |
| 293 "cwd": "[SLAVE_BUILD]", |
| 277 "env": { | 294 "env": { |
| 278 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 295 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 279 }, | 296 }, |
| 280 "name": "rmtree deployment directory", | 297 "name": "rmtree deployment directory", |
| 281 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@python.inline@@@@", | 299 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 283 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 300 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 284 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 301 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 285 "@@@STEP_LOG_LINE@python.inline@@@@", | 302 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 286 "@@@STEP_LOG_LINE@python.inline@@@@", | 303 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 287 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 304 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 288 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 305 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 289 "@@@STEP_LOG_END@python.inline@@@" | 306 "@@@STEP_LOG_END@python.inline@@@" |
| 290 ] | 307 ] |
| 291 }, | 308 }, |
| 292 { | 309 { |
| 293 "cmd": [ | 310 "cmd": [ |
| 294 "python", | 311 "python", |
| 295 "-u", | 312 "-u", |
| 296 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 313 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 297 "[CWD]/src/out/ios_Release/Flutter", | 314 "[SLAVE_BUILD]/src/out/ios_Release/Flutter", |
| 298 "[CWD]/src/out/FlutterXcode", | 315 "[SLAVE_BUILD]/src/out/FlutterXcode", |
| 299 "0" | 316 "0" |
| 300 ], | 317 ], |
| 318 "cwd": "[SLAVE_BUILD]", |
| 301 "env": { | 319 "env": { |
| 302 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 320 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 303 }, | 321 }, |
| 304 "name": "copy sim" | 322 "name": "copy sim" |
| 305 }, | 323 }, |
| 306 { | 324 { |
| 307 "cmd": [ | 325 "cmd": [ |
| 308 "python", | 326 "python", |
| 309 "-u", | 327 "-u", |
| 310 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 328 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 311 "[CWD]/src/out/ios_sim_Release/Flutter/Tools/iphonesimulator", | 329 "[SLAVE_BUILD]/src/out/ios_sim_Release/Flutter/Tools/iphonesimulator", |
| 312 "[CWD]/src/out/FlutterXcode/Tools/iphonesimulator", | 330 "[SLAVE_BUILD]/src/out/FlutterXcode/Tools/iphonesimulator", |
| 313 "0" | 331 "0" |
| 314 ], | 332 ], |
| 333 "cwd": "[SLAVE_BUILD]", |
| 315 "env": { | 334 "env": { |
| 316 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 335 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 317 }, | 336 }, |
| 318 "name": "copy simulator tools" | 337 "name": "copy simulator tools" |
| 319 }, | 338 }, |
| 320 { | 339 { |
| 321 "cmd": [ | 340 "cmd": [ |
| 322 "python", | 341 "python", |
| 323 "-u", | 342 "-u", |
| 324 "RECIPE_MODULE[build::zip]/resources/zip.py" | 343 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 325 ], | 344 ], |
| 345 "cwd": "[SLAVE_BUILD]", |
| 326 "env": { | 346 "env": { |
| 327 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 347 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 328 }, | 348 }, |
| 329 "name": "make FlutterXcode.zip", | 349 "name": "make FlutterXcode.zip", |
| 330 "stdin": "{\"entries\": [{\"path\": \"[CWD]/src/out/FlutterXcode\", \"type\"
: \"dir\"}], \"output\": \"[CWD]/src/out/FlutterXcode.zip\", \"root\": \"[CWD]/s
rc/out/FlutterXcode\"}" | 350 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/FlutterXcode\",
\"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/src/out/FlutterXcode.zip\", \"r
oot\": \"[SLAVE_BUILD]/src/out/FlutterXcode\"}" |
| 331 }, | 351 }, |
| 332 { | 352 { |
| 333 "cmd": [ | 353 "cmd": [ |
| 334 "python", | 354 "python", |
| 335 "-u", | 355 "-u", |
| 336 "RECIPE_MODULE[build::zip]/resources/zip.py" | 356 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 337 ], | 357 ], |
| 358 "cwd": "[SLAVE_BUILD]", |
| 338 "env": { | 359 "env": { |
| 339 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 360 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 340 }, | 361 }, |
| 341 "name": "Zip ios Artifacts", | 362 "name": "Zip ios Artifacts", |
| 342 "stdin": "{\"entries\": [{\"archive_name\": \"FlutterXcode.zip\", \"path\":
\"[CWD]/src/out/FlutterXcode.zip\", \"type\": \"file\"}], \"output\": \"[TMP]/tm
p_tmp_2/artifacts.zip\", \"root\": \"[CWD]/src\"}" | 363 "stdin": "{\"entries\": [{\"archive_name\": \"FlutterXcode.zip\", \"path\":
\"[SLAVE_BUILD]/src/out/FlutterXcode.zip\", \"type\": \"file\"}], \"output\": \"
[TMP_BASE]/tmp_tmp_2/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" |
| 343 }, | 364 }, |
| 344 { | 365 { |
| 345 "cmd": [ | 366 "cmd": [ |
| 346 "python", | 367 "python", |
| 347 "-u", | 368 "-u", |
| 348 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 369 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 349 "--", | 370 "--", |
| 350 "[ROOT]/b/depot_tools/gsutil.py", | 371 "[DEPOT_TOOLS]/gsutil.py", |
| 351 "----", | 372 "----", |
| 352 "cp", | 373 "cp", |
| 353 "[TMP]/tmp_tmp_2/artifacts.zip", | 374 "[TMP_BASE]/tmp_tmp_2/artifacts.zip", |
| 354 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/a
rtifacts.zip" | 375 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/a
rtifacts.zip" |
| 355 ], | 376 ], |
| 377 "cwd": "[SLAVE_BUILD]", |
| 356 "env": { | 378 "env": { |
| 357 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 379 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 358 }, | 380 }, |
| 359 "name": "gsutil upload ios/artifacts.zip", | 381 "name": "gsutil upload ios/artifacts.zip", |
| 360 "~followup_annotations": [ | 382 "~followup_annotations": [ |
| 361 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/artifacts.zip@@@" | 383 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra
/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/artifacts.zip@@@" |
| 362 ] | 384 ] |
| 363 }, | 385 }, |
| 364 { | 386 { |
| 365 "cmd": [ | 387 "cmd": [ |
| 366 "python", | 388 "python", |
| 367 "-u", | 389 "-u", |
| 368 "\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", | 390 "\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", |
| 369 "[TMP]/tmp_tmp_2" | 391 "[TMP_BASE]/tmp_tmp_2" |
| 370 ], | 392 ], |
| 393 "cwd": "[SLAVE_BUILD]", |
| 371 "env": { | 394 "env": { |
| 372 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 395 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 373 }, | 396 }, |
| 374 "name": "rmtree temp dir (2)", | 397 "name": "rmtree temp dir (2)", |
| 375 "~followup_annotations": [ | 398 "~followup_annotations": [ |
| 376 "@@@STEP_LOG_LINE@python.inline@@@@", | 399 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 377 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 400 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 378 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 401 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 379 "@@@STEP_LOG_LINE@python.inline@@@@", | 402 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 380 "@@@STEP_LOG_LINE@python.inline@@@@", | 403 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 381 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 404 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 382 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 405 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 383 "@@@STEP_LOG_END@python.inline@@@" | 406 "@@@STEP_LOG_END@python.inline@@@" |
| 384 ] | 407 ] |
| 385 }, | 408 }, |
| 386 { | 409 { |
| 387 "name": "$result", | 410 "name": "$result", |
| 388 "recipe_result": null, | 411 "recipe_result": null, |
| 389 "status_code": 0 | 412 "status_code": 0 |
| 390 } | 413 } |
| 391 ] | 414 ] |
| OLD | NEW |