| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 170 "--ninja-path", | 170 "--ninja-path", |
| 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 172 "--target", | 172 "--target", |
| 173 "Debug-iphoneos", | 173 "Debug-iphoneos", |
| 174 "--src-dir", | 174 "--src-dir", |
| 175 "[SLAVE_BUILD]/src", | 175 "[SLAVE_BUILD]/src", |
| 176 "--goma-cache-dir", | 176 "--goma-cache-dir", |
| 177 "[GOMA_CACHE]", | 177 "[GOMA_CACHE]", |
| 178 "--buildbot-buildername", | 178 "--buildbot-buildername", |
| 179 "iOS Debug", | 179 "iOS Debug (GYP)", |
| 180 "--buildbot-mastername", | 180 "--buildbot-mastername", |
| 181 "client.libyuv", | 181 "client.libyuv", |
| 182 "--buildbot-slavename", | 182 "--buildbot-slavename", |
| 183 "slavename", | 183 "slavename", |
| 184 "--goma-deps-cache-file", | 184 "--goma-deps-cache-file", |
| 185 "iOS_Debug.gomadeps", | 185 "iOS_Debug__GYP_.gomadeps", |
| 186 "--compiler", | 186 "--compiler", |
| 187 "goma-clang", | 187 "goma-clang", |
| 188 "--goma-jsonstatus", | 188 "--goma-jsonstatus", |
| 189 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 190 "--goma-service-account-json-file", | 190 "--goma-service-account-json-file", |
| 191 "/creds/service_accounts/service-account-goma-client.json", | 191 "/creds/service_accounts/service-account-goma-client.json", |
| 192 "--goma-dir", | 192 "--goma-dir", |
| 193 "[CACHE]/cipd/goma", | 193 "[CACHE]/cipd/goma", |
| 194 "--", | 194 "--" |
| 195 "All" | |
| 196 ], | 195 ], |
| 197 "env": { | 196 "env": { |
| 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 199 }, | 198 }, |
| 200 "name": "compile", | 199 "name": "compile", |
| 201 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 201 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 203 "@@@STEP_LOG_END@json.output (invalid)@@@" | 202 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 204 ] | 203 ] |
| 205 }, | 204 }, |
| 206 { | 205 { |
| 207 "name": "$result", | 206 "name": "$result", |
| 208 "recipe_result": null, | 207 "recipe_result": null, |
| 209 "status_code": 0 | 208 "status_code": 0 |
| 210 } | 209 } |
| 211 ] | 210 ] |
| OLD | NEW |