| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "--src-dir", | 157 "--src-dir", |
| 158 "[SLAVE_BUILD]/src", | 158 "[SLAVE_BUILD]/src", |
| 159 "--goma-cache-dir", | 159 "--goma-cache-dir", |
| 160 "[GOMA_CACHE]", | 160 "[GOMA_CACHE]", |
| 161 "--buildbot-buildername", | 161 "--buildbot-buildername", |
| 162 "android_x86", | 162 "android_x86", |
| 163 "--buildbot-mastername", | 163 "--buildbot-mastername", |
| 164 "tryserver.libyuv", | 164 "tryserver.libyuv", |
| 165 "--buildbot-slavename", | 165 "--buildbot-slavename", |
| 166 "slavename", | 166 "slavename", |
| 167 "--goma-deps-cache-file", |
| 168 "android_x86.gomadeps", |
| 167 "--compiler", | 169 "--compiler", |
| 168 "goma", | 170 "goma", |
| 169 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
| 170 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
| 171 "--goma-service-account-json-file", | 173 "--goma-service-account-json-file", |
| 172 "/creds/service_accounts/service-account-goma-client.json", | 174 "/creds/service_accounts/service-account-goma-client.json", |
| 173 "--goma-dir", | 175 "--goma-dir", |
| 174 "[CACHE]/cipd/goma", | 176 "[CACHE]/cipd/goma", |
| 175 "--goma-fail-fast", | 177 "--goma-fail-fast", |
| 176 "--goma-disable-local-fallback", | 178 "--goma-disable-local-fallback", |
| 177 "--" | 179 "--" |
| 178 ], | 180 ], |
| 179 "env": { | 181 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 182 }, | 184 }, |
| 183 "name": "compile", | 185 "name": "compile", |
| 184 "~followup_annotations": [ | 186 "~followup_annotations": [ |
| 185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 186 "@@@STEP_LOG_END@json.output (invalid)@@@" | 188 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 187 ] | 189 ] |
| 188 }, | 190 }, |
| 189 { | 191 { |
| 190 "name": "$result", | 192 "name": "$result", |
| 191 "recipe_result": null, | 193 "recipe_result": null, |
| 192 "status_code": 0 | 194 "status_code": 0 |
| 193 } | 195 } |
| 194 ] | 196 ] |
| OLD | NEW |