| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 320 "LLVM_FORCE_HEAD_REVISION": "YES", | 320 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 321 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 321 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 322 }, | 322 }, |
| 323 "name": "spawn_logcat_monitor" | 323 "name": "spawn_logcat_monitor" |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 "cmd": [ | 326 "cmd": [ |
| 327 "python", | 327 "python", |
| 328 "-u", | 328 "-u", |
| 329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 330 "--action", |
| 331 "restart", |
| 332 "--pid-file-path", |
| 333 "/tmp/device_monitor.pid", |
| 334 "--", |
| 335 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m
onitor.py", |
| 336 "--adb-path", |
| 337 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 338 "--blacklist-file", |
| 339 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 340 ], |
| 341 "env": { |
| 342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 343 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 344 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 345 }, |
| 346 "name": "spawn_device_monitor" |
| 347 }, |
| 348 { |
| 349 "cmd": [ |
| 350 "python", |
| 351 "-u", |
| 329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 330 "--verbose", | 353 "--verbose", |
| 331 "--adb-path", | 354 "--adb-path", |
| 332 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 355 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 333 ], | 356 ], |
| 334 "env": { | 357 "env": { |
| 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 336 "LLVM_FORCE_HEAD_REVISION": "YES", | 359 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 337 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 360 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 338 }, | 361 }, |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 }, | 605 }, |
| 583 "name": "Set up ASAN on devices.07a00ca4", | 606 "name": "Set up ASAN on devices.07a00ca4", |
| 584 "~followup_annotations": [ | 607 "~followup_annotations": [ |
| 585 "@@@STEP_NEST_LEVEL@1@@@" | 608 "@@@STEP_NEST_LEVEL@1@@@" |
| 586 ] | 609 ] |
| 587 }, | 610 }, |
| 588 { | 611 { |
| 589 "cmd": [ | 612 "cmd": [ |
| 590 "python", | 613 "python", |
| 591 "-u", | 614 "-u", |
| 592 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | |
| 593 "--action", | |
| 594 "restart", | |
| 595 "--pid-file-path", | |
| 596 "/tmp/device_monitor.pid", | |
| 597 "--", | |
| 598 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | |
| 599 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 600 "[\"07a00ca4\"]", | |
| 601 "--blacklist-file", | |
| 602 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 603 ], | |
| 604 "env": { | |
| 605 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 606 "LLVM_FORCE_HEAD_REVISION": "YES", | |
| 607 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 608 }, | |
| 609 "name": "spawn_device_monitor" | |
| 610 }, | |
| 611 { | |
| 612 "cmd": [ | |
| 613 "python", | |
| 614 "-u", | |
| 615 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", | 615 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", |
| 616 "--tool=asan", | 616 "--tool=asan", |
| 617 "--blacklist-file", | 617 "--blacklist-file", |
| 618 "[SLAVE_BUILD]/src/out/bad_devices.json", | 618 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 619 "--verbose", | 619 "--verbose", |
| 620 "--json-results-file", | 620 "--json-results-file", |
| 621 "/path/to/tmp/json", | 621 "/path/to/tmp/json", |
| 622 "--adb-path", | 622 "--adb-path", |
| 623 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 623 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 624 ], | 624 ], |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 798 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 799 "@@@STEP_LOG_END@python.inline@@@" | 799 "@@@STEP_LOG_END@python.inline@@@" |
| 800 ] | 800 ] |
| 801 }, | 801 }, |
| 802 { | 802 { |
| 803 "name": "$result", | 803 "name": "$result", |
| 804 "recipe_result": null, | 804 "recipe_result": null, |
| 805 "status_code": 0 | 805 "status_code": 0 |
| 806 } | 806 } |
| 807 ] | 807 ] |
| OLD | NEW |