| Index: scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| diff --git a/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json b/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| index 1d1bac06bf87e1f676c11d79f932f9beef0dbc49..ef689e1bfe0d702073993055997ae4e303e5540d 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| @@ -71,6 +71,25 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "RECIPE_MODULE[build::goma]\\resources\\cloudtail_utils.py",
|
| + "--start-cloudtail",
|
| + "--cloudtail-path",
|
| + "C:\\infra-tools\\cloudtail",
|
| + "--log-id",
|
| + "goma_compiler_proxy"
|
| + ],
|
| + "env": {
|
| + "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir\\crash_report_id_file",
|
| + "GOMA_DUMP_STATS_FILE": "build_data_dir\\goma_stats_proto",
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
|
| + },
|
| + "name": "start cloudtail",
|
| + "stdout": "/path/to/tmp/"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "[CACHE]\\cipd\\goma\\goma_ctl.py",
|
| "stop"
|
| ],
|
| @@ -85,6 +104,16 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "RECIPE_MODULE[build::goma]\\resources\\cloudtail_utils.py",
|
| + "--killed-pid",
|
| + "12345"
|
| + ],
|
| + "name": "stop cloudtail"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\upload_goma_logs.py",
|
| "--upload-compiler-proxy-info",
|
| "--ninja-log-outdir",
|
|
|