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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic.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\\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",
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",
280 "--goma-dir", 274 "--goma-dir",
281 "[CACHE]\\cipd\\goma", 275 "[CACHE]\\cipd\\goma",
282 "--", 276 "--",
283 "all" 277 "all"
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "--gsutil-py-path", 421 "--gsutil-py-path",
428 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 422 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
429 "--ninja-path", 423 "--ninja-path",
430 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 424 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
431 "--target", 425 "--target",
432 "Release", 426 "Release",
433 "--src-dir", 427 "--src-dir",
434 "[SLAVE_BUILD]\\src", 428 "[SLAVE_BUILD]\\src",
435 "--goma-cache-dir", 429 "--goma-cache-dir",
436 "[GOMA_CACHE]", 430 "[GOMA_CACHE]",
437 "--buildbot-buildername",
438 "Windows deterministic",
439 "--buildbot-mastername",
440 "chromium.swarm",
441 "--buildbot-slavename",
442 "TestSlavename",
443 "--compiler", 431 "--compiler",
444 "goma", 432 "goma",
445 "--goma-jsonstatus", 433 "--goma-jsonstatus",
446 "/path/to/tmp/json", 434 "/path/to/tmp/json",
447 "--goma-service-account-json-file", 435 "--goma-service-account-json-file",
448 "C:\\creds\\service_accounts\\service-account-goma-client.json", 436 "C:\\creds\\service_accounts\\service-account-goma-client.json",
449 "--goma-dir", 437 "--goma-dir",
450 "[CACHE]\\cipd\\goma", 438 "[CACHE]\\cipd\\goma",
451 "--", 439 "--",
452 "all" 440 "all"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 ], 527 ],
540 "cwd": "[SLAVE_BUILD]", 528 "cwd": "[SLAVE_BUILD]",
541 "name": "compare_build_artifacts" 529 "name": "compare_build_artifacts"
542 }, 530 },
543 { 531 {
544 "name": "$result", 532 "name": "$result",
545 "recipe_result": null, 533 "recipe_result": null,
546 "status_code": 0 534 "status_code": 0
547 } 535 }
548 ] 536 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698