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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic.json

Issue 2306523002: 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\\tools\\runit.py", 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
10 ], 10 ],
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--gsutil-py-path", 258 "--gsutil-py-path",
259 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 259 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
260 "--ninja-path", 260 "--ninja-path",
261 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 261 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
262 "--target", 262 "--target",
263 "Release", 263 "Release",
264 "--src-dir", 264 "--src-dir",
265 "[SLAVE_BUILD]\\src", 265 "[SLAVE_BUILD]\\src",
266 "--goma-cache-dir", 266 "--goma-cache-dir",
267 "[GOMA_CACHE]", 267 "[GOMA_CACHE]",
268 "--buildbot-buildername",
269 "Windows deterministic",
270 "--buildbot-mastername",
271 "chromium.swarm",
272 "--buildbot-slavename",
273 "TestSlavename",
268 "--compiler", 274 "--compiler",
269 "goma", 275 "goma",
270 "--goma-jsonstatus", 276 "--goma-jsonstatus",
271 "/path/to/tmp/json", 277 "/path/to/tmp/json",
272 "--goma-service-account-json-file", 278 "--goma-service-account-json-file",
273 "C:\\creds\\service_accounts\\service-account-goma-client.json", 279 "C:\\creds\\service_accounts\\service-account-goma-client.json",
274 "--goma-dir", 280 "--goma-dir",
275 "[CACHE]\\cipd\\goma", 281 "[CACHE]\\cipd\\goma",
276 "--", 282 "--",
277 "all" 283 "all"
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "--gsutil-py-path", 427 "--gsutil-py-path",
422 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 428 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
423 "--ninja-path", 429 "--ninja-path",
424 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 430 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
425 "--target", 431 "--target",
426 "Release", 432 "Release",
427 "--src-dir", 433 "--src-dir",
428 "[SLAVE_BUILD]\\src", 434 "[SLAVE_BUILD]\\src",
429 "--goma-cache-dir", 435 "--goma-cache-dir",
430 "[GOMA_CACHE]", 436 "[GOMA_CACHE]",
437 "--buildbot-buildername",
438 "Windows deterministic",
439 "--buildbot-mastername",
440 "chromium.swarm",
441 "--buildbot-slavename",
442 "TestSlavename",
431 "--compiler", 443 "--compiler",
432 "goma", 444 "goma",
433 "--goma-jsonstatus", 445 "--goma-jsonstatus",
434 "/path/to/tmp/json", 446 "/path/to/tmp/json",
435 "--goma-service-account-json-file", 447 "--goma-service-account-json-file",
436 "C:\\creds\\service_accounts\\service-account-goma-client.json", 448 "C:\\creds\\service_accounts\\service-account-goma-client.json",
437 "--goma-dir", 449 "--goma-dir",
438 "[CACHE]\\cipd\\goma", 450 "[CACHE]\\cipd\\goma",
439 "--", 451 "--",
440 "all" 452 "all"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 539 ],
528 "cwd": "[SLAVE_BUILD]", 540 "cwd": "[SLAVE_BUILD]",
529 "name": "compare_build_artifacts" 541 "name": "compare_build_artifacts"
530 }, 542 },
531 { 543 {
532 "name": "$result", 544 "name": "$result",
533 "recipe_result": null, 545 "recipe_result": null,
534 "status_code": 0 546 "status_code": 0
535 } 547 }
536 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698