Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: scripts/slave/recipes/wasm_llvm.expected/linux.json

Issue 2375843005: Stop redirect stdout/stderr and remove close_fds=True (Closed)
Patch Set: use file for pid Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/wasm_llvm.expected/linux.json
diff --git a/scripts/slave/recipes/wasm_llvm.expected/linux.json b/scripts/slave/recipes/wasm_llvm.expected/linux.json
index 5cb4b9a51f42de72a7f65dea09b91e28cb09adc5..67d8f9f1002f79b7072aace9c61f46d47e12e2a3 100644
--- a/scripts/slave/recipes/wasm_llvm.expected/linux.json
+++ b/scripts/slave/recipes/wasm_llvm.expected/linux.json
@@ -126,13 +126,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"
},
{
"allow_subannotations": true,
@@ -216,8 +217,8 @@
"-u",
"RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
"stop",
- "--killed-pid",
- "12345"
+ "--killed-pid-file",
+ "[TMP_BASE]/pid.txt"
],
"name": "stop cloudtail"
},

Powered by Google App Engine
This is Rietveld 408576698