| Index: scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| diff --git a/scripts/slave/recipe_modules/goma/example.expected/mac.json b/scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| index c1229664801b98369e474f6bf708541d26e09220..86224623b9762eb258192e116608dd595d7a8334 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/mac.json
|
| @@ -69,6 +69,21 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
|
| + "start",
|
| + "--cloudtail-path",
|
| + "/opt/infra-tools/cloudtail"
|
| + ],
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/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"
|
| ],
|
| @@ -87,6 +102,17 @@
|
| "name": "upload_log"
|
| },
|
| {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
|
| + "stop",
|
| + "--killed-pid",
|
| + "12345"
|
| + ],
|
| + "name": "stop cloudtail"
|
| + },
|
| + {
|
| "name": "$result",
|
| "recipe_result": null,
|
| "status_code": 0
|
|
|