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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_Builder.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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "--gsutil-py-path", 312 "--gsutil-py-path",
313 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 313 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
314 "--ninja-path", 314 "--ninja-path",
315 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 315 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
316 "--target", 316 "--target",
317 "Release", 317 "Release",
318 "--src-dir", 318 "--src-dir",
319 "[BUILDER_CACHE]\\Win_Builder\\src", 319 "[BUILDER_CACHE]\\Win_Builder\\src",
320 "--goma-cache-dir", 320 "--goma-cache-dir",
321 "[GOMA_CACHE]", 321 "[GOMA_CACHE]",
322 "--buildbot-buildername",
323 "Win Builder",
324 "--buildbot-mastername",
325 "chromium.webrtc.fyi",
326 "--buildbot-slavename",
327 "TestSlavename",
322 "--goma-deps-cache-dir", 328 "--goma-deps-cache-dir",
323 "[GOMA_DEPS_CACHE]", 329 "[GOMA_DEPS_CACHE]",
324 "--build-data-dir", 330 "--build-data-dir",
325 "[ROOT]\\build_data_dir", 331 "[ROOT]\\build_data_dir",
326 "--compiler", 332 "--compiler",
327 "goma", 333 "goma",
328 "--goma-jsonstatus", 334 "--goma-jsonstatus",
329 "/path/to/tmp/json", 335 "/path/to/tmp/json",
330 "--goma-service-account-json-file", 336 "--goma-service-account-json-file",
331 "C:\\creds\\service_accounts\\service-account-goma-client.json", 337 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "~followup_annotations": [ 435 "~followup_annotations": [
430 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" 436 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@"
431 ] 437 ]
432 }, 438 },
433 { 439 {
434 "name": "$result", 440 "name": "$result",
435 "recipe_result": null, 441 "recipe_result": null,
436 "status_code": 0 442 "status_code": 0
437 } 443 }
438 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698