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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "--gsutil-py-path", 290 "--gsutil-py-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
292 "--ninja-path", 292 "--ninja-path",
293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
294 "--target", 294 "--target",
295 "Release_x64", 295 "Release_x64",
296 "--src-dir", 296 "--src-dir",
297 "[BUILDER_CACHE]\\Win_x64_Builder\\src", 297 "[BUILDER_CACHE]\\Win_x64_Builder\\src",
298 "--goma-cache-dir", 298 "--goma-cache-dir",
299 "[GOMA_CACHE]", 299 "[GOMA_CACHE]",
300 "--buildbot-buildername",
301 "Win x64 Builder",
302 "--buildbot-mastername",
303 "chromium.perf",
304 "--buildbot-slavename",
305 "TestSlavename",
300 "--goma-deps-cache-dir", 306 "--goma-deps-cache-dir",
301 "[GOMA_DEPS_CACHE]", 307 "[GOMA_DEPS_CACHE]",
302 "--build-data-dir", 308 "--build-data-dir",
303 "[ROOT]\\build_data_dir", 309 "[ROOT]\\build_data_dir",
304 "--compiler", 310 "--compiler",
305 "goma", 311 "goma",
306 "--goma-jsonstatus", 312 "--goma-jsonstatus",
307 "/path/to/tmp/json", 313 "/path/to/tmp/json",
308 "--goma-service-account-json-file", 314 "--goma-service-account-json-file",
309 "C:\\creds\\service_accounts\\service-account-goma-client.json", 315 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 1289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1284 }, 1290 },
1285 "name": "process_dumps" 1291 "name": "process_dumps"
1286 }, 1292 },
1287 { 1293 {
1288 "name": "$result", 1294 "name": "$result",
1289 "recipe_result": null, 1295 "recipe_result": null,
1290 "status_code": 0 1296 "status_code": 0
1291 } 1297 }
1292 ] 1298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698