| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 176 "--ninja-path", | 176 "--ninja-path", |
| 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 178 "--target", | 178 "--target", |
| 179 "Release-iphoneos", | 179 "Release-iphoneos", |
| 180 "--src-dir", | 180 "--src-dir", |
| 181 "[SLAVE_BUILD]/src", | 181 "[SLAVE_BUILD]/src", |
| 182 "--goma-cache-dir", | 182 "--goma-cache-dir", |
| 183 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
| 184 "--buildbot-buildername", | 184 "--buildbot-buildername", |
| 185 "ios_rel", | 185 "ios_gyp_rel", |
| 186 "--buildbot-mastername", | 186 "--buildbot-mastername", |
| 187 "tryserver.libyuv", | 187 "tryserver.libyuv", |
| 188 "--buildbot-slavename", | 188 "--buildbot-slavename", |
| 189 "slavename", | 189 "slavename", |
| 190 "--goma-deps-cache-file", | 190 "--goma-deps-cache-file", |
| 191 "ios_rel.gomadeps", | 191 "ios_gyp_rel.gomadeps", |
| 192 "--compiler", | 192 "--compiler", |
| 193 "goma-clang", | 193 "goma-clang", |
| 194 "--goma-jsonstatus", | 194 "--goma-jsonstatus", |
| 195 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
| 196 "--goma-service-account-json-file", | 196 "--goma-service-account-json-file", |
| 197 "/creds/service_accounts/service-account-goma-client.json", | 197 "/creds/service_accounts/service-account-goma-client.json", |
| 198 "--goma-dir", | 198 "--goma-dir", |
| 199 "[CACHE]/cipd/goma", | 199 "[CACHE]/cipd/goma", |
| 200 "--goma-fail-fast", | 200 "--goma-fail-fast", |
| 201 "--goma-disable-local-fallback", | 201 "--goma-disable-local-fallback", |
| 202 "--", | 202 "--" |
| 203 "All" | |
| 204 ], | 203 ], |
| 205 "env": { | 204 "env": { |
| 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 207 }, | 206 }, |
| 208 "name": "compile", | 207 "name": "compile", |
| 209 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 210 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 209 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 211 "@@@STEP_LOG_END@json.output (invalid)@@@" | 210 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 212 ] | 211 ] |
| 213 }, | 212 }, |
| 214 { | 213 { |
| 215 "name": "$result", | 214 "name": "$result", |
| 216 "recipe_result": null, | 215 "recipe_result": null, |
| 217 "status_code": 0 | 216 "status_code": 0 |
| 218 } | 217 } |
| 219 ] | 218 ] |
| OLD | NEW |