| 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 403b46a4a03fdddb7165bc2854786311f8b4fc81..a0b249bb84386fe68e4300adc14ecc8e68654f52 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/win.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/win.json
|
| @@ -69,6 +69,23 @@
|
| "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": {
|
| + "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"
|
| ],
|
| @@ -81,6 +98,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"
|
| ],
|
|
|