| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "--src-dir", | 192 "--src-dir", |
| 193 "[SLAVE_BUILD]/src", | 193 "[SLAVE_BUILD]/src", |
| 194 "--goma-cache-dir", | 194 "--goma-cache-dir", |
| 195 "[GOMA_CACHE]", | 195 "[GOMA_CACHE]", |
| 196 "--buildbot-buildername", | 196 "--buildbot-buildername", |
| 197 "mac_gn", | 197 "mac_gn", |
| 198 "--buildbot-mastername", | 198 "--buildbot-mastername", |
| 199 "tryserver.libyuv", | 199 "tryserver.libyuv", |
| 200 "--buildbot-slavename", | 200 "--buildbot-slavename", |
| 201 "slavename", | 201 "slavename", |
| 202 "--goma-deps-cache-file", |
| 203 "mac_gn.gomadeps", |
| 202 "--compiler", | 204 "--compiler", |
| 203 "goma-clang", | 205 "goma-clang", |
| 204 "--goma-jsonstatus", | 206 "--goma-jsonstatus", |
| 205 "/path/to/tmp/json", | 207 "/path/to/tmp/json", |
| 206 "--goma-service-account-json-file", | 208 "--goma-service-account-json-file", |
| 207 "/creds/service_accounts/service-account-goma-client.json", | 209 "/creds/service_accounts/service-account-goma-client.json", |
| 208 "--goma-dir", | 210 "--goma-dir", |
| 209 "[CACHE]/cipd/goma", | 211 "[CACHE]/cipd/goma", |
| 210 "--goma-fail-fast", | 212 "--goma-fail-fast", |
| 211 "--goma-disable-local-fallback", | 213 "--goma-disable-local-fallback", |
| 212 "--", | 214 "--", |
| 213 "all" | 215 "all" |
| 214 ], | 216 ], |
| 215 "env": { | 217 "env": { |
| 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 217 }, | 219 }, |
| 218 "name": "compile", | 220 "name": "compile", |
| 219 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 221 "@@@STEP_LOG_END@json.output (invalid)@@@" | 223 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 222 ] | 224 ] |
| 223 }, | 225 }, |
| 224 { | 226 { |
| 225 "name": "$result", | 227 "name": "$result", |
| 226 "recipe_result": null, | 228 "recipe_result": null, |
| 227 "status_code": 0 | 229 "status_code": 0 |
| 228 } | 230 } |
| 229 ] | 231 ] |
| OLD | NEW |