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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "--gsutil-py-path", 355 "--gsutil-py-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 356 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
357 "--ninja-path", 357 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
359 "--target", 359 "--target",
360 "Release", 360 "Release",
361 "--src-dir", 361 "--src-dir",
362 "[BUILDER_CACHE]\\CrWinClangGoma\\src", 362 "[BUILDER_CACHE]\\CrWinClangGoma\\src",
363 "--goma-cache-dir", 363 "--goma-cache-dir",
364 "[GOMA_CACHE]", 364 "[GOMA_CACHE]",
365 "--buildbot-buildername",
366 "CrWinClangGoma",
367 "--buildbot-mastername",
368 "chromium.fyi",
369 "--buildbot-slavename",
370 "TestSlavename",
371 "--goma-deps-cache-dir", 365 "--goma-deps-cache-dir",
372 "[GOMA_DEPS_CACHE]", 366 "[GOMA_DEPS_CACHE]",
373 "--build-data-dir", 367 "--build-data-dir",
374 "[ROOT]\\build_data_dir", 368 "[ROOT]\\build_data_dir",
375 "--compiler", 369 "--compiler",
376 "goma-clang", 370 "goma-clang",
377 "--goma-jsonstatus", 371 "--goma-jsonstatus",
378 "/path/to/tmp/json", 372 "/path/to/tmp/json",
379 "--goma-service-account-json-file", 373 "--goma-service-account-json-file",
380 "C:\\creds\\service_accounts\\service-account-goma-client.json", 374 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 459 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
466 }, 460 },
467 "name": "process_dumps" 461 "name": "process_dumps"
468 }, 462 },
469 { 463 {
470 "name": "$result", 464 "name": "$result",
471 "recipe_result": null, 465 "recipe_result": null,
472 "status_code": 0 466 "status_code": 0
473 } 467 }
474 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698