| 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]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "rmcontents everything", | 10 "name": "rmcontents everything", |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "env": { | 296 "env": { |
| 297 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 297 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 298 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 298 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 299 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 299 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 300 }, | 300 }, |
| 301 "name": "test create" | 301 "name": "test create" |
| 302 }, | 302 }, |
| 303 { | 303 { |
| 304 "cmd": [ | 304 "cmd": [ |
| 305 "flutter", | 305 "flutter", |
| 306 "drive" | 306 "drive", |
| 307 "--verbose" |
| 307 ], | 308 ], |
| 308 "cwd": "[TMP_BASE]/tmp_tmp_1/sample_app", | 309 "cwd": "[TMP_BASE]/tmp_tmp_1/sample_app", |
| 309 "env": { | 310 "env": { |
| 310 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", | 311 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", |
| 311 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", | 312 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd
k/bin:%(PATH)s", |
| 312 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 313 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 313 }, | 314 }, |
| 314 "name": "drive sample_app" | 315 "name": "drive sample_app" |
| 315 }, | 316 }, |
| 316 { | 317 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 337 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 338 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 338 "@@@STEP_LOG_END@python.inline@@@" | 339 "@@@STEP_LOG_END@python.inline@@@" |
| 339 ] | 340 ] |
| 340 }, | 341 }, |
| 341 { | 342 { |
| 342 "name": "$result", | 343 "name": "$result", |
| 343 "recipe_result": null, | 344 "recipe_result": null, |
| 344 "status_code": 0 | 345 "status_code": 0 |
| 345 } | 346 } |
| 346 ] | 347 ] |
| OLD | NEW |