| Index: scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| diff --git a/scripts/slave/recipe_modules/goma/example.expected/mac.json b/scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| index e35085846c0a1983842557c18f8bd10670b48a8d..a7e7021556d9646272f9874bcdfadc9496f6f962 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| @@ -72,9 +72,21 @@
|
| "[CACHE]/cipd/goma/goma_ctl.py",
|
| "stop"
|
| ],
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| "name": "stop_goma"
|
| },
|
| {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
|
| + "--upload-compiler-proxy-info"
|
| + ],
|
| + "name": "upload_log"
|
| + },
|
| + {
|
| "name": "$result",
|
| "recipe_result": null,
|
| "status_code": 0
|
|
|