| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 }, | 331 }, |
| 332 { | 332 { |
| 333 "cmd": [ | 333 "cmd": [ |
| 334 "python", | 334 "python", |
| 335 "-u", | 335 "-u", |
| 336 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 336 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 337 "runhooks" | 337 "runhooks" |
| 338 ], | 338 ], |
| 339 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
| 340 "env": { | 340 "env": { |
| 341 "GYP_CHROMIUM_NO_ACTION": "1", |
| 341 "GYP_CROSSCOMPILE": "1", | 342 "GYP_CROSSCOMPILE": "1", |
| 342 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | 343 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", |
| 343 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 344 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 344 }, | 345 }, |
| 345 "name": "gclient runhooks" | 346 "name": "gclient runhooks" |
| 346 }, | 347 }, |
| 347 { | 348 { |
| 348 "cmd": [ | 349 "cmd": [ |
| 349 "python", | 350 "python", |
| 350 "-u", | 351 "-u", |
| 351 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 352 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
| 352 "-w", | 353 "-w", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 482 "@@@STEP_LOG_END@python.inline@@@" | 483 "@@@STEP_LOG_END@python.inline@@@" |
| 483 ] | 484 ] |
| 484 }, | 485 }, |
| 485 { | 486 { |
| 486 "name": "$result", | 487 "name": "$result", |
| 487 "recipe_result": null, | 488 "recipe_result": null, |
| 488 "status_code": 0 | 489 "status_code": 0 |
| 489 } | 490 } |
| 490 ] | 491 ] |
| OLD | NEW |