| Index: scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
|
| diff --git a/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json b/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
|
| index d2d910b5e4e1b9a6e364a85feafae89c12aa6875..26bdd236a7aed399cff2d4293a9641876eeb8987 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
|
| @@ -87,15 +87,16 @@
|
| "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": {
|
| "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": "/creds/service_accounts/service-account-goma-client.json"
|
| },
|
| - "name": "start cloudtail",
|
| - "stdout": "/path/to/tmp/"
|
| + "name": "start cloudtail"
|
| },
|
| {
|
| "cmd": [
|
| @@ -225,8 +226,8 @@
|
| "-u",
|
| "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
|
| "stop",
|
| - "--killed-pid",
|
| - "12345"
|
| + "--killed-pid-file",
|
| + "[TMP_BASE]/cloudtail.pid"
|
| ],
|
| "name": "stop cloudtail"
|
| },
|
|
|