| 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.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_gn_rel", | 10 "android_gn_rel", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "--gsutil-py-path", | 88 "--gsutil-py-path", |
| 89 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 89 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 90 "--ninja-path", | 90 "--ninja-path", |
| 91 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 92 "--target", | 92 "--target", |
| 93 "Release", | 93 "Release", |
| 94 "--src-dir", | 94 "--src-dir", |
| 95 "[SLAVE_BUILD]/src", | 95 "[SLAVE_BUILD]/src", |
| 96 "--goma-cache-dir", | 96 "--goma-cache-dir", |
| 97 "[GOMA_CACHE]", | 97 "[GOMA_CACHE]", |
| 98 "--build-tool", | |
| 99 "ninja", | |
| 100 "--compiler", | 98 "--compiler", |
| 101 "goma", | 99 "goma", |
| 102 "--goma-jsonstatus", | 100 "--goma-jsonstatus", |
| 103 "/path/to/tmp/json", | 101 "/path/to/tmp/json", |
| 104 "--goma-service-account-json-file", | 102 "--goma-service-account-json-file", |
| 105 "/creds/service_accounts/service-account-goma-client.json", | 103 "/creds/service_accounts/service-account-goma-client.json", |
| 106 "--goma-dir", | 104 "--goma-dir", |
| 107 "[BUILD]/goma", | 105 "[BUILD]/goma", |
| 108 "--goma-fail-fast", | 106 "--goma-fail-fast", |
| 109 "--goma-disable-local-fallback", | 107 "--goma-disable-local-fallback", |
| 110 "--", | 108 "--", |
| 111 "all" | 109 "all" |
| 112 ], | 110 ], |
| 113 "env": { | 111 "env": { |
| 114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 115 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 113 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 116 }, | 114 }, |
| 117 "name": "compile", | 115 "name": "compile", |
| 118 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 119 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 117 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 120 "@@@STEP_LOG_END@json.output (invalid)@@@" | 118 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 121 ] | 119 ] |
| 122 }, | 120 }, |
| 123 { | 121 { |
| 124 "name": "$result", | 122 "name": "$result", |
| 125 "recipe_result": null, | 123 "recipe_result": null, |
| 126 "status_code": 0 | 124 "status_code": 0 |
| 127 } | 125 } |
| 128 ] | 126 ] |
| OLD | NEW |