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

Side by Side Diff: scripts/slave/recipes/wasm_llvm.expected/linux.json

Issue 2375843005: Stop redirect stdout/stderr and remove close_fds=True (Closed)
Patch Set: add comment Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/git hub.com/WebAssembly/waterfall.git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/git hub.com/WebAssembly/waterfall.git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 }, 119 },
120 "name": "start_goma" 120 "name": "start_goma"
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
125 "-u", 125 "-u",
126 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", 126 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
127 "start", 127 "start",
128 "--cloudtail-path", 128 "--cloudtail-path",
129 "[CACHE]/cipd/goma/cloudtail" 129 "[CACHE]/cipd/goma/cloudtail",
130 "--pid-file",
131 "[TMP_BASE]/cloudtail.pid"
130 ], 132 ],
131 "env": { 133 "env": {
132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 134 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
133 }, 135 },
134 "name": "start cloudtail", 136 "name": "start cloudtail"
135 "stdout": "/path/to/tmp/"
136 }, 137 },
137 { 138 {
138 "allow_subannotations": true, 139 "allow_subannotations": true,
139 "cmd": [ 140 "cmd": [
140 "python", 141 "python",
141 "-u", 142 "-u",
142 "[SLAVE_BUILD]/src/src/build.py" 143 "[SLAVE_BUILD]/src/src/build.py"
143 ], 144 ],
144 "cwd": "[SLAVE_BUILD]/src", 145 "cwd": "[SLAVE_BUILD]/src",
145 "env": { 146 "env": {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
210 }, 211 },
211 "name": "upload_log" 212 "name": "upload_log"
212 }, 213 },
213 { 214 {
214 "cmd": [ 215 "cmd": [
215 "python", 216 "python",
216 "-u", 217 "-u",
217 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", 218 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py",
218 "stop", 219 "stop",
219 "--killed-pid", 220 "--killed-pid-file",
220 "12345" 221 "[TMP_BASE]/cloudtail.pid"
221 ], 222 ],
222 "name": "stop cloudtail" 223 "name": "stop cloudtail"
223 }, 224 },
224 { 225 {
225 "name": "$result", 226 "name": "$result",
226 "recipe_result": null, 227 "recipe_result": null,
227 "status_code": 0 228 "status_code": 0
228 } 229 }
229 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698