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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "--gsutil-py-path", 305 "--gsutil-py-path",
306 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 306 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
307 "--ninja-path", 307 "--ninja-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 308 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
309 "--target", 309 "--target",
310 "Release", 310 "Release",
311 "--src-dir", 311 "--src-dir",
312 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src", 312 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src",
313 "--goma-cache-dir", 313 "--goma-cache-dir",
314 "[GOMA_CACHE]", 314 "[GOMA_CACHE]",
315 "--buildbot-buildername",
316 "Win Builder (ANGLE)",
317 "--buildbot-mastername",
318 "chromium.fyi",
319 "--buildbot-slavename",
320 "TestSlavename",
321 "--goma-deps-cache-dir", 315 "--goma-deps-cache-dir",
322 "[GOMA_DEPS_CACHE]", 316 "[GOMA_DEPS_CACHE]",
323 "--build-data-dir", 317 "--build-data-dir",
324 "[ROOT]\\build_data_dir", 318 "[ROOT]\\build_data_dir",
325 "--compiler", 319 "--compiler",
326 "goma", 320 "goma",
327 "--goma-jsonstatus", 321 "--goma-jsonstatus",
328 "/path/to/tmp/json", 322 "/path/to/tmp/json",
329 "--goma-service-account-json-file", 323 "--goma-service-account-json-file",
330 "C:\\creds\\service_accounts\\service-account-goma-client.json", 324 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "~followup_annotations": [ 426 "~followup_annotations": [
433 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 427 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
434 ] 428 ]
435 }, 429 },
436 { 430 {
437 "name": "$result", 431 "name": "$result",
438 "recipe_result": null, 432 "recipe_result": null,
439 "status_code": 0 433 "status_code": 0
440 } 434 }
441 ] 435 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698