| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "--src-dir", | 164 "--src-dir", |
| 165 "[SLAVE_BUILD]/src", | 165 "[SLAVE_BUILD]/src", |
| 166 "--goma-cache-dir", | 166 "--goma-cache-dir", |
| 167 "[GOMA_CACHE]", | 167 "[GOMA_CACHE]", |
| 168 "--buildbot-buildername", | 168 "--buildbot-buildername", |
| 169 "Linux64 Debug (GN)", | 169 "Linux64 Debug (GN)", |
| 170 "--buildbot-mastername", | 170 "--buildbot-mastername", |
| 171 "client.libyuv", | 171 "client.libyuv", |
| 172 "--buildbot-slavename", | 172 "--buildbot-slavename", |
| 173 "slavename", | 173 "slavename", |
| 174 "--goma-deps-cache-file", |
| 175 "Linux64_Debug__GN_.gomadeps", |
| 174 "--compiler", | 176 "--compiler", |
| 175 "goma", | 177 "goma", |
| 176 "--goma-jsonstatus", | 178 "--goma-jsonstatus", |
| 177 "/path/to/tmp/json", | 179 "/path/to/tmp/json", |
| 178 "--goma-service-account-json-file", | 180 "--goma-service-account-json-file", |
| 179 "/creds/service_accounts/service-account-goma-client.json", | 181 "/creds/service_accounts/service-account-goma-client.json", |
| 180 "--goma-dir", | 182 "--goma-dir", |
| 181 "[CACHE]/cipd/goma", | 183 "[CACHE]/cipd/goma", |
| 182 "--", | 184 "--", |
| 183 "all" | 185 "all" |
| 184 ], | 186 ], |
| 185 "env": { | 187 "env": { |
| 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 187 }, | 189 }, |
| 188 "name": "compile", | 190 "name": "compile", |
| 189 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 191 "@@@STEP_LOG_END@json.output (invalid)@@@" | 193 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 192 ] | 194 ] |
| 193 }, | 195 }, |
| 194 { | 196 { |
| 195 "name": "$result", | 197 "name": "$result", |
| 196 "recipe_result": null, | 198 "recipe_result": null, |
| 197 "status_code": 0 | 199 "status_code": 0 |
| 198 } | 200 } |
| 199 ] | 201 ] |
| OLD | NEW |