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

Unified Diff: scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json

Issue 2375843005: Stop redirect stdout/stderr and remove close_fds=True (Closed)
Patch Set: add comment 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/recipe_modules/goma/example.expected/win_upload_logs.json
diff --git a/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json b/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
index c47c7ab8d333cedda4e23e1b162fa715c25553c0..33259bb3ac4a7f62caf7e94c0ce73120b9954a83 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/win_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": "C:\\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"
},

Powered by Google App Engine
This is Rietveld 408576698