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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--gsutil-py-path", 254 "--gsutil-py-path",
255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
256 "--ninja-path", 256 "--ninja-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
258 "--target", 258 "--target",
259 "Release_x64", 259 "Release_x64",
260 "--src-dir", 260 "--src-dir",
261 "[BUILDER_CACHE]\\winx64_bisect_builder\\src", 261 "[BUILDER_CACHE]\\winx64_bisect_builder\\src",
262 "--goma-cache-dir", 262 "--goma-cache-dir",
263 "[GOMA_CACHE]", 263 "[GOMA_CACHE]",
264 "--buildbot-buildername",
265 "winx64_bisect_builder",
266 "--buildbot-mastername",
267 "tryserver.chromium.perf",
268 "--buildbot-slavename",
269 "TestSlavename",
270 "--goma-deps-cache-dir", 264 "--goma-deps-cache-dir",
271 "[GOMA_DEPS_CACHE]", 265 "[GOMA_DEPS_CACHE]",
272 "--build-data-dir", 266 "--build-data-dir",
273 "[ROOT]\\build_data_dir", 267 "[ROOT]\\build_data_dir",
274 "--compiler", 268 "--compiler",
275 "goma", 269 "goma",
276 "--goma-jsonstatus", 270 "--goma-jsonstatus",
277 "/path/to/tmp/json", 271 "/path/to/tmp/json",
278 "--goma-service-account-json-file", 272 "--goma-service-account-json-file",
279 "C:\\creds\\service_accounts\\service-account-goma-client.json", 273 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 359 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
366 }, 360 },
367 "name": "process_dumps" 361 "name": "process_dumps"
368 }, 362 },
369 { 363 {
370 "name": "$result", 364 "name": "$result",
371 "recipe_result": null, 365 "recipe_result": null,
372 "status_code": 0 366 "status_code": 0
373 } 367 }
374 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698