| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "--src-dir", | 270 "--src-dir", |
| 271 "[SLAVE_BUILD]/src", | 271 "[SLAVE_BUILD]/src", |
| 272 "--goma-cache-dir", | 272 "--goma-cache-dir", |
| 273 "[GOMA_CACHE]", | 273 "[GOMA_CACHE]", |
| 274 "--buildbot-buildername", | 274 "--buildbot-buildername", |
| 275 "ClangToTAndroidASan", | 275 "ClangToTAndroidASan", |
| 276 "--buildbot-mastername", | 276 "--buildbot-mastername", |
| 277 "chromium.fyi", | 277 "chromium.fyi", |
| 278 "--buildbot-slavename", | 278 "--buildbot-slavename", |
| 279 "TestSlavename", | 279 "TestSlavename", |
| 280 "--goma-deps-cache-file", |
| 281 "ClangToTAndroidASan.gomadeps", |
| 280 "--compiler", | 282 "--compiler", |
| 281 "clang", | 283 "clang", |
| 282 "--", | 284 "--", |
| 283 "all" | 285 "all" |
| 284 ], | 286 ], |
| 285 "env": { | 287 "env": { |
| 286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 288 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 287 "LLVM_FORCE_HEAD_REVISION": "YES", | 289 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 288 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 289 }, | 291 }, |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 798 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 797 "@@@STEP_LOG_END@python.inline@@@" | 799 "@@@STEP_LOG_END@python.inline@@@" |
| 798 ] | 800 ] |
| 799 }, | 801 }, |
| 800 { | 802 { |
| 801 "name": "$result", | 803 "name": "$result", |
| 802 "recipe_result": null, | 804 "recipe_result": null, |
| 803 "status_code": 0 | 805 "status_code": 0 |
| 804 } | 806 } |
| 805 ] | 807 ] |
| OLD | NEW |