Index: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json |
diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json |
index b744f7ef153e4feff336437af32e2214dd593770..a0de61bf4748909911ef2d5e030699c647b8b089 100644 |
--- a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json |
+++ b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.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]/pid.txt" |
], |
"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]/pid.txt" |
], |
"name": "stop cloudtail" |
}, |
@@ -452,13 +453,14 @@ |
"RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", |
"start", |
"--cloudtail-path", |
- "[CACHE]/cipd/goma/cloudtail" |
+ "[CACHE]/cipd/goma/cloudtail", |
+ "--pid-file", |
+ "[TMP_BASE]/pid.txt" |
], |
"env": { |
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json" |
}, |
- "name": "start cloudtail (2)", |
- "stdout": "/path/to/tmp/" |
+ "name": "start cloudtail (2)" |
}, |
{ |
"cmd": [ |
@@ -549,8 +551,8 @@ |
"-u", |
"RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", |
"stop", |
- "--killed-pid", |
- "12345" |
+ "--killed-pid-file", |
+ "[TMP_BASE]/pid.txt" |
], |
"name": "stop cloudtail (2)" |
}, |
@@ -660,4 +662,4 @@ |
"recipe_result": null, |
"status_code": 0 |
} |
-] |
+] |