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