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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Builder.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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "--gsutil-py-path", 272 "--gsutil-py-path",
273 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 273 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
274 "--ninja-path", 274 "--ninja-path",
275 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 275 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
276 "--target", 276 "--target",
277 "Release", 277 "Release",
278 "--src-dir", 278 "--src-dir",
279 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", 279 "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
280 "--goma-cache-dir", 280 "--goma-cache-dir",
281 "[GOMA_CACHE]", 281 "[GOMA_CACHE]",
282 "--buildbot-buildername",
283 "Win Clang Builder",
284 "--buildbot-mastername",
285 "chromium.perf.fyi",
286 "--buildbot-slavename",
287 "TestSlavename",
288 "--goma-deps-cache-dir", 282 "--goma-deps-cache-dir",
289 "[GOMA_DEPS_CACHE]", 283 "[GOMA_DEPS_CACHE]",
290 "--build-data-dir", 284 "--build-data-dir",
291 "[ROOT]\\build_data_dir", 285 "[ROOT]\\build_data_dir",
292 "--compiler", 286 "--compiler",
293 "goma-clang", 287 "goma-clang",
294 "--goma-jsonstatus", 288 "--goma-jsonstatus",
295 "/path/to/tmp/json", 289 "/path/to/tmp/json",
296 "--goma-service-account-json-file", 290 "--goma-service-account-json-file",
297 "C:\\creds\\service_accounts\\service-account-goma-client.json", 291 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
417 }, 411 },
418 "name": "process_dumps" 412 "name": "process_dumps"
419 }, 413 },
420 { 414 {
421 "name": "$result", 415 "name": "$result",
422 "recipe_result": null, 416 "recipe_result": null,
423 "status_code": 0 417 "status_code": 0
424 } 418 }
425 ] 419 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698