| Index: scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json
|
| diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json b/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json
|
| index f0e12cc33e4409f8769e64a39c5bf39672d7c5cc..49831a4146589648f5fa5972dd52b1cdcc8d7a24 100644
|
| --- a/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json
|
| +++ b/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.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"
|
| },
|
| @@ -510,4 +511,4 @@
|
| "recipe_result": null,
|
| "status_code": 0
|
| }
|
| -]
|
| +]
|
|
|