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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "--gsutil-py-path", 275 "--gsutil-py-path",
276 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 276 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
277 "--ninja-path", 277 "--ninja-path",
278 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 278 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
279 "--target", 279 "--target",
280 "Debug", 280 "Debug",
281 "--src-dir", 281 "--src-dir",
282 "[SLAVE_BUILD]\\v8", 282 "[SLAVE_BUILD]\\v8",
283 "--goma-cache-dir", 283 "--goma-cache-dir",
284 "[GOMA_CACHE]", 284 "[GOMA_CACHE]",
285 "--buildbot-buildername",
286 "v8_win_compile_dbg",
287 "--buildbot-mastername",
288 "tryserver.v8",
289 "--buildbot-slavename",
290 "TestSlavename",
291 "--compiler", 285 "--compiler",
292 "goma", 286 "goma",
293 "--goma-jsonstatus", 287 "--goma-jsonstatus",
294 "/path/to/tmp/json", 288 "/path/to/tmp/json",
295 "--goma-service-account-json-file", 289 "--goma-service-account-json-file",
296 "C:\\creds\\service_accounts\\service-account-goma-client.json", 290 "C:\\creds\\service_accounts\\service-account-goma-client.json",
297 "--goma-dir", 291 "--goma-dir",
298 "[CACHE]\\cipd\\goma", 292 "[CACHE]\\cipd\\goma",
299 "--goma-fail-fast", 293 "--goma-fail-fast",
300 "--goma-disable-local-fallback", 294 "--goma-disable-local-fallback",
301 "--" 295 "--"
302 ], 296 ],
303 "env": { 297 "env": {
304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 298 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
305 }, 299 },
306 "name": "compile", 300 "name": "compile",
307 "~followup_annotations": [ 301 "~followup_annotations": [
308 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
309 "@@@STEP_LOG_END@json.output (invalid)@@@" 303 "@@@STEP_LOG_END@json.output (invalid)@@@"
310 ] 304 ]
311 }, 305 },
312 { 306 {
313 "name": "$result", 307 "name": "$result",
314 "recipe_result": null, 308 "recipe_result": null,
315 "status_code": 0 309 "status_code": 0
316 } 310 }
317 ] 311 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698