| Index: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Builder.json
|
| diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Builder.json b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Builder.json
|
| index 0b7696aa5affaa7e9a50faafa53bf5bc7c308509..f4b8857a0b5e7f67abdff75cd6393d075fe13689 100644
|
| --- a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Builder.json
|
| +++ b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Builder.json
|
| @@ -245,13 +245,14 @@
|
| "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
|
| "start",
|
| "--cloudtail-path",
|
| - "[CACHE]/cipd/goma/cloudtail"
|
| + "[CACHE]/cipd/goma/cloudtail",
|
| + "--pid-file",
|
| + "[TMP_BASE]/cloudtail.pid"
|
| ],
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| },
|
| - "name": "start cloudtail",
|
| - "stdout": "/path/to/tmp/"
|
| + "name": "start cloudtail"
|
| },
|
| {
|
| "cmd": [
|
| @@ -342,8 +343,8 @@
|
| "-u",
|
| "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
|
| "stop",
|
| - "--killed-pid",
|
| - "12345"
|
| + "--killed-pid-file",
|
| + "[TMP_BASE]/cloudtail.pid"
|
| ],
|
| "name": "stop cloudtail"
|
| },
|
| @@ -420,4 +421,4 @@
|
| "recipe_result": null,
|
| "status_code": 0
|
| }
|
| -]
|
| +]
|
|
|