| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "--src-dir", | 165 "--src-dir", |
| 166 "[SLAVE_BUILD]/src", | 166 "[SLAVE_BUILD]/src", |
| 167 "--goma-cache-dir", | 167 "--goma-cache-dir", |
| 168 "[GOMA_CACHE]", | 168 "[GOMA_CACHE]", |
| 169 "--buildbot-buildername", | 169 "--buildbot-buildername", |
| 170 "Android Debug (GN)", | 170 "Android Debug (GN)", |
| 171 "--buildbot-mastername", | 171 "--buildbot-mastername", |
| 172 "client.libyuv", | 172 "client.libyuv", |
| 173 "--buildbot-slavename", | 173 "--buildbot-slavename", |
| 174 "slavename", | 174 "slavename", |
| 175 "--goma-deps-cache-file", |
| 176 "Android_Debug__GN_.gomadeps", |
| 175 "--compiler", | 177 "--compiler", |
| 176 "goma", | 178 "goma", |
| 177 "--goma-jsonstatus", | 179 "--goma-jsonstatus", |
| 178 "/path/to/tmp/json", | 180 "/path/to/tmp/json", |
| 179 "--goma-service-account-json-file", | 181 "--goma-service-account-json-file", |
| 180 "/creds/service_accounts/service-account-goma-client.json", | 182 "/creds/service_accounts/service-account-goma-client.json", |
| 181 "--goma-dir", | 183 "--goma-dir", |
| 182 "[CACHE]/cipd/goma", | 184 "[CACHE]/cipd/goma", |
| 183 "--", | 185 "--", |
| 184 "all" | 186 "all" |
| 185 ], | 187 ], |
| 186 "env": { | 188 "env": { |
| 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 188 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 189 }, | 191 }, |
| 190 "name": "compile", | 192 "name": "compile", |
| 191 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 193 "@@@STEP_LOG_END@json.output (invalid)@@@" | 195 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 194 ] | 196 ] |
| 195 }, | 197 }, |
| 196 { | 198 { |
| 197 "name": "$result", | 199 "name": "$result", |
| 198 "recipe_result": null, | 200 "recipe_result": null, |
| 199 "status_code": 0 | 201 "status_code": 0 |
| 200 } | 202 } |
| 201 ] | 203 ] |
| OLD | NEW |