| 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 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_one_perf_bisect", | 10 "android_one_perf_bisect", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "env": { | 429 "env": { |
| 430 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 430 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 431 "GYP_CHROMIUM_NO_ACTION": "1", | 431 "GYP_CHROMIUM_NO_ACTION": "1", |
| 432 "GYP_CROSSCOMPILE": "1", | 432 "GYP_CROSSCOMPILE": "1", |
| 433 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 433 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", |
| 434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 435 }, | 435 }, |
| 436 "name": "gclient runhooks" | 436 "name": "gclient runhooks" |
| 437 }, | 437 }, |
| 438 { | 438 { |
| 439 "cmd": [], |
| 440 "name": "***BISECT***" |
| 441 }, |
| 442 { |
| 439 "cmd": [ | 443 "cmd": [ |
| 440 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | 444 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 441 "--json-output", | 445 "--json-output", |
| 442 "/path/to/tmp/json", | 446 "/path/to/tmp/json", |
| 443 "--blacklist-file", | 447 "--blacklist-file", |
| 444 "[SLAVE_BUILD]/src/out/bad_devices.json", | 448 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 445 "--known-devices-file", | 449 "--known-devices-file", |
| 446 "[HOME]/.android/known_devices.json", | 450 "[HOME]/.android/known_devices.json", |
| 447 "--buildbot-path", | 451 "--buildbot-path", |
| 448 "/home/chrome-bot/.adb_device_info", | 452 "/home/chrome-bot/.adb_device_info", |
| (...skipping 3022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3471 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 3475 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 3472 "@@@STEP_LOG_END@python.inline@@@" | 3476 "@@@STEP_LOG_END@python.inline@@@" |
| 3473 ] | 3477 ] |
| 3474 }, | 3478 }, |
| 3475 { | 3479 { |
| 3476 "name": "$result", | 3480 "name": "$result", |
| 3477 "recipe_result": null, | 3481 "recipe_result": null, |
| 3478 "status_code": 0 | 3482 "status_code": 0 |
| 3479 } | 3483 } |
| 3480 ] | 3484 ] |
| OLD | NEW |