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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64.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 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_x64", 377 "Release_x64",
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 "CrWinClang64",
384 "--buildbot-mastername",
385 "chromium.fyi",
386 "--buildbot-slavename",
387 "TestSlavename",
388 "--goma-deps-cache-dir", 382 "--goma-deps-cache-dir",
389 "[GOMA_DEPS_CACHE]", 383 "[GOMA_DEPS_CACHE]",
390 "--build-data-dir", 384 "--build-data-dir",
391 "[ROOT]\\build_data_dir", 385 "[ROOT]\\build_data_dir",
392 "--compiler", 386 "--compiler",
393 "goma-clang", 387 "goma-clang",
394 "--goma-jsonstatus", 388 "--goma-jsonstatus",
395 "/path/to/tmp/json", 389 "/path/to/tmp/json",
396 "--goma-service-account-json-file", 390 "--goma-service-account-json-file",
397 "C:\\creds\\service_accounts\\service-account-goma-client.json", 391 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "~followup_annotations": [ 493 "~followup_annotations": [
500 "@@@STEP_TEXT@CrWinClang64 tester@@@" 494 "@@@STEP_TEXT@CrWinClang64 tester@@@"
501 ] 495 ]
502 }, 496 },
503 { 497 {
504 "name": "$result", 498 "name": "$result",
505 "recipe_result": null, 499 "recipe_result": null,
506 "status_code": 0 500 "status_code": 0
507 } 501 }
508 ] 502 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698