| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "--gsutil-py-path", | 273 "--gsutil-py-path", |
| 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 275 "--ninja-path", | 275 "--ninja-path", |
| 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 277 "--target", | 277 "--target", |
| 278 "Debug", | 278 "Debug", |
| 279 "--src-dir", | 279 "--src-dir", |
| 280 "[SLAVE_BUILD]/src", | 280 "[SLAVE_BUILD]/src", |
| 281 "--goma-cache-dir", | 281 "--goma-cache-dir", |
| 282 "[GOMA_CACHE]", | 282 "[GOMA_CACHE]", |
| 283 "--buildbot-buildername", | |
| 284 "ClangToTAndroidASan", | |
| 285 "--buildbot-mastername", | |
| 286 "chromium.fyi", | |
| 287 "--buildbot-slavename", | |
| 288 "TestSlavename", | |
| 289 "--compiler", | 283 "--compiler", |
| 290 "clang", | 284 "clang", |
| 291 "--", | 285 "--", |
| 292 "all" | 286 "all" |
| 293 ], | 287 ], |
| 294 "env": { | 288 "env": { |
| 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 296 "LLVM_FORCE_HEAD_REVISION": "YES", | 290 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 297 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 291 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 298 }, | 292 }, |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 799 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 806 "@@@STEP_LOG_END@python.inline@@@" | 800 "@@@STEP_LOG_END@python.inline@@@" |
| 807 ] | 801 ] |
| 808 }, | 802 }, |
| 809 { | 803 { |
| 810 "name": "$result", | 804 "name": "$result", |
| 811 "recipe_result": null, | 805 "recipe_result": null, |
| 812 "status_code": 0 | 806 "status_code": 0 |
| 813 } | 807 } |
| 814 ] | 808 ] |
| OLD | NEW |