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

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

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "--gsutil-py-path", 288 "--gsutil-py-path",
289 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 289 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
290 "--ninja-path", 290 "--ninja-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 291 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
292 "--target", 292 "--target",
293 "Release_x64", 293 "Release_x64",
294 "--src-dir", 294 "--src-dir",
295 "[SLAVE_BUILD]\\v8", 295 "[SLAVE_BUILD]\\v8",
296 "--goma-cache-dir", 296 "--goma-cache-dir",
297 "[GOMA_CACHE]", 297 "[GOMA_CACHE]",
298 "--buildbot-buildername",
299 "V8 Win64 - clang",
300 "--buildbot-mastername",
301 "client.v8",
302 "--buildbot-slavename",
303 "TestSlavename",
298 "--compiler", 304 "--compiler",
299 "goma-clang", 305 "goma-clang",
300 "--goma-jsonstatus", 306 "--goma-jsonstatus",
301 "/path/to/tmp/json", 307 "/path/to/tmp/json",
302 "--goma-service-account-json-file", 308 "--goma-service-account-json-file",
303 "C:\\creds\\service_accounts\\service-account-goma-client.json", 309 "C:\\creds\\service_accounts\\service-account-goma-client.json",
304 "--goma-dir", 310 "--goma-dir",
305 "[CACHE]\\cipd\\goma", 311 "[CACHE]\\cipd\\goma",
306 "--" 312 "--"
307 ], 313 ],
308 "env": { 314 "env": {
309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
310 }, 316 },
311 "name": "compile", 317 "name": "compile",
312 "~followup_annotations": [ 318 "~followup_annotations": [
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
314 "@@@STEP_LOG_END@json.output (invalid)@@@" 320 "@@@STEP_LOG_END@json.output (invalid)@@@"
315 ] 321 ]
316 }, 322 },
317 { 323 {
318 "name": "$result", 324 "name": "$result",
319 "recipe_result": null, 325 "recipe_result": null,
320 "status_code": 0 326 "status_code": 0
321 } 327 }
322 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698