| 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 "[CWD]" |
| 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 "[CWD]/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" |
| 47 ], | 45 ], |
| 48 "cwd": "[SLAVE_BUILD]/flutter", | 46 "cwd": "[CWD]/flutter", |
| 49 "name": "git fetch" | 47 "name": "git fetch" |
| 50 }, | 48 }, |
| 51 { | 49 { |
| 52 "cmd": [ | 50 "cmd": [ |
| 53 "git", | 51 "git", |
| 54 "checkout", | 52 "checkout", |
| 55 "-f", | 53 "-f", |
| 56 "FETCH_HEAD" | 54 "FETCH_HEAD" |
| 57 ], | 55 ], |
| 58 "cwd": "[SLAVE_BUILD]/flutter", | 56 "cwd": "[CWD]/flutter", |
| 59 "name": "git checkout" | 57 "name": "git checkout" |
| 60 }, | 58 }, |
| 61 { | 59 { |
| 62 "cmd": [ | 60 "cmd": [ |
| 63 "git", | 61 "git", |
| 64 "rev-parse", | 62 "rev-parse", |
| 65 "HEAD" | 63 "HEAD" |
| 66 ], | 64 ], |
| 67 "cwd": "[SLAVE_BUILD]/flutter", | 65 "cwd": "[CWD]/flutter", |
| 68 "name": "read revision", | 66 "name": "read revision", |
| 69 "stdout": "/path/to/tmp/", | 67 "stdout": "/path/to/tmp/", |
| 70 "~followup_annotations": [ | 68 "~followup_annotations": [ |
| 71 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@", | 69 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_revision@\"deadbeef\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision@\"deadbeef\"@@@" |
| 73 ] | 71 ] |
| 74 }, | 72 }, |
| 75 { | 73 { |
| 76 "cmd": [ | 74 "cmd": [ |
| 77 "git", | 75 "git", |
| 78 "clean", | 76 "clean", |
| 79 "-f", | 77 "-f", |
| 80 "-d", | 78 "-d", |
| 81 "-x" | 79 "-x" |
| 82 ], | 80 ], |
| 83 "cwd": "[SLAVE_BUILD]/flutter", | 81 "cwd": "[CWD]/flutter", |
| 84 "name": "git clean" | 82 "name": "git clean" |
| 85 }, | 83 }, |
| 86 { | 84 { |
| 87 "cmd": [ | 85 "cmd": [ |
| 88 "git", | 86 "git", |
| 89 "submodule", | 87 "submodule", |
| 90 "sync" | 88 "sync" |
| 91 ], | 89 ], |
| 92 "cwd": "[SLAVE_BUILD]/flutter", | 90 "cwd": "[CWD]/flutter", |
| 93 "name": "submodule sync" | 91 "name": "submodule sync" |
| 94 }, | 92 }, |
| 95 { | 93 { |
| 96 "cmd": [ | 94 "cmd": [ |
| 97 "git", | 95 "git", |
| 98 "submodule", | 96 "submodule", |
| 99 "update", | 97 "update", |
| 100 "--init", | 98 "--init", |
| 101 "--recursive" | 99 "--recursive" |
| 102 ], | 100 ], |
| 103 "cwd": "[SLAVE_BUILD]/flutter", | 101 "cwd": "[CWD]/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 "[CWD]/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 "[ROOT]/b/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": "[CWD]/flutter/infra/android_tools", |
| 124 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 120 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 125 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 121 "PUB_CACHE": "[CWD]/.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 "[ROOT]/b/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": "[CWD]/flutter/infra/android_tools", |
| 150 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 145 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 151 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 146 "PUB_CACHE": "[CWD]/.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": "[CWD]/flutter/infra/android_tools", |
| 167 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 161 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 168 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 162 "PUB_CACHE": "[CWD]/.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": "[CWD]/flutter/infra/android_tools", |
| 180 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 173 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 181 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 174 "PUB_CACHE": "[CWD]/.pub-cache" |
| 182 }, | 175 }, |
| 183 "name": "update packages" | 176 "name": "update packages" |
| 184 }, | 177 }, |
| 185 { | 178 { |
| 186 "cmd": [ | 179 "cmd": [ |
| 187 "flutter", | 180 "flutter", |
| 188 "analyze", | 181 "analyze", |
| 189 "--flutter-repo", | 182 "--flutter-repo", |
| 190 "--no-current-directory", | 183 "--no-current-directory", |
| 191 "--no-current-package", | 184 "--no-current-package", |
| 192 "--congratulate" | 185 "--congratulate" |
| 193 ], | 186 ], |
| 194 "cwd": "[SLAVE_BUILD]/flutter", | 187 "cwd": "[CWD]/flutter", |
| 195 "env": { | 188 "env": { |
| 196 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 189 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 197 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 190 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 198 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 191 "PUB_CACHE": "[CWD]/.pub-cache" |
| 199 }, | 192 }, |
| 200 "name": "flutter analyze" | 193 "name": "flutter analyze" |
| 201 }, | 194 }, |
| 202 { | 195 { |
| 203 "cmd": [ | 196 "cmd": [ |
| 204 "dart", | 197 "dart", |
| 205 "-c", | 198 "-c", |
| 206 "test/all.dart" | 199 "test/all.dart" |
| 207 ], | 200 ], |
| 208 "cwd": "[SLAVE_BUILD]/flutter/packages/cassowary", | 201 "cwd": "[CWD]/flutter/packages/cassowary", |
| 209 "env": { | 202 "env": { |
| 210 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 203 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 211 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 204 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 212 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 205 "PUB_CACHE": "[CWD]/.pub-cache" |
| 213 }, | 206 }, |
| 214 "name": "test cassowary" | 207 "name": "test cassowary" |
| 215 }, | 208 }, |
| 216 { | 209 { |
| 217 "cmd": [ | 210 "cmd": [ |
| 218 "dart", | 211 "dart", |
| 219 "-c", | 212 "-c", |
| 220 "test/all.dart" | 213 "test/all.dart" |
| 221 ], | 214 ], |
| 222 "cwd": "[SLAVE_BUILD]/flutter/packages/flutter_driver", | 215 "cwd": "[CWD]/flutter/packages/flutter_driver", |
| 223 "env": { | 216 "env": { |
| 224 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 217 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 225 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 218 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 226 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 219 "PUB_CACHE": "[CWD]/.pub-cache" |
| 227 }, | 220 }, |
| 228 "name": "test flutter_driver" | 221 "name": "test flutter_driver" |
| 229 }, | 222 }, |
| 230 { | 223 { |
| 231 "cmd": [ | 224 "cmd": [ |
| 232 "dart", | 225 "dart", |
| 233 "-c", | 226 "-c", |
| 234 "test/all.dart" | 227 "test/all.dart" |
| 235 ], | 228 ], |
| 236 "cwd": "[SLAVE_BUILD]/flutter/packages/flutter_tools", | 229 "cwd": "[CWD]/flutter/packages/flutter_tools", |
| 237 "env": { | 230 "env": { |
| 238 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 231 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 239 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 232 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 240 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 233 "PUB_CACHE": "[CWD]/.pub-cache" |
| 241 }, | 234 }, |
| 242 "name": "test flutter_tools" | 235 "name": "test flutter_tools" |
| 243 }, | 236 }, |
| 244 { | 237 { |
| 245 "cmd": [ | 238 "cmd": [ |
| 246 "dart", | 239 "dart", |
| 247 "-c", | 240 "-c", |
| 248 "test/all.dart" | 241 "test/all.dart" |
| 249 ], | 242 ], |
| 250 "cwd": "[SLAVE_BUILD]/flutter/packages/flx", | 243 "cwd": "[CWD]/flutter/packages/flx", |
| 251 "env": { | 244 "env": { |
| 252 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 245 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 253 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 246 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 254 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 247 "PUB_CACHE": "[CWD]/.pub-cache" |
| 255 }, | 248 }, |
| 256 "name": "test flx" | 249 "name": "test flx" |
| 257 }, | 250 }, |
| 258 { | 251 { |
| 259 "cmd": [ | 252 "cmd": [ |
| 260 "dart", | 253 "dart", |
| 261 "-c", | 254 "-c", |
| 262 "test/all.dart" | 255 "test/all.dart" |
| 263 ], | 256 ], |
| 264 "cwd": "[SLAVE_BUILD]/flutter/packages/newton", | 257 "cwd": "[CWD]/flutter/packages/newton", |
| 265 "env": { | 258 "env": { |
| 266 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 259 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 267 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 260 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 268 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 261 "PUB_CACHE": "[CWD]/.pub-cache" |
| 269 }, | 262 }, |
| 270 "name": "test newton" | 263 "name": "test newton" |
| 271 }, | 264 }, |
| 272 { | 265 { |
| 273 "cmd": [ | 266 "cmd": [ |
| 274 "flutter", | 267 "flutter", |
| 275 "build", | 268 "build", |
| 276 "apk" | 269 "apk" |
| 277 ], | 270 ], |
| 278 "cwd": "[SLAVE_BUILD]/flutter/examples/stocks", | 271 "cwd": "[CWD]/flutter/examples/stocks", |
| 279 "env": { | 272 "env": { |
| 280 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 273 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 281 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 274 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 282 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 275 "PUB_CACHE": "[CWD]/.pub-cache" |
| 283 }, | 276 }, |
| 284 "name": "flutter build apk stocks" | 277 "name": "flutter build apk stocks" |
| 285 }, | 278 }, |
| 286 { | 279 { |
| 287 "cmd": [ | 280 "cmd": [ |
| 288 "flutter", | 281 "flutter", |
| 289 "build", | 282 "build", |
| 290 "ios", | 283 "ios", |
| 291 "--no-codesign" | 284 "--no-codesign" |
| 292 ], | 285 ], |
| 293 "cwd": "[SLAVE_BUILD]/flutter/examples/stocks", | 286 "cwd": "[CWD]/flutter/examples/stocks", |
| 294 "env": { | 287 "env": { |
| 295 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 288 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 296 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 289 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 297 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 290 "PUB_CACHE": "[CWD]/.pub-cache" |
| 298 }, | 291 }, |
| 299 "name": "flutter build ios stocks" | 292 "name": "flutter build ios stocks" |
| 300 }, | 293 }, |
| 301 { | 294 { |
| 302 "cmd": [ | 295 "cmd": [ |
| 303 "flutter", | 296 "flutter", |
| 304 "build", | 297 "build", |
| 305 "ios", | 298 "ios", |
| 306 "--simulator" | 299 "--simulator" |
| 307 ], | 300 ], |
| 308 "cwd": "[SLAVE_BUILD]/flutter/examples/stocks", | 301 "cwd": "[CWD]/flutter/examples/stocks", |
| 309 "env": { | 302 "env": { |
| 310 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 303 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 311 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 304 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 312 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 305 "PUB_CACHE": "[CWD]/.pub-cache" |
| 313 }, | 306 }, |
| 314 "name": "flutter build ios simulator stocks" | 307 "name": "flutter build ios simulator stocks" |
| 315 }, | 308 }, |
| 316 { | 309 { |
| 317 "cmd": [ | 310 "cmd": [ |
| 318 "flutter", | 311 "flutter", |
| 319 "build", | 312 "build", |
| 320 "apk" | 313 "apk" |
| 321 ], | 314 ], |
| 322 "cwd": "[SLAVE_BUILD]/flutter/examples/material_gallery", | 315 "cwd": "[CWD]/flutter/examples/material_gallery", |
| 323 "env": { | 316 "env": { |
| 324 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 317 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 325 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 318 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 326 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 319 "PUB_CACHE": "[CWD]/.pub-cache" |
| 327 }, | 320 }, |
| 328 "name": "flutter build apk material_gallery" | 321 "name": "flutter build apk material_gallery" |
| 329 }, | 322 }, |
| 330 { | 323 { |
| 331 "cmd": [ | 324 "cmd": [ |
| 332 "flutter", | 325 "flutter", |
| 333 "build", | 326 "build", |
| 334 "ios", | 327 "ios", |
| 335 "--no-codesign" | 328 "--no-codesign" |
| 336 ], | 329 ], |
| 337 "cwd": "[SLAVE_BUILD]/flutter/examples/material_gallery", | 330 "cwd": "[CWD]/flutter/examples/material_gallery", |
| 338 "env": { | 331 "env": { |
| 339 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 332 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 340 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 333 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 341 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 334 "PUB_CACHE": "[CWD]/.pub-cache" |
| 342 }, | 335 }, |
| 343 "name": "flutter build ios material_gallery" | 336 "name": "flutter build ios material_gallery" |
| 344 }, | 337 }, |
| 345 { | 338 { |
| 346 "cmd": [ | 339 "cmd": [ |
| 347 "flutter", | 340 "flutter", |
| 348 "build", | 341 "build", |
| 349 "ios", | 342 "ios", |
| 350 "--simulator" | 343 "--simulator" |
| 351 ], | 344 ], |
| 352 "cwd": "[SLAVE_BUILD]/flutter/examples/material_gallery", | 345 "cwd": "[CWD]/flutter/examples/material_gallery", |
| 353 "env": { | 346 "env": { |
| 354 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 347 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 355 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 348 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 356 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 349 "PUB_CACHE": "[CWD]/.pub-cache" |
| 357 }, | 350 }, |
| 358 "name": "flutter build ios simulator material_gallery" | 351 "name": "flutter build ios simulator material_gallery" |
| 359 }, | 352 }, |
| 360 { | 353 { |
| 361 "cmd": [ | 354 "cmd": [ |
| 362 "flutter", | 355 "flutter", |
| 363 "create", | 356 "create", |
| 364 "--with-driver-test", | 357 "--with-driver-test", |
| 365 "sample_app" | 358 "sample_app" |
| 366 ], | 359 ], |
| 367 "cwd": "[TMP_BASE]/tmp_tmp_1", | 360 "cwd": "[TMP]/tmp_tmp_1", |
| 368 "env": { | 361 "env": { |
| 369 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 362 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 370 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 363 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 371 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 364 "PUB_CACHE": "[CWD]/.pub-cache" |
| 372 }, | 365 }, |
| 373 "name": "test create" | 366 "name": "test create" |
| 374 }, | 367 }, |
| 375 { | 368 { |
| 376 "cmd": [ | 369 "cmd": [ |
| 377 "flutter", | 370 "flutter", |
| 378 "drive", | 371 "drive", |
| 379 "--verbose" | 372 "--verbose" |
| 380 ], | 373 ], |
| 381 "cwd": "[TMP_BASE]/tmp_tmp_1/sample_app", | 374 "cwd": "[TMP]/tmp_tmp_1/sample_app", |
| 382 "env": { | 375 "env": { |
| 383 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 376 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools", |
| 384 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 377 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 385 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 378 "PUB_CACHE": "[CWD]/.pub-cache" |
| 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]/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": "[CWD]/flutter/infra/android_tools", |
| 399 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 391 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s", |
| 400 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 392 "PUB_CACHE": "[CWD]/.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 |