| Index: scripts/slave/recipe_modules/goma/example.expected/win.json
|
| diff --git a/scripts/slave/recipe_modules/goma/example.expected/win.json b/scripts/slave/recipe_modules/goma/example.expected/win.json
|
| index dbf058258260c13dfeb78736156a28082af8e792..6be038fea113860a28fc2a3cdb398a25f5c606fd 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/win.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/win.json
|
| @@ -61,6 +61,8 @@
|
| "restart"
|
| ],
|
| "env": {
|
| + "GOMACTL_CRASH_REPORT_ID_FILE": "/tmp/build_data_dir\\crash_report_id_file",
|
| + "GOMA_DUMP_STATS_FILE": "/tmp/build_data_dir\\goma_stats_proto",
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
|
| },
|
| "name": "start_goma"
|
| @@ -72,9 +74,29 @@
|
| "[CACHE]\\cipd\\goma\\goma_ctl.py",
|
| "stop"
|
| ],
|
| + "env": {
|
| + "GOMACTL_CRASH_REPORT_ID_FILE": "/tmp/build_data_dir\\crash_report_id_file",
|
| + "GOMA_DUMP_STATS_FILE": "/tmp/build_data_dir\\goma_stats_proto",
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
|
| + },
|
| "name": "stop_goma"
|
| },
|
| {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "upload_goma_logs.py",
|
| + "--upload-compiler-proxy-info",
|
| + "--goma-stats-file",
|
| + "/tmp/build_data_dir\\goma_stats_proto",
|
| + "--goma-crash-report-id-file",
|
| + "/tmp/build_data_dir\\crash_report_id_file",
|
| + "--build-data-dir",
|
| + "/tmp/build_data_dir"
|
| + ],
|
| + "name": "upload_log"
|
| + },
|
| + {
|
| "name": "$result",
|
| "recipe_result": null,
|
| "status_code": 0
|
|
|