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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 "env": { | 380 "env": { |
381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
382 "GYP_CHROMIUM_NO_ACTION": "1", | 382 "GYP_CHROMIUM_NO_ACTION": "1", |
383 "GYP_CROSSCOMPILE": "1", | 383 "GYP_CROSSCOMPILE": "1", |
384 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 384 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", |
385 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 385 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
386 }, | 386 }, |
387 "name": "gclient runhooks" | 387 "name": "gclient runhooks" |
388 }, | 388 }, |
389 { | 389 { |
| 390 "cmd": [], |
| 391 "name": "***BISECT***" |
| 392 }, |
| 393 { |
390 "cmd": [ | 394 "cmd": [ |
391 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | 395 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
392 "--json-output", | 396 "--json-output", |
393 "/path/to/tmp/json", | 397 "/path/to/tmp/json", |
394 "--blacklist-file", | 398 "--blacklist-file", |
395 "[SLAVE_BUILD]/src/out/bad_devices.json", | 399 "[SLAVE_BUILD]/src/out/bad_devices.json", |
396 "--known-devices-file", | 400 "--known-devices-file", |
397 "[HOME]/.android/known_devices.json", | 401 "[HOME]/.android/known_devices.json", |
398 "--buildbot-path", | 402 "--buildbot-path", |
399 "/home/chrome-bot/.adb_device_info", | 403 "/home/chrome-bot/.adb_device_info", |
(...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1986 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1990 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
1987 "@@@STEP_LOG_END@python.inline@@@" | 1991 "@@@STEP_LOG_END@python.inline@@@" |
1988 ] | 1992 ] |
1989 }, | 1993 }, |
1990 { | 1994 { |
1991 "name": "$result", | 1995 "name": "$result", |
1992 "recipe_result": null, | 1996 "recipe_result": null, |
1993 "status_code": 0 | 1997 "status_code": 0 |
1994 } | 1998 } |
1995 ] | 1999 ] |
OLD | NEW |