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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "--gsutil-py-path", 372 "--gsutil-py-path",
373 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 373 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
374 "--ninja-path", 374 "--ninja-path",
375 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 375 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
376 "--target", 376 "--target",
377 "Release", 377 "Release",
378 "--src-dir", 378 "--src-dir",
379 "[BUILDER_CACHE]\\win_clang\\src", 379 "[BUILDER_CACHE]\\win_clang\\src",
380 "--goma-cache-dir", 380 "--goma-cache-dir",
381 "[GOMA_CACHE]", 381 "[GOMA_CACHE]",
382 "--buildbot-buildername",
383 "CrWinClang",
384 "--buildbot-mastername",
385 "chromium.fyi",
386 "--buildbot-slavename",
387 "TestSlavename",
382 "--goma-deps-cache-dir", 388 "--goma-deps-cache-dir",
383 "[GOMA_DEPS_CACHE]", 389 "[GOMA_DEPS_CACHE]",
384 "--build-data-dir", 390 "--build-data-dir",
385 "[ROOT]\\build_data_dir", 391 "[ROOT]\\build_data_dir",
386 "--compiler", 392 "--compiler",
387 "goma-clang", 393 "goma-clang",
388 "--goma-jsonstatus", 394 "--goma-jsonstatus",
389 "/path/to/tmp/json", 395 "/path/to/tmp/json",
390 "--goma-service-account-json-file", 396 "--goma-service-account-json-file",
391 "C:\\creds\\service_accounts\\service-account-goma-client.json", 397 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "~followup_annotations": [ 499 "~followup_annotations": [
494 "@@@STEP_TEXT@CrWinClang tester@@@" 500 "@@@STEP_TEXT@CrWinClang tester@@@"
495 ] 501 ]
496 }, 502 },
497 { 503 {
498 "name": "$result", 504 "name": "$result",
499 "recipe_result": null, 505 "recipe_result": null,
500 "status_code": 0 506 "status_code": 0
501 } 507 }
502 ] 508 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698